Skip to content
This repository was archived by the owner on Apr 3, 2020. It is now read-only.

Commit 315fcf9

Browse files
raphael.kubo.da.costaOlli Syrjälä
authored andcommitted
[Backport] content_child: Explicitly depend on blink_image_resources.
Commit a3c614c ("Part 4 of ??: Move blink images to their own grd/pak files") introduced a dependency on the newly-generated blink_resources.h header in blink_platform_impl.cc, but did not explicitly made the content_child target depend on the target that generated it. Other targets elsewhere work fine because they depend on one or more pak files also generated by the grit invocation, but that is not the case for content_child, which only uses the header that's created. BUG=467176, 471609 TEST=ninja -C out/Release content_child [from scratch] R=erg@chromium.org, jam@chromium.org, sky@chromium.org Review URL: https://codereview.chromium.org/1088513006
1 parent 315a216 commit 315fcf9

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

content/content_child.gypi

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -386,6 +386,7 @@
386386
'app/strings/content_strings.gyp:content_strings',
387387
'../storage/storage_common.gyp:storage_common',
388388
'../third_party/WebKit/public/blink.gyp:blink',
389+
'../third_party/WebKit/public/blink_resources.gyp:blink_image_resources',
389390
'../third_party/WebKit/public/blink_resources.gyp:blink_resources',
390391
'../third_party/npapi/npapi.gyp:npapi',
391392
],

0 commit comments

Comments
 (0)