summaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
authorjcivelli@chromium.org <jcivelli@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-05-25 02:57:41 +0000
committerjcivelli@chromium.org <jcivelli@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-05-25 02:57:41 +0000
commit5f0ce949949d47df43553f0d98d17c4885a22a17 (patch)
treee82a5a5cdf2c0e75bd8bec4747e0b35be43fb4c8 /build
parentad85ea40800741d57a076e78c550b57c21220751 (diff)
downloadchromium_src-5f0ce949949d47df43553f0d98d17c4885a22a17.zip
chromium_src-5f0ce949949d47df43553f0d98d17c4885a22a17.tar.gz
chromium_src-5f0ce949949d47df43553f0d98d17c4885a22a17.tar.bz2
Enabling MHTML.
Enabling MHTML reading on the Chrome side now that the WebKit patch adding support for MHTML landed in WebKit. That is necessary for the MHTML layout tests to pass. BUG=83804 TEST=MHTML layout tests should pass. Review URL: http://codereview.chromium.org/7064044 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@86560 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'build')
-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 1dc65db..82708ac 100644
--- a/build/features_override.gypi
+++ b/build/features_override.gypi
@@ -41,6 +41,7 @@
'ENABLE_METER_TAG=1',
'ENABLE_MEDIA_STATISTICS=1',
'ENABLE_MEDIA_STREAM=1',
+ 'ENABLE_MHTML=1',
'ENABLE_NOTIFICATIONS=1',
'ENABLE_OFFLINE_WEB_APPLICATIONS=1',
'ENABLE_OPENTYPE_SANITIZER=1',