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

Unified Diff: views/views.gyp

Issue 8742030: views: Move view.h to ui/views/. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase and fix conflicts 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_win.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 aa50432524681b4b7046224004fe3316fe62bb71..896da13638dfe91cb08dbdca18710a917518b84e 100644
--- a/views/views.gyp
+++ b/views/views.gyp
@@ -60,15 +60,10 @@
'painter.h',
'repeat_controller.cc',
'repeat_controller.h',
- 'view.cc',
- 'view.h',
- 'view_aura.cc',
'view_constants.cc',
'view_constants.h',
- 'view_gtk.cc',
'view_text_utils.cc',
'view_text_utils.h',
- 'view_win.cc',
'views_delegate.h',
'../ui/views/accessibility/native_view_accessibility_win.cc',
'../ui/views/accessibility/native_view_accessibility_win.h',
@@ -325,6 +320,11 @@
'../ui/views/touchui/gesture_manager.h',
'../ui/views/touchui/touch_selection_controller.cc',
'../ui/views/touchui/touch_selection_controller.h',
+ '../ui/views/view.cc',
+ '../ui/views/view.h',
+ '../ui/views/view_aura.cc',
+ '../ui/views/view_gtk.cc',
+ '../ui/views/view_win.cc',
'../ui/views/widget/aero_tooltip_manager.cc',
'../ui/views/widget/aero_tooltip_manager.h',
'../ui/views/widget/child_window_message_processor.cc',
@@ -533,6 +533,7 @@
'../ui/views/test/test_views_delegate.h',
'../ui/views/test/views_test_base.cc',
'../ui/views/test/views_test_base.h',
+ '../ui/views/view_unittest.cc',
'../ui/views/widget/native_widget_test_utils.h',
'../ui/views/widget/native_widget_test_utils_aura.cc',
'../ui/views/widget/native_widget_test_utils_gtk.cc',
@@ -542,7 +543,6 @@
'../ui/views/widget/widget_unittest.cc',
'accessible_pane_view_unittest.cc',
'run_all_unittests.cc',
- 'view_unittest.cc',
'<(SHARED_INTERMEDIATE_DIR)/ui/gfx/gfx_resources.rc',
'<(SHARED_INTERMEDIATE_DIR)/ui/ui_resources/ui_resources.rc',
« no previous file with comments | « views/view_win.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698