DescriptionFix chromiumos breakage for gn_all.
The gn_all target in all.gyp is attempting to build ':image_diff#host',
which I think may not work correctly in a chromeos==1 build. I think
the '...#host' syntax should probably only be used on the android port
(looks like that's what content_shell.gypi does). Though, given that
we're building content_shell, we shouldn't need the image_diff
dependency at all, so I'm just deleting it outright.
TBR=abodenha@chromium.org, brettw@chromium.org, hshi@chromium.org
NOTRY=true
NOTREECHECKS=true
BUG=461602
Committed: https://crrev.com/88ba00883a3d5f9b8b9fbc498d444d4f61b7560f
Cr-Commit-Position: refs/heads/master@{#317953}
Patch Set 1 : real fix #Patch Set 2 : fix symupload as well #Messages
Total messages: 13 (7 generated)
|