diff options
author | rsleevi@chromium.org <rsleevi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-10-08 03:30:16 +0000 |
---|---|---|
committer | rsleevi@chromium.org <rsleevi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-10-08 03:30:16 +0000 |
commit | 9f9123b61803ca5974ca17df32f9b5660a61bf1c (patch) | |
tree | 2f44febfe0793df83ae20d16ce0f335f009545d0 /content/common/content_export.h | |
parent | b6994152db76d90ec6ecca19a71532acbf39bb96 (diff) | |
download | chromium_src-9f9123b61803ca5974ca17df32f9b5660a61bf1c.zip chromium_src-9f9123b61803ca5974ca17df32f9b5660a61bf1c.tar.gz chromium_src-9f9123b61803ca5974ca17df32f9b5660a61bf1c.tar.bz2 |
Revert 104632 - enable component build for content and appcache.
R=jam@chromium.org
BUG=90442
TEST=
Review URL: http://codereview.chromium.org/7888053
TBR=dpranke@chromium.org
Review URL: http://codereview.chromium.org/8200023
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@104645 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/common/content_export.h')
-rw-r--r-- | content/common/content_export.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/content/common/content_export.h b/content/common/content_export.h index b39cdd5..fc91b72c 100644 --- a/content/common/content_export.h +++ b/content/common/content_export.h @@ -6,7 +6,7 @@ #define CONTENT_COMMON_CONTENT_EXPORT_H_ #pragma once -#if defined(COMPONENT_BUILD) && !defined(COMPILE_CONTENT_STATICALLY) +#if 0 // TODO(dpranke): Uncomment: defined(COMPONENT_BUILD). #if defined(WIN32) #if defined(CONTENT_IMPLEMENTATION) |