| Index: content/common/content_export.h
|
| diff --git a/content/common/content_export.h b/content/common/content_export.h
|
| index c52377f7434f35923866af1300e02a772ebb05c7..dd76009c5fd64b066c91ca128f4ee4fa5972f70c 100644
|
| --- a/content/common/content_export.h
|
| +++ b/content/common/content_export.h
|
| @@ -6,7 +6,8 @@
|
| #define CONTENT_COMMON_CONTENT_EXPORT_H_
|
| #pragma once
|
|
|
| -#if defined(COMPONENT_BUILD)
|
| +// TODO(dpranke): Uncomment to enable component build of content.
|
| +#if 0 // defined(COMPONENT_BUILD)
|
| #if defined(WIN32)
|
|
|
| #if defined(CONTENT_IMPLEMENTATION)
|
| @@ -16,7 +17,7 @@
|
| #endif // defined(CONTENT_IMPLEMENTATION)
|
|
|
| #else // defined(WIN32)
|
| -#define CONTENT_EXPORT __attribute__((visibility("default"))
|
| +#define CONTENT_EXPORT __attribute__((visibility("default")))
|
| #endif
|
|
|
| #else // defined(COMPONENT_BUILD)
|
|
|