OLD | NEW |
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 Loading... |
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', |
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', |
| 241 'corewm/native_cursor_manager.h', |
| 242 'corewm/native_cursor_manager_delegate.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', |
242 'corewm/shadow_controller.h', | 246 'corewm/shadow_controller.h', |
243 'corewm/shadow_types.cc', | 247 'corewm/shadow_types.cc', |
244 'corewm/shadow_types.h', | 248 'corewm/shadow_types.h', |
245 'corewm/tooltip_controller.cc', | 249 'corewm/tooltip_controller.cc', |
246 'corewm/tooltip_controller.h', | 250 'corewm/tooltip_controller.h', |
247 'corewm/visibility_controller.cc', | 251 'corewm/visibility_controller.cc', |
248 'corewm/visibility_controller.h', | 252 'corewm/visibility_controller.h', |
(...skipping 81 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
330 'views_delegate.cc', | 334 'views_delegate.cc', |
331 'views_delegate.h', | 335 'views_delegate.h', |
332 'widget/aero_tooltip_manager.cc', | 336 'widget/aero_tooltip_manager.cc', |
333 'widget/aero_tooltip_manager.h', | 337 'widget/aero_tooltip_manager.h', |
334 'widget/child_window_message_processor.cc', | 338 'widget/child_window_message_processor.cc', |
335 'widget/child_window_message_processor.h', | 339 'widget/child_window_message_processor.h', |
336 'widget/default_theme_provider.cc', | 340 'widget/default_theme_provider.cc', |
337 'widget/default_theme_provider.h', | 341 'widget/default_theme_provider.h', |
338 'widget/desktop_aura/desktop_activation_client.cc', | 342 'widget/desktop_aura/desktop_activation_client.cc', |
339 'widget/desktop_aura/desktop_activation_client.h', | 343 'widget/desktop_aura/desktop_activation_client.h', |
340 'widget/desktop_aura/desktop_cursor_client.cc', | |
341 'widget/desktop_aura/desktop_cursor_client.h', | |
342 'widget/desktop_aura/desktop_dispatcher_client.cc', | 344 'widget/desktop_aura/desktop_dispatcher_client.cc', |
343 'widget/desktop_aura/desktop_dispatcher_client.h', | 345 'widget/desktop_aura/desktop_dispatcher_client.h', |
344 'widget/desktop_aura/desktop_drag_drop_client_win.cc', | 346 'widget/desktop_aura/desktop_drag_drop_client_win.cc', |
345 'widget/desktop_aura/desktop_drag_drop_client_win.h', | 347 'widget/desktop_aura/desktop_drag_drop_client_win.h', |
346 'widget/desktop_aura/desktop_drop_target_win.cc', | 348 'widget/desktop_aura/desktop_drop_target_win.cc', |
347 'widget/desktop_aura/desktop_drop_target_win.h', | 349 'widget/desktop_aura/desktop_drop_target_win.h', |
348 'widget/desktop_aura/desktop_focus_rules.cc', | 350 'widget/desktop_aura/desktop_focus_rules.cc', |
349 'widget/desktop_aura/desktop_focus_rules.h', | 351 'widget/desktop_aura/desktop_focus_rules.h', |
350 'widget/desktop_aura/desktop_layout_manager.cc', | 352 'widget/desktop_aura/desktop_layout_manager.cc', |
351 'widget/desktop_aura/desktop_layout_manager.h', | 353 'widget/desktop_aura/desktop_layout_manager.h', |
| 354 'widget/desktop_aura/desktop_native_cursor_manager.cc', |
| 355 'widget/desktop_aura/desktop_native_cursor_manager.h', |
352 'widget/desktop_aura/desktop_native_widget_aura.cc', | 356 'widget/desktop_aura/desktop_native_widget_aura.cc', |
353 'widget/desktop_aura/desktop_native_widget_aura.h', | 357 'widget/desktop_aura/desktop_native_widget_aura.h', |
354 'widget/desktop_aura/desktop_root_window_host.h', | 358 'widget/desktop_aura/desktop_root_window_host.h', |
355 'widget/desktop_aura/desktop_root_window_host_linux.cc', | 359 'widget/desktop_aura/desktop_root_window_host_linux.cc', |
356 'widget/desktop_aura/desktop_root_window_host_linux.h', | 360 'widget/desktop_aura/desktop_root_window_host_linux.h', |
357 'widget/desktop_aura/desktop_root_window_host_win.cc', | 361 'widget/desktop_aura/desktop_root_window_host_win.cc', |
358 'widget/desktop_aura/desktop_root_window_host_win.h', | 362 'widget/desktop_aura/desktop_root_window_host_win.h', |
359 'widget/desktop_aura/desktop_screen.h', | 363 'widget/desktop_aura/desktop_screen.h', |
360 'widget/desktop_aura/desktop_screen_position_client.cc', | 364 'widget/desktop_aura/desktop_screen_position_client.cc', |
361 'widget/desktop_aura/desktop_screen_position_client.h', | 365 'widget/desktop_aura/desktop_screen_position_client.h', |
(...skipping 295 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
657 'controls/slider_unittest.cc', | 661 'controls/slider_unittest.cc', |
658 'controls/tabbed_pane/tabbed_pane_unittest.cc', | 662 'controls/tabbed_pane/tabbed_pane_unittest.cc', |
659 'controls/table/table_utils_unittest.cc', | 663 'controls/table/table_utils_unittest.cc', |
660 'controls/table/table_view_unittest.cc', | 664 'controls/table/table_view_unittest.cc', |
661 'controls/table/test_table_model.cc', | 665 'controls/table/test_table_model.cc', |
662 'controls/table/test_table_model.h', | 666 'controls/table/test_table_model.h', |
663 'controls/textfield/native_textfield_views_unittest.cc', | 667 'controls/textfield/native_textfield_views_unittest.cc', |
664 'controls/textfield/textfield_views_model_unittest.cc', | 668 'controls/textfield/textfield_views_model_unittest.cc', |
665 'controls/tree/tree_view_unittest.cc', | 669 'controls/tree/tree_view_unittest.cc', |
666 'corewm/compound_event_filter_unittest.cc', | 670 'corewm/compound_event_filter_unittest.cc', |
| 671 'corewm/cursor_manager_unittest.cc', |
667 'corewm/focus_controller_unittest.cc', | 672 'corewm/focus_controller_unittest.cc', |
668 'corewm/image_grid_unittest.cc', | 673 'corewm/image_grid_unittest.cc', |
669 'corewm/input_method_event_filter_unittest.cc', | 674 'corewm/input_method_event_filter_unittest.cc', |
670 'corewm/shadow_controller_unittest.cc', | 675 'corewm/shadow_controller_unittest.cc', |
671 'corewm/tooltip_controller_unittest.cc', | 676 'corewm/tooltip_controller_unittest.cc', |
672 'corewm/visibility_controller_unittest.cc', | 677 'corewm/visibility_controller_unittest.cc', |
673 'focus/focus_manager_test.h', | 678 'focus/focus_manager_test.h', |
674 'focus/focus_manager_test.cc', | 679 'focus/focus_manager_test.cc', |
675 'focus/focus_manager_unittest.cc', | 680 'focus/focus_manager_unittest.cc', |
676 'focus/focus_manager_unittest_win.cc', | 681 'focus/focus_manager_unittest_win.cc', |
(...skipping 287 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
964 'sources/': [ | 969 'sources/': [ |
965 # This is needed because the aura rule strips it from the default | 970 # This is needed because the aura rule strips it from the default |
966 # sources list. | 971 # sources list. |
967 ['include', '^../../content/app/startup_helper_win.cc'], | 972 ['include', '^../../content/app/startup_helper_win.cc'], |
968 ], | 973 ], |
969 }], | 974 }], |
970 ], | 975 ], |
971 }, # target_name: views_examples_with_content_exe | 976 }, # target_name: views_examples_with_content_exe |
972 ], | 977 ], |
973 } | 978 } |
OLD | NEW |