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

Unified Diff: ui/aura/aura_export.h

Issue 10386108: Change the way _EXPORT macros look. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: cros 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 | « sql/sql_export.h ('k') | ui/base/ui_export.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/aura/aura_export.h
diff --git a/ui/aura/aura_export.h b/ui/aura/aura_export.h
index 6b75b5011aa1fb8b0ca9ead8a57041eeba38591b..09120cc759d157fa9ba10e336ddb652042dff528 100644
--- a/ui/aura/aura_export.h
+++ b/ui/aura/aura_export.h
@@ -19,7 +19,11 @@
#endif // defined(AURA_IMPLEMENTATION)
#else // defined(WIN32)
+#if defined(AURA_IMPLEMENTATION)
tfarina 2012/05/15 18:07:24 nit: should we do the same to ui/app_list/app_list
Nico 2012/05/15 18:15:43 Yes. I tried to add it to all _export.h files. May
#define AURA_EXPORT __attribute__((visibility("default")))
+#else
+#define AURA_EXPORT
+#endif
#endif
#else // defined(COMPONENT_BUILD)
« no previous file with comments | « sql/sql_export.h ('k') | ui/base/ui_export.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698