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

Unified Diff: mojo/common/mojo_common_export.h

Issue 346613004: Use loadable module instead of shared library. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Follow review Created 6 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 | « chrome/chrome_browser_ui.gypi ('k') | mojo/environment/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/common/mojo_common_export.h
diff --git a/mojo/common/mojo_common_export.h b/mojo/common/mojo_common_export.h
index 48d21d0d3d2ee4b15a2e2b3b3d0c700b77a39697..1d807ab28251f220bf4252cf02eaaca090522021 100644
--- a/mojo/common/mojo_common_export.h
+++ b/mojo/common/mojo_common_export.h
@@ -5,7 +5,7 @@
#ifndef MOJO_COMMON_MOJO_COMMON_EXPORT_H_
#define MOJO_COMMON_MOJO_COMMON_EXPORT_H_
-#if defined(COMPONENT_BUILD)
+#if defined(COMPONENT_BUILD) && !defined(MOJO_COMMON_EMBEDDED)
#if defined(WIN32)
« no previous file with comments | « chrome/chrome_browser_ui.gypi ('k') | mojo/environment/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698