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

Unified Diff: ipc/ipc_export.h

Issue 2069803003: Fold //ipc/mojo into //ipc. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@mojo-ipc-deps
Patch Set: rebase 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 | « ipc/ipc_channel_mojo_unittest.cc ('k') | ipc/ipc_message_pipe_reader.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ipc/ipc_export.h
diff --git a/ipc/ipc_export.h b/ipc/ipc_export.h
index 9f8411c3cee11fc37a0c3f04a26749cfe5e10fae..e1cbe8891f15ef980c9da85bc3ca00614e0cd996 100644
--- a/ipc/ipc_export.h
+++ b/ipc/ipc_export.h
@@ -17,12 +17,6 @@
#define IPC_EXPORT __declspec(dllimport)
#endif // defined(IPC_IMPLEMENTATION)
-#if defined(IPC_MOJO_IMPLEMENTATION)
-#define IPC_MOJO_EXPORT __declspec(dllexport)
-#else
-#define IPC_MOJO_EXPORT __declspec(dllimport)
-#endif // defined(IPC_MOJO_IMPLEMENTATION)
-
#else // defined(WIN32)
#if defined(IPC_IMPLEMENTATION)
@@ -31,17 +25,10 @@
#define IPC_EXPORT
#endif
-#if defined(IPC_MOJO_IMPLEMENTATION)
-#define IPC_MOJO_EXPORT __attribute__((visibility("default")))
-#else
-#define IPC_MOJO_EXPORT
-#endif
-
#endif
#else // defined(COMPONENT_BUILD)
#define IPC_EXPORT
-#define IPC_MOJO_EXPORT
#endif
#endif // IPC_IPC_EXPORT_H_
« no previous file with comments | « ipc/ipc_channel_mojo_unittest.cc ('k') | ipc/ipc_message_pipe_reader.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698