Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1073)

Unified Diff: content/common/content_export.h

Issue 7841009: export RendererMain (Closed)
Patch Set: fix stupid preprocessor typo Created 9 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « content/app/content_main.cc ('k') | content/renderer/renderer_main.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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)
« no previous file with comments | « content/app/content_main.cc ('k') | content/renderer/renderer_main.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698