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 757 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
768 'focus/focus_traversal_unittest.cc', | 768 'focus/focus_traversal_unittest.cc', |
769 'ime/input_method_bridge_unittest.cc', | 769 'ime/input_method_bridge_unittest.cc', |
770 'layout/box_layout_unittest.cc', | 770 'layout/box_layout_unittest.cc', |
771 'layout/grid_layout_unittest.cc', | 771 'layout/grid_layout_unittest.cc', |
772 'rect_based_targeting_utils_unittest.cc', | 772 'rect_based_targeting_utils_unittest.cc', |
773 'run_all_unittests.cc', | 773 'run_all_unittests.cc', |
774 'touchui/touch_selection_controller_impl_unittest.cc', | 774 'touchui/touch_selection_controller_impl_unittest.cc', |
775 'view_model_unittest.cc', | 775 'view_model_unittest.cc', |
776 'view_model_utils_unittest.cc', | 776 'view_model_utils_unittest.cc', |
777 'view_unittest.cc', | 777 'view_unittest.cc', |
| 778 'widget/desktop_aura/desktop_focus_rules_unittest.cc', |
778 'widget/desktop_aura/desktop_native_widget_aura_unittest.cc', | 779 'widget/desktop_aura/desktop_native_widget_aura_unittest.cc', |
779 'widget/desktop_aura/desktop_window_tree_host_win_unittest.cc', | 780 'widget/desktop_aura/desktop_window_tree_host_win_unittest.cc', |
780 'widget/desktop_aura/desktop_screen_x11_unittest.cc', | 781 'widget/desktop_aura/desktop_screen_x11_unittest.cc', |
781 'widget/desktop_aura/desktop_screen_position_client_unittest.cc', | 782 'widget/desktop_aura/desktop_screen_position_client_unittest.cc', |
782 'widget/native_widget_aura_unittest.cc', | 783 'widget/native_widget_aura_unittest.cc', |
783 'widget/native_widget_unittest.cc', | 784 'widget/native_widget_unittest.cc', |
784 'widget/root_view_unittest.cc', | 785 'widget/root_view_unittest.cc', |
785 'widget/widget_unittest.cc', | 786 'widget/widget_unittest.cc', |
786 'widget/window_reorderer_unittest.cc', | 787 'widget/window_reorderer_unittest.cc', |
787 'window/dialog_client_view_unittest.cc', | 788 'window/dialog_client_view_unittest.cc', |
(...skipping 279 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1067 'sources/': [ | 1068 'sources/': [ |
1068 # This is needed because the aura rule strips it from the default | 1069 # This is needed because the aura rule strips it from the default |
1069 # sources list. | 1070 # sources list. |
1070 ['include', '^../../content/app/startup_helper_win.cc'], | 1071 ['include', '^../../content/app/startup_helper_win.cc'], |
1071 ], | 1072 ], |
1072 }], | 1073 }], |
1073 ], | 1074 ], |
1074 }, # target_name: views_examples_with_content_exe | 1075 }, # target_name: views_examples_with_content_exe |
1075 ], | 1076 ], |
1076 } | 1077 } |
OLD | NEW |