diff options
author | zmo@chromium.org <zmo@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-10-04 20:05:32 +0000 |
---|---|---|
committer | zmo@chromium.org <zmo@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-10-04 20:05:32 +0000 |
commit | 566cc83a48a6ec72a715bda7a577e731017cb438 (patch) | |
tree | 4f1fecef2f0046b03e56026a3d1583e2625db68d /build | |
parent | 3debe835fce0fbae096e91961dc967dd5160b158 (diff) | |
download | chromium_src-566cc83a48a6ec72a715bda7a577e731017cb438.zip chromium_src-566cc83a48a6ec72a715bda7a577e731017cb438.tar.gz chromium_src-566cc83a48a6ec72a715bda7a577e731017cb438.tar.bz2 |
Switch to use ANGLE translator instead of translator_glsl target.
BUG=
TEST=tree
R=jamesr@chromium.org, jamesr
Review URL: https://codereview.chromium.org/25727010
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@227067 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'build')
-rw-r--r-- | build/common.gypi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/common.gypi b/build/common.gypi index b13194a..00fe99c 100644 --- a/build/common.gypi +++ b/build/common.gypi @@ -252,7 +252,7 @@ # Use ANGLE target translator instead of translator_glsl. # TODO(zmo): clean this up when both chromium and webkit switch over. - 'use_angle_translator%': 0, + '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. |