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

Unified Diff: views/views.gyp

Issue 8735009: views: Move some random files from views/ to ui/views/. (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 | « views/view.cc ('k') | no next file » | 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 bc9fb99ecd3beaed48e3ea98369e05f7f12cb6e1..aa50432524681b4b7046224004fe3316fe62bb71 100644
--- a/views/views.gyp
+++ b/views/views.gyp
@@ -51,22 +51,6 @@
'background.h',
'border.cc',
'border.h',
- 'context_menu_controller.h',
- #'debug_utils.cc',
- #'debug_utils.h',
- 'drag_controller.h',
- 'drag_utils.cc',
- 'drag_utils.h',
- 'drag_utils_aura.cc',
- 'drag_utils_gtk.cc',
- 'drag_utils_win.cc',
- 'metrics.cc',
- 'metrics.h',
- 'metrics_aura.cc',
- 'metrics_gtk.cc',
- 'metrics_win.cc',
- 'mouse_watcher.cc',
- 'mouse_watcher.h',
'native_theme_delegate.h',
'native_theme_painter.cc',
'native_theme_painter.h',
@@ -98,6 +82,7 @@
'../ui/views/bubble/bubble_delegate.h',
'../ui/views/bubble/bubble_frame_view.cc',
'../ui/views/bubble/bubble_frame_view.h',
+ '../ui/views/context_menu_controller.h',
'../ui/views/controls/button/button.cc',
'../ui/views/controls/button/button.h',
'../ui/views/controls/button/button_dropdown.cc',
@@ -276,6 +261,14 @@
'../ui/views/controls/throbber.h',
'../ui/views/controls/tree/tree_view.cc',
'../ui/views/controls/tree/tree_view.h',
+ #'../ui/views/debug_utils.cc',
+ #'../ui/views/debug_utils.h',
+ '../ui/views/drag_controller.h',
+ '../ui/views/drag_utils.cc',
+ '../ui/views/drag_utils.h',
+ '../ui/views/drag_utils_aura.cc',
+ '../ui/views/drag_utils_gtk.cc',
+ '../ui/views/drag_utils_win.cc',
'../ui/views/events/event.cc',
'../ui/views/events/event.h',
'../ui/views/events/event_aura.cc',
@@ -321,6 +314,13 @@
'../ui/views/layout/layout_constants.h',
'../ui/views/layout/layout_manager.cc',
'../ui/views/layout/layout_manager.h',
+ '../ui/views/metrics.cc',
+ '../ui/views/metrics.h',
+ '../ui/views/metrics_aura.cc',
+ '../ui/views/metrics_gtk.cc',
+ '../ui/views/metrics_win.cc',
+ '../ui/views/mouse_watcher.cc',
+ '../ui/views/mouse_watcher.h',
'../ui/views/touchui/gesture_manager.cc',
'../ui/views/touchui/gesture_manager.h',
'../ui/views/touchui/touch_selection_controller.cc',
@@ -395,7 +395,6 @@
['exclude', '../ui/views/controls/menu/menu_2.*'],
],
'sources!': [
- 'drag_utils_win.cc',
'../ui/views/controls/menu/menu_config_linux.cc',
'../ui/views/controls/menu/menu_item_view_linux.cc',
'../ui/views/controls/menu/menu_separator_linux.cc',
@@ -413,6 +412,7 @@
'../ui/views/controls/table/table_view_observer.h',
'../ui/views/controls/tree/tree_view.cc',
'../ui/views/controls/tree/tree_view.h',
+ '../ui/views/drag_utils_win.cc',
'../ui/views/widget/aero_tooltip_manager.cc',
'../ui/views/widget/aero_tooltip_manager.h',
'../ui/views/widget/child_window_message_processor.cc',
« no previous file with comments | « views/view.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698