diff options
author | jbauman@chromium.org <jbauman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-01-05 01:07:12 +0000 |
---|---|---|
committer | jbauman@chromium.org <jbauman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-01-05 01:07:12 +0000 |
commit | 13eb97de2ab499a8fc74d54a60baa6866d080863 (patch) | |
tree | 3c20f2a635e52f6c4afc395d427cc443b0c91597 /build | |
parent | b44715761f95217872438eb09563c44845db5eb2 (diff) | |
download | chromium_src-13eb97de2ab499a8fc74d54a60baa6866d080863.zip chromium_src-13eb97de2ab499a8fc74d54a60baa6866d080863.tar.gz chromium_src-13eb97de2ab499a8fc74d54a60baa6866d080863.tar.bz2 |
Reenable SwiftShader
The crash bugs weren't related to SwiftShader, so enable it again.
BUG=26001
TEST=
Review URL: http://codereview.chromium.org/9088006
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@116429 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'build')
-rw-r--r-- | build/common.gypi | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/build/common.gypi b/build/common.gypi index 7e0f3cb..bc6b71b 100644 --- a/build/common.gypi +++ b/build/common.gypi @@ -1207,6 +1207,9 @@ 'ENABLE_WEB_INTENTS=1', ], }], + ['OS=="win" and branding=="Chrome"', { + 'defines': ['ENABLE_SWIFTSHADER'], + }], ['enable_dart==1', { 'defines': ['WEBKIT_USING_DART=1'], }], |