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

Side by Side Diff: ui/views/views.gyp

Issue 12263050: Rework ash::CursorManager into a corewm object, to share code with desktop. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: General patch cleanup. Created 7 years, 10 months 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 { 4 {
5 'variables': { 5 'variables': {
6 'chromium_code': 1, 6 'chromium_code': 1,
7 }, 7 },
8 'target_defaults': { 8 'target_defaults': {
9 'conditions': [ 9 'conditions': [
10 ['use_aura==1', { 10 ['use_aura==1', {
(...skipping 211 matching lines...) Expand 10 before | Expand all | Expand 10 after
222 'controls/tree/tree_view.cc', 222 'controls/tree/tree_view.cc',
223 'controls/tree/tree_view.h', 223 'controls/tree/tree_view.h',
224 'controls/tree/tree_view_controller.cc', 224 'controls/tree/tree_view_controller.cc',
225 'controls/tree/tree_view_controller.h', 225 'controls/tree/tree_view_controller.h',
226 'corewm/base_focus_rules.cc', 226 'corewm/base_focus_rules.cc',
227 'corewm/base_focus_rules.h', 227 'corewm/base_focus_rules.h',
228 'corewm/compound_event_filter.cc', 228 'corewm/compound_event_filter.cc',
229 'corewm/compound_event_filter.h', 229 'corewm/compound_event_filter.h',
230 'corewm/corewm_switches.cc', 230 'corewm/corewm_switches.cc',
231 'corewm/corewm_switches.h', 231 'corewm/corewm_switches.h',
232 'corewm/cursor_manager.cc',
233 'corewm/cursor_manager.h',
234 'corewm/cursor_manager_delegate.h',
235 'corewm/cursor_platform_delegate.h',
232 'corewm/focus_controller.cc', 236 'corewm/focus_controller.cc',
233 'corewm/focus_controller.h', 237 'corewm/focus_controller.h',
234 'corewm/focus_rules.h', 238 'corewm/focus_rules.h',
235 'corewm/image_grid.cc', 239 'corewm/image_grid.cc',
236 'corewm/image_grid.h', 240 'corewm/image_grid.h',
237 'corewm/input_method_event_filter.cc', 241 'corewm/input_method_event_filter.cc',
238 'corewm/input_method_event_filter.h', 242 'corewm/input_method_event_filter.h',
239 'corewm/shadow.cc', 243 'corewm/shadow.cc',
240 'corewm/shadow.h', 244 'corewm/shadow.h',
241 'corewm/shadow_controller.cc', 245 'corewm/shadow_controller.cc',
(...skipping 86 matching lines...) Expand 10 before | Expand all | Expand 10 after
328 'views_delegate.cc', 332 'views_delegate.cc',
329 'views_delegate.h', 333 'views_delegate.h',
330 'widget/aero_tooltip_manager.cc', 334 'widget/aero_tooltip_manager.cc',
331 'widget/aero_tooltip_manager.h', 335 'widget/aero_tooltip_manager.h',
332 'widget/child_window_message_processor.cc', 336 'widget/child_window_message_processor.cc',
333 'widget/child_window_message_processor.h', 337 'widget/child_window_message_processor.h',
334 'widget/default_theme_provider.cc', 338 'widget/default_theme_provider.cc',
335 'widget/default_theme_provider.h', 339 'widget/default_theme_provider.h',
336 'widget/desktop_aura/desktop_activation_client.cc', 340 'widget/desktop_aura/desktop_activation_client.cc',
337 'widget/desktop_aura/desktop_activation_client.h', 341 'widget/desktop_aura/desktop_activation_client.h',
338 'widget/desktop_aura/desktop_cursor_client.cc', 342 'widget/desktop_aura/desktop_cursor_platform_delegate.cc',
339 'widget/desktop_aura/desktop_cursor_client.h', 343 'widget/desktop_aura/desktop_cursor_platform_delegate.h',
340 'widget/desktop_aura/desktop_dispatcher_client.cc', 344 'widget/desktop_aura/desktop_dispatcher_client.cc',
341 'widget/desktop_aura/desktop_dispatcher_client.h', 345 'widget/desktop_aura/desktop_dispatcher_client.h',
342 'widget/desktop_aura/desktop_drag_drop_client_win.cc', 346 'widget/desktop_aura/desktop_drag_drop_client_win.cc',
343 'widget/desktop_aura/desktop_drag_drop_client_win.h', 347 'widget/desktop_aura/desktop_drag_drop_client_win.h',
344 'widget/desktop_aura/desktop_drop_target_win.cc', 348 'widget/desktop_aura/desktop_drop_target_win.cc',
345 'widget/desktop_aura/desktop_drop_target_win.h', 349 'widget/desktop_aura/desktop_drop_target_win.h',
346 'widget/desktop_aura/desktop_focus_rules.cc', 350 'widget/desktop_aura/desktop_focus_rules.cc',
347 'widget/desktop_aura/desktop_focus_rules.h', 351 'widget/desktop_aura/desktop_focus_rules.h',
348 'widget/desktop_aura/desktop_layout_manager.cc', 352 'widget/desktop_aura/desktop_layout_manager.cc',
349 'widget/desktop_aura/desktop_layout_manager.h', 353 'widget/desktop_aura/desktop_layout_manager.h',
(...skipping 299 matching lines...) Expand 10 before | Expand all | Expand 10 after
649 'controls/slider_unittest.cc', 653 'controls/slider_unittest.cc',
650 'controls/tabbed_pane/tabbed_pane_unittest.cc', 654 'controls/tabbed_pane/tabbed_pane_unittest.cc',
651 'controls/table/table_utils_unittest.cc', 655 'controls/table/table_utils_unittest.cc',
652 'controls/table/table_view_unittest.cc', 656 'controls/table/table_view_unittest.cc',
653 'controls/table/test_table_model.cc', 657 'controls/table/test_table_model.cc',
654 'controls/table/test_table_model.h', 658 'controls/table/test_table_model.h',
655 'controls/textfield/native_textfield_views_unittest.cc', 659 'controls/textfield/native_textfield_views_unittest.cc',
656 'controls/textfield/textfield_views_model_unittest.cc', 660 'controls/textfield/textfield_views_model_unittest.cc',
657 'controls/tree/tree_view_unittest.cc', 661 'controls/tree/tree_view_unittest.cc',
658 'corewm/compound_event_filter_unittest.cc', 662 'corewm/compound_event_filter_unittest.cc',
663 'corewm/cursor_manager_unittest.cc',
659 'corewm/focus_controller_unittest.cc', 664 'corewm/focus_controller_unittest.cc',
660 'corewm/image_grid_unittest.cc', 665 'corewm/image_grid_unittest.cc',
661 'corewm/input_method_event_filter_unittest.cc', 666 'corewm/input_method_event_filter_unittest.cc',
662 'corewm/shadow_controller_unittest.cc', 667 'corewm/shadow_controller_unittest.cc',
663 'corewm/visibility_controller_unittest.cc', 668 'corewm/visibility_controller_unittest.cc',
664 'focus/focus_manager_test.h', 669 'focus/focus_manager_test.h',
665 'focus/focus_manager_test.cc', 670 'focus/focus_manager_test.cc',
666 'focus/focus_manager_unittest.cc', 671 'focus/focus_manager_unittest.cc',
667 'focus/focus_manager_unittest_win.cc', 672 'focus/focus_manager_unittest_win.cc',
668 'focus/focus_traversal_unittest.cc', 673 'focus/focus_traversal_unittest.cc',
(...skipping 281 matching lines...) Expand 10 before | Expand all | Expand 10 after
950 'sources/': [ 955 'sources/': [
951 # This is needed because the aura rule strips it from the default 956 # This is needed because the aura rule strips it from the default
952 # sources list. 957 # sources list.
953 ['include', '^../../content/app/startup_helper_win.cc'], 958 ['include', '^../../content/app/startup_helper_win.cc'],
954 ], 959 ],
955 }], 960 }],
956 ], 961 ],
957 }, # target_name: views_examples_with_content_exe 962 }, # target_name: views_examples_with_content_exe
958 ], 963 ],
959 } 964 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698