Fix chromiumos breakage for gn_all.
commit88ba00883a3d5f9b8b9fbc498d444d4f61b7560f
authordpranke <dpranke@chromium.org>
Wed, 25 Feb 2015 02:15:39 +0000 (24 18:15 -0800)
committerCommit bot <commit-bot@chromium.org>
Wed, 25 Feb 2015 02:16:03 +0000 (25 02:16 +0000)
tree98b1097bc6ddcdfcee688196d8db880063b49099
parentb583472bb813cee8a4da3ed0eb8b0e18864ecf82
Fix 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

Review URL: https://codereview.chromium.org/951553004

Cr-Commit-Position: refs/heads/master@{#317953}
build/all.gyp