summaryrefslogtreecommitdiffstats
path: root/gpu/gpu.gyp
diff options
context:
space:
mode:
authoralokp@chromium.org <alokp@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-08-25 19:13:40 +0000
committeralokp@chromium.org <alokp@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-08-25 19:13:40 +0000
commitf517cc84499db640156678c04b8ea12c3f695d83 (patch)
tree97fc2a5570aa77019f7599eba5b20f7eca729659 /gpu/gpu.gyp
parentb89e3f92a9f845a76c69c8a1434f0ee0d2a8d83c (diff)
downloadchromium_src-f517cc84499db640156678c04b8ea12c3f695d83.zip
chromium_src-f517cc84499db640156678c04b8ea12c3f695d83.tar.gz
chromium_src-f517cc84499db640156678c04b8ea12c3f695d83.tar.bz2
Removed compile-time GLES2_GPU_SERVICE_TRANSLATE_SHADER flag because whether shader needs to be translated is a runtime decision.
Review URL: http://codereview.chromium.org/3207001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@57362 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'gpu/gpu.gyp')
-rw-r--r--gpu/gpu.gyp11
1 files changed, 1 insertions, 10 deletions
diff --git a/gpu/gpu.gyp b/gpu/gpu.gyp
index 1c7dea7..755debc 100644
--- a/gpu/gpu.gyp
+++ b/gpu/gpu.gyp
@@ -137,6 +137,7 @@
'command_buffer_common',
'../app/app.gyp:app_base',
'../gfx/gfx.gyp:gfx',
+ '../third_party/angle/src/build_angle.gyp:translator_glsl',
],
'sources': [
'command_buffer/service/buffer_manager.h',
@@ -184,16 +185,6 @@
'../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', {
- 'defines': [
- 'GLES2_GPU_SERVICE_TRANSLATE_SHADER',
- ],
- 'dependencies': [
- '../third_party/angle/src/build_angle.gyp:translator_glsl',
- ],
- }],
],
},
{