Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(372)

Unified Diff: build/common.gypi

Issue 25351004: Use translator instead of translator_glsl ANGLE dependency. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: add a condition Created 7 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | gpu/command_buffer_service.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/common.gypi
diff --git a/build/common.gypi b/build/common.gypi
index 6210f82303f32ba01f0bcb49d441fa90468f1de9..ca0157966555e2e6968ec83060f8295ab39dc366 100644
--- a/build/common.gypi
+++ b/build/common.gypi
@@ -250,6 +250,10 @@
# use_libjpeg_turbo is set.
'use_system_libjpeg%': 0,
+ # Use ANGLE target translator instead of translator_glsl.
+ # TODO(zmo): clean this up when both chromium and webkit switch over.
+ 'use_angle_translator%': 0,
+
# By default, component is set to static_library and it can be overriden
# by the GYP command line or by ~/.gyp/include.gypi.
'component%': 'static_library',
@@ -879,6 +883,7 @@
'wix_path%': '<(wix_path)',
'use_libjpeg_turbo%': '<(use_libjpeg_turbo)',
'use_system_libjpeg%': '<(use_system_libjpeg)',
+ 'use_angle_translator%': '<(use_angle_translator)',
'android_webview_build%': '<(android_webview_build)',
'gyp_managed_install%': 0,
'create_standalone_apk%': 1,
« no previous file with comments | « no previous file | gpu/command_buffer_service.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698