summaryrefslogtreecommitdiffstats
path: root/build/features_override.gypi
diff options
context:
space:
mode:
authorjianli@chromium.org <jianli@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-08-03 17:16:10 +0000
committerjianli@chromium.org <jianli@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-08-03 17:16:10 +0000
commit2a21c77cdcfc4709759847d4a50ae750620d732d (patch)
treece6175d1bc4a51a3566f2c6af39525982b225762 /build/features_override.gypi
parent0699a7a8f48bacacf5eb30b8497db15c762b7808 (diff)
downloadchromium_src-2a21c77cdcfc4709759847d4a50ae750620d732d.zip
chromium_src-2a21c77cdcfc4709759847d4a50ae750620d732d.tar.gz
chromium_src-2a21c77cdcfc4709759847d4a50ae750620d732d.tar.bz2
Add a new feature define ENABLE_BLOB.
We need to replace all blob related feature defines ENABLE_BLOB_SLICE and ENABLE_FILE_READER. This patch only adds the new feature define in order to be prepared for the corresponding WebKit patch to land. After it is brought down, we will then remove 2 obsolete feature defines. BUG=none TEST=none Review URL: http://codereview.chromium.org/3082001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@54770 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'build/features_override.gypi')
-rw-r--r--build/features_override.gypi1
1 files changed, 1 insertions, 0 deletions
diff --git a/build/features_override.gypi b/build/features_override.gypi
index 8a0c934..19a2d6a7 100644
--- a/build/features_override.gypi
+++ b/build/features_override.gypi
@@ -11,6 +11,7 @@
# but not listed below, it will revert to its hardcoded webkit value.
'feature_defines': [
'ENABLE_3D_CANVAS=1',
+ 'ENABLE_BLOB=1',
'ENABLE_BLOB_SLICE=1',
'ENABLE_CHANNEL_MESSAGING=1',
'ENABLE_DASHBOARD_SUPPORT=0',