Commit 09e69cbf authored by kbr@chromium.org's avatar kbr@chromium.org

Add ENABLE_WEBGL=1 definition to handle renaming of ENABLE_3D_CANVAS

flag in https://bugs.webkit.org/show_bug.cgi?id=53041 .
ENABLE_3D_CANVAS will be removed once we roll WebKit past the landing
of the upstream patch.

BUG=none
TEST=none

Review URL: http://codereview.chromium.org/6256013

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@72423 0039d316-1c4b-4281-b951-d872f2087c98
parent 402197a5
...@@ -11,6 +11,7 @@ ...@@ -11,6 +11,7 @@
# features.gypi. Therefore, if an enable is listed in features.gypi # features.gypi. Therefore, if an enable is listed in features.gypi
# but not listed below, it will revert to its hardcoded webkit value. # but not listed below, it will revert to its hardcoded webkit value.
'feature_defines': [ 'feature_defines': [
# TODO(kbr): remove ENABLE_3D_CANVAS after renaming to ENABLE_WEBGL lands.
'ENABLE_3D_CANVAS=1', 'ENABLE_3D_CANVAS=1',
'ENABLE_3D_PLUGIN=1', 'ENABLE_3D_PLUGIN=1',
'ENABLE_BLOB=1', 'ENABLE_BLOB=1',
...@@ -54,6 +55,7 @@ ...@@ -54,6 +55,7 @@
'ENABLE_VIDEO=1', 'ENABLE_VIDEO=1',
'ENABLE_WEB_SOCKETS=1', 'ENABLE_WEB_SOCKETS=1',
'ENABLE_WEB_TIMING=1', 'ENABLE_WEB_TIMING=1',
'ENABLE_WEBGL=1',
'ENABLE_WORKERS=1', 'ENABLE_WORKERS=1',
'ENABLE_XHR_RESPONSE_BLOB=1', 'ENABLE_XHR_RESPONSE_BLOB=1',
'ENABLE_XPATH=1', 'ENABLE_XPATH=1',
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment