Chromium Code Reviews| 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) |