Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(583)

Issue 464203002: content: Fix a clobber build of GN. (Closed)

Created:
6 years, 4 months ago by tfarina
Modified:
6 years, 4 months ago
Reviewers:
brettw
CC:
chromium-reviews, darin-cc_chromium.org, jam, jochen+watch_chromium.org, not at google - send to devlin, Yoyo Zhou, Lei Zhang
Project:
chromium
Visibility:
Public.

Description

content: Fix a clobber build of GN. ninja: error: 'gen/webkit/blink_resources.pak', needed by 'obj/content/shell/pak.inputdeps.stamp', missing and no known rule to make it The right patch should be: $root_gen_dir/blink/public/resources/blink_resources.pak This one: ninja: error: 'gen/webkit/webkit_resources_100_percent.pak', needed by 'obj/content/shell/pak.inputdeps.stamp', missing and no known rule to make it was very likely caused by https://chromium.googlesource.com/chromium/src.git/+/4eebe74dc1fd6d3780180361f75707a6be33c3ce BUG=None TEST=None TBR=brettw@chromium.org

Patch Set 1 #

Patch Set 2 : #

Patch Set 3 : shell_and_test_pak FIXED #

Unified diffs Side-by-side diffs Delta from patch set Stats (+5 lines, -5 lines) Patch
M content/shell/BUILD.gn View 1 2 chunks +2 lines, -2 lines 0 comments Download
M extensions/BUILD.gn View 1 2 1 chunk +3 lines, -3 lines 0 comments Download

Messages

Total messages: 15 (0 generated)
tfarina
TBRing! As it is a build fix.
6 years, 4 months ago (2014-08-13 04:40:47 UTC) #1
tfarina
Brett, I don't understand the extensions/ error: ninja: error: 'gen/chrome/common/common_resources.pak', needed by 'obj/extensions/shell_and_test_pak.inputdeps.stamp', missing and ...
6 years, 4 months ago (2014-08-13 04:50:13 UTC) #2
tfarina
The CQ bit was checked by tfarina@chromium.org
6 years, 4 months ago (2014-08-13 04:50:19 UTC) #3
tfarina
kalman, yoz and jamescook, fyi for the //extensions:shell_and_test_pak error!
6 years, 4 months ago (2014-08-13 04:51:00 UTC) #4
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/tfarina@chromium.org/464203002/20001
6 years, 4 months ago (2014-08-13 04:51:04 UTC) #5
tfarina
I see! chrome/common/BUILD.gn:17 -> output_dir = "$root_gen_dir/chrome" so the correct path to common_resources.pak should be ...
6 years, 4 months ago (2014-08-13 05:00:46 UTC) #6
tfarina
OK. extensions:shell_and_test_pak fully fixed now! $ rm -rf out/Debug_gn $ gn gen out/Debug_gn Done. Wrote ...
6 years, 4 months ago (2014-08-13 05:05:29 UTC) #7
tfarina
The CQ bit was checked by tfarina@chromium.org
6 years, 4 months ago (2014-08-13 05:05:56 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/tfarina@chromium.org/464203002/40001
6 years, 4 months ago (2014-08-13 05:06:59 UTC) #9
commit-bot: I haz the power
FYI, CQ is re-trying this CL (attempt #1). The failing builders are: linux_chromium_gn_rel on tryserver.chromium.linux ...
6 years, 4 months ago (2014-08-13 06:33:12 UTC) #10
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 4 months ago (2014-08-13 10:22:30 UTC) #11
commit-bot: I haz the power
Failed to apply patch for extensions/BUILD.gn: While running patch -p1 --forward --force --no-backup-if-mismatch; patching file ...
6 years, 4 months ago (2014-08-13 10:22:35 UTC) #12
tfarina
Looks like this ended up being fixed in -> https://codereview.chromium.org/468733003/
6 years, 4 months ago (2014-08-13 13:43:09 UTC) #13
James Cook
On 2014/08/13 13:43:09, tfarina wrote: > Looks like this ended up being fixed in -> ...
6 years, 4 months ago (2014-08-13 15:35:14 UTC) #14
tfarina
6 years, 4 months ago (2014-08-13 16:06:26 UTC) #15
On 2014/08/13 15:35:14, James Cook wrote:
> On 2014/08/13 13:43:09, tfarina wrote:
> > Looks like this ended up being fixed in ->
> > https://codereview.chromium.org/468733003/
> 
> Do you know if app_shell or app_shell_browsertests is compiled as part of the
GN
> build?

No. extensions/shell/app_shell.gyp is not ported to GN yet.

Powered by Google App Engine
This is Rietveld 408576698