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

Unified Diff: ui/app_list/app_list_export.h

Issue 10377151: Change the way _EXPORT macros look, app_list edition (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 7 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/app_list/app_list_export.h
diff --git a/ui/app_list/app_list_export.h b/ui/app_list/app_list_export.h
index afb61aa736bb5c17da02510444291db98f4c3224..66021e9f4a7b5c4e068b65e7e5b0bcd8f304e64e 100644
--- a/ui/app_list/app_list_export.h
+++ b/ui/app_list/app_list_export.h
@@ -19,7 +19,11 @@
#endif // defined(APP_LIST_IMPLEMENTATION)
#else // defined(WIN32)
+#if defined(APP_LIST_IMPLEMENTATION)
#define APP_LIST_EXPORT __attribute__((visibility("default")))
+#else
+#define APP_LIST_EXPORT
+#endif
#endif
#else // defined(COMPONENT_BUILD)
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698