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 370 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
381 'widget/desktop_aura/desktop_root_window_host_win.h', | 381 'widget/desktop_aura/desktop_root_window_host_win.h', |
382 'widget/desktop_aura/desktop_root_window_host_x11.cc', | 382 'widget/desktop_aura/desktop_root_window_host_x11.cc', |
383 'widget/desktop_aura/desktop_root_window_host_x11.h', | 383 'widget/desktop_aura/desktop_root_window_host_x11.h', |
384 'widget/desktop_aura/desktop_screen.h', | 384 'widget/desktop_aura/desktop_screen.h', |
385 'widget/desktop_aura/desktop_screen_ozone.cc', | 385 'widget/desktop_aura/desktop_screen_ozone.cc', |
386 'widget/desktop_aura/desktop_screen_position_client.cc', | 386 'widget/desktop_aura/desktop_screen_position_client.cc', |
387 'widget/desktop_aura/desktop_screen_position_client.h', | 387 'widget/desktop_aura/desktop_screen_position_client.h', |
388 'widget/desktop_aura/desktop_screen_win.cc', | 388 'widget/desktop_aura/desktop_screen_win.cc', |
389 'widget/desktop_aura/desktop_screen_win.h', | 389 'widget/desktop_aura/desktop_screen_win.h', |
390 'widget/desktop_aura/desktop_screen_x11.cc', | 390 'widget/desktop_aura/desktop_screen_x11.cc', |
| 391 'widget/desktop_aura/desktop_screen_x11.h', |
391 'widget/desktop_aura/scoped_tooltip_client.cc', | 392 'widget/desktop_aura/scoped_tooltip_client.cc', |
392 'widget/desktop_aura/scoped_tooltip_client.h', | 393 'widget/desktop_aura/scoped_tooltip_client.h', |
393 'widget/desktop_aura/x11_desktop_handler.cc', | 394 'widget/desktop_aura/x11_desktop_handler.cc', |
394 'widget/desktop_aura/x11_desktop_handler.h', | 395 'widget/desktop_aura/x11_desktop_handler.h', |
395 'widget/desktop_aura/x11_desktop_window_move_client.cc', | 396 'widget/desktop_aura/x11_desktop_window_move_client.cc', |
396 'widget/desktop_aura/x11_desktop_window_move_client.h', | 397 'widget/desktop_aura/x11_desktop_window_move_client.h', |
397 'widget/desktop_aura/x11_whole_screen_move_loop.cc', | 398 'widget/desktop_aura/x11_whole_screen_move_loop.cc', |
398 'widget/desktop_aura/x11_whole_screen_move_loop.h', | 399 'widget/desktop_aura/x11_whole_screen_move_loop.h', |
399 'widget/desktop_aura/x11_whole_screen_move_loop_delegate.h', | 400 'widget/desktop_aura/x11_whole_screen_move_loop_delegate.h', |
400 'widget/desktop_aura/x11_window_event_filter.cc', | 401 'widget/desktop_aura/x11_window_event_filter.cc', |
(...skipping 342 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
743 'focus/focus_traversal_unittest.cc', | 744 'focus/focus_traversal_unittest.cc', |
744 'ime/input_method_bridge_unittest.cc', | 745 'ime/input_method_bridge_unittest.cc', |
745 'layout/box_layout_unittest.cc', | 746 'layout/box_layout_unittest.cc', |
746 'layout/grid_layout_unittest.cc', | 747 'layout/grid_layout_unittest.cc', |
747 'run_all_unittests.cc', | 748 'run_all_unittests.cc', |
748 'touchui/touch_selection_controller_impl_unittest.cc', | 749 'touchui/touch_selection_controller_impl_unittest.cc', |
749 'view_model_unittest.cc', | 750 'view_model_unittest.cc', |
750 'view_model_utils_unittest.cc', | 751 'view_model_utils_unittest.cc', |
751 'view_unittest.cc', | 752 'view_unittest.cc', |
752 'widget/desktop_aura/desktop_native_widget_aura_unittest.cc', | 753 'widget/desktop_aura/desktop_native_widget_aura_unittest.cc', |
| 754 'widget/desktop_aura/desktop_screen_x11_unittest.cc', |
753 'widget/desktop_aura/desktop_screen_position_client_unittest.cc', | 755 'widget/desktop_aura/desktop_screen_position_client_unittest.cc', |
754 'widget/native_widget_aura_unittest.cc', | 756 'widget/native_widget_aura_unittest.cc', |
755 'widget/native_widget_unittest.cc', | 757 'widget/native_widget_unittest.cc', |
756 'widget/native_widget_win_unittest.cc', | 758 'widget/native_widget_win_unittest.cc', |
757 'widget/root_view_unittest.cc', | 759 'widget/root_view_unittest.cc', |
758 'widget/widget_unittest.cc', | 760 'widget/widget_unittest.cc', |
759 'widget/window_reorderer_unittest.cc', | 761 'widget/window_reorderer_unittest.cc', |
760 'window/dialog_client_view_unittest.cc', | 762 'window/dialog_client_view_unittest.cc', |
761 'window/dialog_delegate_unittest.cc', | 763 'window/dialog_delegate_unittest.cc', |
762 ], | 764 ], |
(...skipping 296 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1059 'sources/': [ | 1061 'sources/': [ |
1060 # This is needed because the aura rule strips it from the default | 1062 # This is needed because the aura rule strips it from the default |
1061 # sources list. | 1063 # sources list. |
1062 ['include', '^../../content/app/startup_helper_win.cc'], | 1064 ['include', '^../../content/app/startup_helper_win.cc'], |
1063 ], | 1065 ], |
1064 }], | 1066 }], |
1065 ], | 1067 ], |
1066 }, # target_name: views_examples_with_content_exe | 1068 }, # target_name: views_examples_with_content_exe |
1067 ], | 1069 ], |
1068 } | 1070 } |
OLD | NEW |