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

Unified Diff: ui/ui_unittests.gypi

Issue 10310136: ui: Move NativeTheme files into ui/base/native_theme/ directory. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix win 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/ui.gyp ('k') | ui/views/controls/button/checkbox.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/ui_unittests.gypi
diff --git a/ui/ui_unittests.gypi b/ui/ui_unittests.gypi
index 0f6d29390c39aab9e68801e876395db1e964729c..2a0a121c1b4152a5de7e0b09debbd6e2df7ffcd7 100644
--- a/ui/ui_unittests.gypi
+++ b/ui/ui_unittests.gypi
@@ -111,9 +111,9 @@
['OS == "win"', {
'sources': [
'base/dragdrop/os_exchange_data_win_unittest.cc',
+ 'base/native_theme/native_theme_win_unittest.cc',
'base/win/hwnd_subclass_unittest.cc',
'gfx/icon_util_unittest.cc',
- 'gfx/native_theme_win_unittest.cc',
'gfx/platform_font_win_unittest.cc',
],
'include_dirs': [
@@ -199,9 +199,9 @@
}],
['use_aura==1', {
'sources!': [
- 'gfx/screen_unittest.cc',
- 'gfx/native_theme_win_unittest.cc',
'base/dragdrop/os_exchange_data_win_unittest.cc',
+ 'base/native_theme/native_theme_win_unittest.cc',
+ 'gfx/screen_unittest.cc',
],
}],
['use_aura==1 or toolkit_views==1', {
« no previous file with comments | « ui/ui.gyp ('k') | ui/views/controls/button/checkbox.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698