This repository was archived by the owner on Apr 3, 2020. It is now read-only.
Commit 315fcf9
[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/10885130061 parent 315a216 commit 315fcf9
1 file changed
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
386 | 386 | | |
387 | 387 | | |
388 | 388 | | |
| 389 | + | |
389 | 390 | | |
390 | 391 | | |
391 | 392 | | |
| |||
0 commit comments