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

Unified Diff: ui/views/views.gyp

Issue 11275139: Move ui\aura\shared to ui\views\corewm (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 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
Index: ui/views/views.gyp
===================================================================
--- ui/views/views.gyp (revision 167200)
+++ ui/views/views.gyp (working copy)
@@ -238,11 +238,10 @@
'controls/tree/tree_view_views.h',
'controls/tree/tree_view_win.cc',
'controls/tree/tree_view_win.h',
- # TODO(beng): rename to 'corewm/' hence this sort order:
- '../aura/shared/compound_event_filter.cc',
- '../aura/shared/compound_event_filter.h',
- '../aura/shared/input_method_event_filter.cc',
- '../aura/shared/input_method_event_filter.h',
+ 'corewm/compound_event_filter.cc',
+ 'corewm/compound_event_filter.h',
+ 'corewm/input_method_event_filter.cc',
+ 'corewm/input_method_event_filter.h',
'debug_utils.cc',
'debug_utils.h',
'drag_controller.h',
@@ -455,8 +454,8 @@
}],
['use_aura==0', {
'sources/': [
- ['exclude', '../aura/shared/'],
['exclude', '../aura/desktop/'],
+ ['exclude', 'corewm'],
['exclude', '/desktop_[^/]*\\.cc$'],
['exclude', '/x11_[^/]*\\.cc$'],
['exclude', 'widget/native_widget_aura_window_observer.cc'],
@@ -626,9 +625,8 @@
'controls/textfield/native_textfield_views_unittest.cc',
'controls/textfield/textfield_views_model_unittest.cc',
'controls/tree/tree_view_views_unittest.cc',
- # TODO(beng): rename 'corewm/' hence this sort order
- '../aura/shared/compound_event_filter_unittest.cc',
- '../aura/shared/input_method_event_filter_unittest.cc',
+ 'corewm/compound_event_filter_unittest.cc',
+ 'corewm/input_method_event_filter_unittest.cc',
'focus/focus_manager_test.h',
'focus/focus_manager_test.cc',
'focus/focus_manager_unittest.cc',
@@ -681,9 +679,9 @@
],
}, {
'sources/': [
- ['exclude', '../aura/shared/'],
['exclude', '../aura/test/test_desktop_delegate.cc'],
['exclude', '../aura/test/test_desktop_delegate.h'],
+ ['exclude', 'corewm'],
['exclude', 'widget/native_widget_aura_unittest.cc'],
],
}],
« no previous file with comments | « ui/views/corewm/input_method_event_filter_unittest.cc ('k') | ui/views/widget/desktop_root_window_host_linux.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698