New issue
Advanced search Search tips

Issue 623687 link

Starred by 3 users

Issue metadata

Status: WontFix
Owner: ----
Closed: Jun 2017
EstimatedDays: ----
NextAction: ----
OS: Linux , Chrome
Pri: 3
Type: Bug



Sign in to add a comment

Build failure with GN.

Project Member Reported by lgcheng@google.com, Jun 27 2016

Issue description

As we are encouraging to use GN to build Chrome, I am following the instructions as:
gn gen out/Default --args='target_os="chromeos"'
export GYP_CHROMIUM_NO_ACTION=1

I find my updates in the following directory:
src/sync/protocol/
is not respected, A linker error happens when I run

ninja -C out/Debug sync_unit_tests

The file: sync/protocol/arc_package_specifics.proto which I add in the CL: https://codereview.chromium.org/2092893002/ is marked as undefined reference.

And it works fine if I do:
export GYP_CHROMIUM_NO_ACTION=0
python build/gyp_chromium
ninja -C out/Debug sync_unit_tests

I am wondering if it is a builder migration issue.
 
Project Member

Comment 1 by sheriffbot@chromium.org, Jun 28 2016

Labels: Hotlist-Google
@lgcheng: Is this still an issue for you, or can we close this bug?

Comment 3 by lgcheng@google.com, Jun 14 2017

Status: WontFix (was: Untriaged)
Not reproducible for me.

Sign in to add a comment