diff options
author | dpranke@chromium.org <dpranke@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-11-08 03:52:32 +0000 |
---|---|---|
committer | dpranke@chromium.org <dpranke@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-11-08 03:52:32 +0000 |
commit | 197eeace847bb687765593d6b2d33705e1144672 (patch) | |
tree | 489222a26f51a98a81e55c29ab758cd4af083541 /content/common | |
parent | b525f1df99edd9a62b2e828c8e5d57f996f85792 (diff) | |
download | chromium_src-197eeace847bb687765593d6b2d33705e1144672.zip chromium_src-197eeace847bb687765593d6b2d33705e1144672.tar.gz chromium_src-197eeace847bb687765593d6b2d33705e1144672.tar.bz2 |
enable component build for content
R=jam@chromium.org
BUG=90442
TEST=
Review URL: http://codereview.chromium.org/8343068
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@108976 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/common')
-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 fc91b72c..b39cdd5 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 0 // TODO(dpranke): Uncomment: defined(COMPONENT_BUILD). +#if defined(COMPONENT_BUILD) && !defined(COMPILE_CONTENT_STATICALLY) #if defined(WIN32) #if defined(CONTENT_IMPLEMENTATION) |