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

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: 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_controller.cc',
233 'corewm/cursor_controller.h',
232 'corewm/focus_controller.cc', 234 'corewm/focus_controller.cc',
233 'corewm/focus_controller.h', 235 'corewm/focus_controller.h',
234 'corewm/focus_rules.h', 236 'corewm/focus_rules.h',
235 'corewm/image_grid.cc', 237 'corewm/image_grid.cc',
236 'corewm/image_grid.h', 238 'corewm/image_grid.h',
237 'corewm/input_method_event_filter.cc', 239 'corewm/input_method_event_filter.cc',
238 'corewm/input_method_event_filter.h', 240 'corewm/input_method_event_filter.h',
239 'corewm/shadow.cc', 241 'corewm/shadow.cc',
240 'corewm/shadow.h', 242 'corewm/shadow.h',
241 'corewm/shadow_controller.cc', 243 'corewm/shadow_controller.cc',
(...skipping 402 matching lines...) Expand 10 before | Expand all | Expand 10 after
644 'controls/slider_unittest.cc', 646 'controls/slider_unittest.cc',
645 'controls/tabbed_pane/tabbed_pane_unittest.cc', 647 'controls/tabbed_pane/tabbed_pane_unittest.cc',
646 'controls/table/table_utils_unittest.cc', 648 'controls/table/table_utils_unittest.cc',
647 'controls/table/table_view_unittest.cc', 649 'controls/table/table_view_unittest.cc',
648 'controls/table/test_table_model.cc', 650 'controls/table/test_table_model.cc',
649 'controls/table/test_table_model.h', 651 'controls/table/test_table_model.h',
650 'controls/textfield/native_textfield_views_unittest.cc', 652 'controls/textfield/native_textfield_views_unittest.cc',
651 'controls/textfield/textfield_views_model_unittest.cc', 653 'controls/textfield/textfield_views_model_unittest.cc',
652 'controls/tree/tree_view_unittest.cc', 654 'controls/tree/tree_view_unittest.cc',
653 'corewm/compound_event_filter_unittest.cc', 655 'corewm/compound_event_filter_unittest.cc',
656 'corewm/cursor_controller_unittest.cc',
654 'corewm/focus_controller_unittest.cc', 657 'corewm/focus_controller_unittest.cc',
655 'corewm/image_grid_unittest.cc', 658 'corewm/image_grid_unittest.cc',
656 'corewm/input_method_event_filter_unittest.cc', 659 'corewm/input_method_event_filter_unittest.cc',
657 'corewm/shadow_controller_unittest.cc', 660 'corewm/shadow_controller_unittest.cc',
658 'corewm/visibility_controller_unittest.cc', 661 'corewm/visibility_controller_unittest.cc',
659 'focus/focus_manager_test.h', 662 'focus/focus_manager_test.h',
660 'focus/focus_manager_test.cc', 663 'focus/focus_manager_test.cc',
661 'focus/focus_manager_unittest.cc', 664 'focus/focus_manager_unittest.cc',
662 'focus/focus_manager_unittest_win.cc', 665 'focus/focus_manager_unittest_win.cc',
663 'focus/focus_traversal_unittest.cc', 666 'focus/focus_traversal_unittest.cc',
(...skipping 282 matching lines...) Expand 10 before | Expand all | Expand 10 after
946 'sources/': [ 949 'sources/': [
947 # This is needed because the aura rule strips it from the default 950 # This is needed because the aura rule strips it from the default
948 # sources list. 951 # sources list.
949 ['include', '^../../content/app/startup_helper_win.cc'], 952 ['include', '^../../content/app/startup_helper_win.cc'],
950 ], 953 ],
951 }], 954 }],
952 ], 955 ],
953 }, # target_name: views_examples_with_content_exe 956 }, # target_name: views_examples_with_content_exe
954 ], 957 ],
955 } 958 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698