diff options
author | thakis@chromium.org <thakis@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-11-08 05:55:58 +0000 |
---|---|---|
committer | thakis@chromium.org <thakis@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-11-08 05:55:58 +0000 |
commit | 0c32bac85f886491e61c3d7f031fa78a50e03729 (patch) | |
tree | c06f5c7172a98929092c9564b616e39b1410441f /webkit/appcache/appcache_export.h | |
parent | 8a810d9876bff1cee4f67b48efb406a8fafdd21a (diff) | |
download | chromium_src-0c32bac85f886491e61c3d7f031fa78a50e03729.zip chromium_src-0c32bac85f886491e61c3d7f031fa78a50e03729.tar.gz chromium_src-0c32bac85f886491e61c3d7f031fa78a50e03729.tar.bz2 |
Revert 108976 (broke win shared) - enable component build for content
R=jam@chromium.org
BUG=90442
TEST=
Review URL: http://codereview.chromium.org/8343068
TBR=dpranke@chromium.org
Review URL: http://codereview.chromium.org/8496006
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@108979 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/appcache/appcache_export.h')
-rw-r--r-- | webkit/appcache/appcache_export.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/webkit/appcache/appcache_export.h b/webkit/appcache/appcache_export.h index ece56ee..130816a 100644 --- a/webkit/appcache/appcache_export.h +++ b/webkit/appcache/appcache_export.h @@ -6,7 +6,8 @@ #define WEBKIT_APPCACHE_APPCACHE_EXPORT_H_ #pragma once -#if defined(COMPONENT_BUILD) +// TODO(dpranke): Uncomment to enable appcache component build. +#if 0 // defined(COMPONENT_BUILD) #if defined(WIN32) #if defined(APPCACHE_IMPLEMENTATION) |