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

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

Issue 2048053003: Reland of Mojo: Eliminate duplicate C API symbols (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 6 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 | « mojo/public/c/system/set_thunks_for_app.cc ('k') | mojo/public/c/system/thunks.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/public/c/system/system_export.h
diff --git a/mojo/public/c/system/system_export.h b/mojo/public/c/system/system_export.h
index bc3b459843f1b72f4386186ad635c629c023d888..775f6679f92a1b32b991ac803d3a972bf29838b8 100644
--- a/mojo/public/c/system/system_export.h
+++ b/mojo/public/c/system/system_export.h
@@ -5,7 +5,7 @@
#ifndef MOJO_PUBLIC_C_SYSTEM_SYSTEM_EXPORT_H_
#define MOJO_PUBLIC_C_SYSTEM_SYSTEM_EXPORT_H_
-#if defined(COMPONENT_BUILD) && defined(MOJO_USE_SYSTEM_IMPL)
+#if defined(COMPONENT_BUILD)
#if defined(WIN32)
#if defined(MOJO_SYSTEM_IMPLEMENTATION)
@@ -24,10 +24,10 @@
#endif // defined(WIN32)
-#else // !defined(COMPONENT_BUILD) || !defined(MOJO_USE_SYSTEM_IMPL)
+#else // !defined(COMPONENT_BUILD)
#define MOJO_SYSTEM_EXPORT
-#endif // defined(COMPONENT_BUILD) && defined(MOJO_USE_SYSTEM_IMPL)
+#endif // defined(COMPONENT_BUILD)
#endif // MOJO_PUBLIC_C_SYSTEM_SYSTEM_EXPORT_H_
« no previous file with comments | « mojo/public/c/system/set_thunks_for_app.cc ('k') | mojo/public/c/system/thunks.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698