summaryrefslogtreecommitdiffstats
path: root/build/features_override.gypi
diff options
context:
space:
mode:
authorkbr@google.com <kbr@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2009-10-07 22:53:20 +0000
committerkbr@google.com <kbr@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2009-10-07 22:53:20 +0000
commit6aa1ecc158be71557b7bbc1204b006c257aea1ae (patch)
treefffc9fb24a43c7e5f73924d8ef82558b6cdc583f /build/features_override.gypi
parentab46a7364e29d57f15a52d55aea880a6487d8513 (diff)
downloadchromium_src-6aa1ecc158be71557b7bbc1204b006c257aea1ae.zip
chromium_src-6aa1ecc158be71557b7bbc1204b006c257aea1ae.tar.gz
chromium_src-6aa1ecc158be71557b7bbc1204b006c257aea1ae.tar.bz2
Compile WebGL support in to Chrome's Dev Channel builds. Still
requires command line option --enable-webgl (and, currently, --no-sandbox) to enable. BUG=http://crbug.com/21852 TEST=none (runs existing WebGL tests; more coming) Review URL: http://codereview.chromium.org/270003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@28336 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'build/features_override.gypi')
-rw-r--r--build/features_override.gypi2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/features_override.gypi b/build/features_override.gypi
index decf31e..c60b7b7 100644
--- a/build/features_override.gypi
+++ b/build/features_override.gypi
@@ -10,7 +10,7 @@
# features.gypi. Therefore, if an enable is listed in features.gypi
# but not listed below, it will revert to its hardcoded webkit value.
'feature_defines': [
- 'ENABLE_3D_CANVAS=0',
+ 'ENABLE_3D_CANVAS=1',
'ENABLE_CHANNEL_MESSAGING=1',
'ENABLE_DATABASE=1',
'ENABLE_DATAGRID=0',