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

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
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..978ee24bc2afaf0b4a15175f2c7e2b4c8a008271 100644
--- a/mojo/public/system/system_export.h
+++ b/mojo/public/system/system_export.h
@@ -5,11 +5,10 @@
#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)
-#define MOJO_SYSTEM_EXPORT __declspec(dllexport)
+#define MOJO_SYSTEM_PUBLIC_EXPORT __declspec(dllexport)
#else
#define MOJO_SYSTEM_EXPORT __declspec(dllimport)
#endif // defined(GFX_IMPLEMENTATION)
@@ -22,8 +21,4 @@
#endif
#endif
-#else // defined(COMPONENT_BUILD)
-#define MOJO_SYSTEM_EXPORT
-#endif
-
#endif // MOJO_PUBLIC_SYSTEM_SYSTEM_EXPORT_H_

Powered by Google App Engine
This is Rietveld 408576698