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

Unified Diff: mojo/public/system/system_export.h

Issue 106173003: Split mojo_system dylib into public and private (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix win Created 7 years 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 | « mojo/public/system/core_private.cc ('k') | mojo/system/channel.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/public/system/system_export.h
diff --git a/mojo/public/system/system_export.h b/mojo/public/system/system_export.h
index 8d240db055db2317e6030f6c477e47bc423f80ce..3a7035b8a0190b530d634a4a5a0839b4b216a95e 100644
--- a/mojo/public/system/system_export.h
+++ b/mojo/public/system/system_export.h
@@ -5,7 +5,6 @@
#ifndef MOJO_PUBLIC_SYSTEM_SYSTEM_EXPORT_H_
#define MOJO_PUBLIC_SYSTEM_SYSTEM_EXPORT_H_
-#if defined(COMPONENT_BUILD)
#if defined(WIN32)
#if defined(MOJO_SYSTEM_IMPLEMENTATION)
@@ -22,8 +21,4 @@
#endif
#endif
-#else // defined(COMPONENT_BUILD)
-#define MOJO_SYSTEM_EXPORT
-#endif
-
#endif // MOJO_PUBLIC_SYSTEM_SYSTEM_EXPORT_H_
« no previous file with comments | « mojo/public/system/core_private.cc ('k') | mojo/system/channel.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698