summaryrefslogtreecommitdiffstats
path: root/chromecast
diff options
context:
space:
mode:
authorhalliwell <halliwell@chromium.org>2015-05-05 11:42:02 -0700
committerCommit bot <commit-bot@chromium.org>2015-05-05 18:42:46 +0000
commit46c4821d0a97ba09a3cf969e67e95eaa058b9f0d (patch)
treee49bd6317c7904827c84983146e79aabcf27d061 /chromecast
parentedb9eb1ca805483924761798c922842f08daf536 (diff)
downloadchromium_src-46c4821d0a97ba09a3cf969e67e95eaa058b9f0d.zip
chromium_src-46c4821d0a97ba09a3cf969e67e95eaa058b9f0d.tar.gz
chromium_src-46c4821d0a97ba09a3cf969e67e95eaa058b9f0d.tar.bz2
Fixes Cast egltest dependency
This change was incorrect: https://codereview.chromium.org/1110033006 Logic was copied from some other code, and testing was compromised by old build results. derekjchow noticed today that a clean cast_shell x86 build wasn't building ibeglplatform_shim.so. BUG= Review URL: https://codereview.chromium.org/1126743002 Cr-Commit-Position: refs/heads/master@{#328367}
Diffstat (limited to 'chromecast')
-rw-r--r--chromecast/chromecast.gyp2
1 files changed, 1 insertions, 1 deletions
diff --git a/chromecast/chromecast.gyp b/chromecast/chromecast.gyp
index 8cae376..966196c 100644
--- a/chromecast/chromecast.gyp
+++ b/chromecast/chromecast.gyp
@@ -590,7 +590,7 @@
'media/media.gyp:cast_media',
],
'conditions': [
- ['ozone_platform=="egltest"', {
+ ['ozone_platform_egltest==1', {
'dependencies': [
'../ui/ozone/ozone.gyp:eglplatform_shim_x11',
],