diff options
author | gman@chromium.org <gman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-05-18 22:49:47 +0000 |
---|---|---|
committer | gman@chromium.org <gman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-05-18 22:49:47 +0000 |
commit | c6f6f20a02720de423085e110e27dc22589ea186 (patch) | |
tree | 25696a8ab55664c391b3a60c760e2fabd41eba60 /gpu/gpu.gyp | |
parent | 3f542024ab41547c02b079bb98101d8b3f1b8581 (diff) | |
download | chromium_src-c6f6f20a02720de423085e110e27dc22589ea186.zip chromium_src-c6f6f20a02720de423085e110e27dc22589ea186.tar.gz chromium_src-c6f6f20a02720de423085e110e27dc22589ea186.tar.bz2 |
revert last CL
TBR=gman@chromium.org
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@47579 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'gpu/gpu.gyp')
-rw-r--r-- | gpu/gpu.gyp | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/gpu/gpu.gyp b/gpu/gpu.gyp index ef39e53..b52d1fe 100644 --- a/gpu/gpu.gyp +++ b/gpu/gpu.gyp @@ -40,6 +40,7 @@ 'command_buffer/service/texture_manager.h', 'command_buffer/service/texture_manager.cc', ], + 'enable_shader_translation%': 0, }, 'targets': [ { @@ -269,9 +270,7 @@ '../build/linux/system.gyp:gtk', ], }], - # TODO(gman): Change this condition to be false if the backend is - # native OpenGL ES 2.0 and false if the backend is OpenGL. - ['1==1', { + ['enable_shader_translation==1', { 'defines': [ 'GLES2_GPU_SERVICE_TRANSLATE_SHADER', ], |