diff options
author | vrk@chromium.org <vrk@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-05-14 21:24:18 +0000 |
---|---|---|
committer | vrk@chromium.org <vrk@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-05-14 21:24:18 +0000 |
commit | 09fdca456fd5ac4e200edf7470aec8568347a342 (patch) | |
tree | e96def7da5d47945f8e2552f249d2f7547ba25ef /build/linux/system.gyp | |
parent | 85796b214b570012f8e89876c3cd63cb0a76cdfc (diff) | |
download | chromium_src-09fdca456fd5ac4e200edf7470aec8568347a342.zip chromium_src-09fdca456fd5ac4e200edf7470aec8568347a342.tar.gz chromium_src-09fdca456fd5ac4e200edf7470aec8568347a342.tar.bz2 |
Revert 270471 "ozone: Add egltest platform"
Speculative revert because we think this might have caused Mac Build bot
failure "gyp: Call to 'python ../../../build/mac/find_sdk.py 10.6' returned exit status -9."
> ozone: Add egltest platform
>
> This supports testing rendering using EGL. Creation of the
> EGLNativeWindowType is punted to a separate library, which has an
> interface defined in eglplatform_shim.h.
>
> TEST=content_shell --ozone-platform=egltest --ignore-gpu-blacklist
> BUG=none
> NOTRY=true
>
> Review URL: https://codereview.chromium.org/288603002
TBR=spang@chromium.org
Review URL: https://codereview.chromium.org/288013002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@270474 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'build/linux/system.gyp')
-rw-r--r-- | build/linux/system.gyp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/linux/system.gyp b/build/linux/system.gyp index 67fcab2..84bfbbf 100644 --- a/build/linux/system.gyp +++ b/build/linux/system.gyp @@ -111,7 +111,7 @@ }, ], # targets }], - [ 'use_x11==1 or use_ozone==1', { + [ 'use_x11==1 or ozone_platform_ozonex==1', { # Hide X11 and related dependencies when use_x11=0 'targets': [ { |