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

Unified Diff: views/views.gyp

Issue 8552005: views: Move views/window/ to ui/views/window directory. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 1 month 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/views/window/window_shape.cc ('k') | views/window/client_view.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: views/views.gyp
diff --git a/views/views.gyp b/views/views.gyp
index 6f4da62696c651882503eb617e4a44dd6e9a2b12..148904f989647d24e4a98f91344093e5000e1e37 100644
--- a/views/views.gyp
+++ b/views/views.gyp
@@ -398,21 +398,21 @@
'widget/widget_delegate.h',
'widget/window_manager.cc',
'widget/window_manager.h',
- 'window/client_view.cc',
- 'window/client_view.h',
- 'window/custom_frame_view.cc',
- 'window/custom_frame_view.h',
- 'window/dialog_client_view.cc',
- 'window/dialog_client_view.h',
- 'window/dialog_delegate.cc',
- 'window/dialog_delegate.h',
- 'window/native_frame_view.cc',
- 'window/native_frame_view.h',
- 'window/non_client_view.cc',
- 'window/non_client_view.h',
- 'window/window_resources.h',
- 'window/window_shape.cc',
- 'window/window_shape.h',
+ '../ui/views/window/client_view.cc',
+ '../ui/views/window/client_view.h',
+ '../ui/views/window/custom_frame_view.cc',
+ '../ui/views/window/window/custom_frame_view.h',
+ '../ui/views/window/dialog_client_view.cc',
+ '../ui/views/window/window/dialog_client_view.h',
+ '../ui/views/window/dialog_delegate.cc',
+ '../ui/views/window/dialog_delegate.h',
+ '../ui/views/window/native_frame_view.cc',
+ '../ui/views/window/native_frame_view.h',
+ '../ui/views/window/non_client_view.cc',
+ '../ui/views/window/non_client_view.h',
+ '../ui/views/window/window_resources.h',
+ '../ui/views/window/window_shape.cc',
+ '../ui/views/window/window_shape.h',
],
'include_dirs': [
'../third_party/wtl/include',
« no previous file with comments | « ui/views/window/window_shape.cc ('k') | views/window/client_view.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698