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

Unified Diff: app/app_base.gypi

Issue 6254011: Move UI-relevant Windows files to ui/base. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 9 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 | « no previous file | app/win/hwnd_util.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: app/app_base.gypi
===================================================================
--- app/app_base.gypi (revision 71828)
+++ app/app_base.gypi (working copy)
@@ -153,6 +153,10 @@
'../ui/base/models/table_model.cc',
'../ui/base/models/table_model.h',
'../ui/base/models/table_model_observer.h',
+ '../ui/base/win/hwnd_util.cc',
+ '../ui/base/win/hwnd_util.h',
+ '../ui/base/win/window_impl.cc',
+ '../ui/base/win/window_impl.h',
'active_window_watcher_x.cc',
'active_window_watcher_x.h',
'bidi_line_iterator.cc',
@@ -225,8 +229,6 @@
'theme_provider.h',
'view_prop.cc',
'view_prop.h',
- 'win/hwnd_util.cc',
- 'win/hwnd_util.h',
'win/iat_patch_function.cc',
'win/iat_patch_function.h',
'win/scoped_co_mem.h',
@@ -235,8 +237,6 @@
'win/scoped_prop.h',
'win/shell.cc',
'win/shell.h',
- 'win/window_impl.cc',
- 'win/window_impl.h',
'win/win_util.cc',
'win/win_util.h',
'x11_util.cc',
« no previous file with comments | « no previous file | app/win/hwnd_util.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698