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 760 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
771 'ime/input_method_bridge_unittest.cc', | 771 'ime/input_method_bridge_unittest.cc', |
772 'layout/box_layout_unittest.cc', | 772 'layout/box_layout_unittest.cc', |
773 'layout/grid_layout_unittest.cc', | 773 'layout/grid_layout_unittest.cc', |
774 'rect_based_targeting_utils_unittest.cc', | 774 'rect_based_targeting_utils_unittest.cc', |
775 'run_all_unittests.cc', | 775 'run_all_unittests.cc', |
776 'touchui/touch_selection_controller_impl_unittest.cc', | 776 'touchui/touch_selection_controller_impl_unittest.cc', |
777 'view_model_unittest.cc', | 777 'view_model_unittest.cc', |
778 'view_model_utils_unittest.cc', | 778 'view_model_utils_unittest.cc', |
779 'view_unittest.cc', | 779 'view_unittest.cc', |
780 'widget/desktop_aura/desktop_native_widget_aura_unittest.cc', | 780 'widget/desktop_aura/desktop_native_widget_aura_unittest.cc', |
| 781 'widget/desktop_aura/desktop_root_window_host_win_unittest.cc', |
781 'widget/desktop_aura/desktop_screen_x11_unittest.cc', | 782 'widget/desktop_aura/desktop_screen_x11_unittest.cc', |
782 'widget/desktop_aura/desktop_screen_position_client_unittest.cc', | 783 'widget/desktop_aura/desktop_screen_position_client_unittest.cc', |
783 'widget/native_widget_aura_unittest.cc', | 784 'widget/native_widget_aura_unittest.cc', |
784 'widget/native_widget_unittest.cc', | 785 'widget/native_widget_unittest.cc', |
785 'widget/native_widget_win_unittest.cc', | 786 'widget/native_widget_win_unittest.cc', |
786 'widget/root_view_unittest.cc', | 787 'widget/root_view_unittest.cc', |
787 'widget/widget_unittest.cc', | 788 'widget/widget_unittest.cc', |
788 'widget/window_reorderer_unittest.cc', | 789 'widget/window_reorderer_unittest.cc', |
789 'window/dialog_client_view_unittest.cc', | 790 'window/dialog_client_view_unittest.cc', |
790 'window/dialog_delegate_unittest.cc', | 791 'window/dialog_delegate_unittest.cc', |
(...skipping 311 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1102 'sources/': [ | 1103 'sources/': [ |
1103 # This is needed because the aura rule strips it from the default | 1104 # This is needed because the aura rule strips it from the default |
1104 # sources list. | 1105 # sources list. |
1105 ['include', '^../../content/app/startup_helper_win.cc'], | 1106 ['include', '^../../content/app/startup_helper_win.cc'], |
1106 ], | 1107 ], |
1107 }], | 1108 }], |
1108 ], | 1109 ], |
1109 }, # target_name: views_examples_with_content_exe | 1110 }, # target_name: views_examples_with_content_exe |
1110 ], | 1111 ], |
1111 } | 1112 } |
OLD | NEW |