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

Unified Diff: ui/ui.gyp

Issue 10387121: Revert 136996 - ui: Move NativeTheme files into ui/base/native_theme/ directory. (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 | « ui/gfx/render_text.cc ('k') | ui/ui_unittests.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/ui.gyp
===================================================================
--- ui/ui.gyp (revision 137002)
+++ ui/ui.gyp (working copy)
@@ -212,18 +212,6 @@
'base/models/tree_model.h',
'base/models/tree_node_iterator.h',
'base/models/tree_node_model.h',
- 'base/native_theme/native_theme.cc',
- 'base/native_theme/native_theme.h',
- 'base/native_theme/native_theme_android.cc',
- 'base/native_theme/native_theme_android.h',
- 'base/native_theme/native_theme_aura.cc',
- 'base/native_theme/native_theme_aura.h',
- 'base/native_theme/native_theme_base.cc',
- 'base/native_theme/native_theme_base.h',
- 'base/native_theme/native_theme_gtk.cc',
- 'base/native_theme/native_theme_gtk.h',
- 'base/native_theme/native_theme_win.cc',
- 'base/native_theme/native_theme_win.h',
'base/range/range.cc',
'base/range/range.h',
'base/range/range_mac.mm',
@@ -344,6 +332,18 @@
'gfx/mac/scoped_ns_disable_screen_updates.h',
'gfx/monitor.cc',
'gfx/monitor.h',
+ 'gfx/native_theme.cc',
+ 'gfx/native_theme.h',
+ 'gfx/native_theme_android.cc',
+ 'gfx/native_theme_android.h',
+ 'gfx/native_theme_aura.cc',
+ 'gfx/native_theme_aura.h',
+ 'gfx/native_theme_base.cc',
+ 'gfx/native_theme_base.h',
+ 'gfx/native_theme_gtk.cc',
+ 'gfx/native_theme_gtk.h',
+ 'gfx/native_theme_win.cc',
+ 'gfx/native_theme_win.h',
'gfx/native_widget_types.h',
'gfx/pango_util.h',
'gfx/pango_util.cc',
@@ -452,8 +452,8 @@
],
}, { # use_aura!=1
'sources!': [
- 'base/native_theme/native_theme_aura.cc',
- 'base/native_theme/native_theme_aura.h',
+ 'gfx/native_theme_aura.cc',
+ 'gfx/native_theme_aura.h',
'base/cursor/cursor.cc',
'base/cursor/cursor.h',
'base/cursor/cursor_win.cc',
@@ -464,8 +464,8 @@
'sources/': [
['exclude', 'base/dragdrop/os_exchange_data_provider_win.cc'],
['exclude', 'base/dragdrop/os_exchange_data_provider_win.h'],
- ['exclude', 'base/native_theme/native_theme_win.cc'],
- ['exclude', 'base/native_theme/native_theme_win.h'],
+ ['exclude', 'gfx/native_theme_win.cc'],
+ ['exclude', 'gfx/native_theme_win.h'],
['exclude', 'gfx/path_win.cc'],
],
}],
@@ -534,18 +534,18 @@
],
}, { # toolkit_uses_gtk != 1
'sources!': [
- 'base/native_theme/native_theme_gtk.cc',
- 'base/native_theme/native_theme_gtk.h',
+ 'gfx/native_theme_gtk.cc',
+ 'gfx/native_theme_gtk.h',
]
}],
['OS=="win"', {
'sources': [
- 'base/native_theme/native_theme_win.cc',
- 'base/native_theme/native_theme_win.h',
'gfx/gdi_util.cc',
'gfx/gdi_util.h',
'gfx/icon_util.cc',
'gfx/icon_util.h',
+ 'gfx/native_theme_win.cc',
+ 'gfx/native_theme_win.h',
],
'sources!': [
'base/touch/touch_factory.cc',
@@ -594,8 +594,8 @@
'base/dragdrop/drop_target.cc',
'base/dragdrop/drop_target.h',
'base/dragdrop/os_exchange_data.cc',
- 'base/native_theme/native_theme_win.cc',
- 'base/native_theme/native_theme_win.h',
+ 'gfx/native_theme_win.cc',
+ 'gfx/native_theme_win.h',
],
'sources/': [
['exclude', '^base/win/*'],
« no previous file with comments | « ui/gfx/render_text.cc ('k') | ui/ui_unittests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698