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

Unified Diff: ui/views/views.gyp

Issue 11275296: Move shadow code to 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
« no previous file with comments | « ui/views/corewm/shadow_types.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/views/views.gyp
===================================================================
--- ui/views/views.gyp (revision 167688)
+++ ui/views/views.gyp (working copy)
@@ -5,7 +5,6 @@
'variables': {
'chromium_code': 1,
},
-
'target_defaults': {
'conditions': [
['use_aura==1', {
@@ -240,8 +239,16 @@
'controls/tree/tree_view_win.h',
'corewm/compound_event_filter.cc',
'corewm/compound_event_filter.h',
+ 'corewm/image_grid.cc',
+ 'corewm/image_grid.h',
'corewm/input_method_event_filter.cc',
'corewm/input_method_event_filter.h',
+ 'corewm/shadow.cc',
+ 'corewm/shadow.h',
+ 'corewm/shadow_controller.cc',
+ 'corewm/shadow_controller.h',
+ 'corewm/shadow_types.cc',
+ 'corewm/shadow_types.h',
'debug_utils.cc',
'debug_utils.h',
'drag_controller.h',
@@ -621,7 +628,9 @@
'controls/textfield/textfield_views_model_unittest.cc',
'controls/tree/tree_view_views_unittest.cc',
'corewm/compound_event_filter_unittest.cc',
+ 'corewm/image_grid_unittest.cc',
'corewm/input_method_event_filter_unittest.cc',
+ 'corewm/shadow_controller_unittest.cc',
'focus/focus_manager_test.h',
'focus/focus_manager_test.cc',
'focus/focus_manager_unittest.cc',
« no previous file with comments | « ui/views/corewm/shadow_types.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698