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

Unified Diff: trunk/src/ui/gfx/gfx_export.h

Issue 25161002: Revert 225857 "gfx: Create a separate gfx component out of ui." (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 7 years, 3 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 | « trunk/src/ui/gfx/gfx.gyp ('k') | trunk/src/ui/gfx/rect_base_impl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: trunk/src/ui/gfx/gfx_export.h
===================================================================
--- trunk/src/ui/gfx/gfx_export.h (revision 225858)
+++ trunk/src/ui/gfx/gfx_export.h (working copy)
@@ -8,14 +8,14 @@
#if defined(COMPONENT_BUILD)
#if defined(WIN32)
-#if defined(GFX_IMPLEMENTATION)
+#if defined(UI_IMPLEMENTATION)
#define GFX_EXPORT __declspec(dllexport)
#else
#define GFX_EXPORT __declspec(dllimport)
-#endif // defined(GFX_IMPLEMENTATION)
+#endif // defined(UI_IMPLEMENTATION)
#else // defined(WIN32)
-#if defined(GFX_IMPLEMENTATION)
+#if defined(UI_IMPLEMENTATION)
#define GFX_EXPORT __attribute__((visibility("default")))
#else
#define GFX_EXPORT
« no previous file with comments | « trunk/src/ui/gfx/gfx.gyp ('k') | trunk/src/ui/gfx/rect_base_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698