summaryrefslogtreecommitdiffstats
path: root/webkit/appcache/appcache_export.h
diff options
context:
space:
mode:
authorsadrul@chromium.org <sadrul@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-11-11 18:24:56 +0000
committersadrul@chromium.org <sadrul@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-11-11 18:24:56 +0000
commitc014a08e687ea5549653ee50ac2ca67023c15ab2 (patch)
tree576d6aa8c7ccca4ccca3ce35b06868f5495f2fe3 /webkit/appcache/appcache_export.h
parent0711b5d9593e46b3ef0b8d0706418cb74f41e1f3 (diff)
downloadchromium_src-c014a08e687ea5549653ee50ac2ca67023c15ab2.zip
chromium_src-c014a08e687ea5549653ee50ac2ca67023c15ab2.tar.gz
chromium_src-c014a08e687ea5549653ee50ac2ca67023c15ab2.tar.bz2
Revert 109534 since this change broke clobbered component build.
Original CL: reenable component build w/ fix to test_support_content TBR=jam@chromium.org BUG=90442 TEST=the win shared debug builder compiles Review URL: http://codereview.chromium.org/8501025 TBR=dpranke@chromium.org Review URL: http://codereview.chromium.org/8538016 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@109654 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/appcache/appcache_export.h')
-rw-r--r--webkit/appcache/appcache_export.h3
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)