| Index: build/common.gypi
|
| diff --git a/build/common.gypi b/build/common.gypi
|
| index cdaef9b9fb54a310659950d11bee1221a9849f91..aac4ba357f2f0a370fd6b01635c1ebccd1e2722b 100644
|
| --- a/build/common.gypi
|
| +++ b/build/common.gypi
|
| @@ -245,10 +245,6 @@
|
| # 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%': 1,
|
| -
|
| # 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',
|
| @@ -869,7 +865,6 @@
|
| '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,
|
|
|