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

Unified Diff: ui/ui.gyp

Issue 93863005: ui: Rename ui_export.h to ui_base_export.h (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: UI_BASE_IMPLEMENTATION Created 6 years, 11 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 | « ui/base/x/x11_util_internal.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/ui.gyp
diff --git a/ui/ui.gyp b/ui/ui.gyp
index 51d33530e73f02795d5ae974c24b53ddcbc35fda..bb8ea32240d3f87c4670c49cde8e0170e05cf8d7 100644
--- a/ui/ui.gyp
+++ b/ui/ui.gyp
@@ -29,7 +29,7 @@
'resources/ui_resources.gyp:ui_resources',
],
'defines': [
- 'UI_IMPLEMENTATION',
+ 'UI_BASE_IMPLEMENTATION',
],
'export_dependent_settings': [
'../net/net.gyp:net',
@@ -271,7 +271,7 @@
'base/ui_base_switches_util.h',
'base/ui_base_types.cc',
'base/ui_base_types.h',
- 'base/ui_export.h',
+ 'base/ui_base_export.h',
'base/view_prop.cc',
'base/view_prop.h',
'base/webui/jstemplate_builder.cc',
« no previous file with comments | « ui/base/x/x11_util_internal.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698