| 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 773 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 784 'focus/focus_traversal_unittest.cc', | 784 'focus/focus_traversal_unittest.cc', |
| 785 'ime/input_method_bridge_unittest.cc', | 785 'ime/input_method_bridge_unittest.cc', |
| 786 'layout/box_layout_unittest.cc', | 786 'layout/box_layout_unittest.cc', |
| 787 'layout/grid_layout_unittest.cc', | 787 'layout/grid_layout_unittest.cc', |
| 788 'rect_based_targeting_utils_unittest.cc', | 788 'rect_based_targeting_utils_unittest.cc', |
| 789 'run_all_unittests.cc', | 789 'run_all_unittests.cc', |
| 790 'touchui/touch_selection_controller_impl_unittest.cc', | 790 'touchui/touch_selection_controller_impl_unittest.cc', |
| 791 'view_model_unittest.cc', | 791 'view_model_unittest.cc', |
| 792 'view_model_utils_unittest.cc', | 792 'view_model_utils_unittest.cc', |
| 793 'view_unittest.cc', | 793 'view_unittest.cc', |
| 794 'widget/desktop_aura/desktop_focus_rules_unittest.cc', |
| 794 'widget/desktop_aura/desktop_native_widget_aura_unittest.cc', | 795 'widget/desktop_aura/desktop_native_widget_aura_unittest.cc', |
| 795 'widget/desktop_aura/desktop_window_tree_host_win_unittest.cc', | 796 'widget/desktop_aura/desktop_window_tree_host_win_unittest.cc', |
| 796 'widget/desktop_aura/desktop_screen_x11_unittest.cc', | 797 'widget/desktop_aura/desktop_screen_x11_unittest.cc', |
| 797 'widget/desktop_aura/desktop_screen_position_client_unittest.cc', | 798 'widget/desktop_aura/desktop_screen_position_client_unittest.cc', |
| 798 'widget/native_widget_aura_unittest.cc', | 799 'widget/native_widget_aura_unittest.cc', |
| 799 'widget/native_widget_unittest.cc', | 800 'widget/native_widget_unittest.cc', |
| 800 'widget/native_widget_win_unittest.cc', | 801 'widget/native_widget_win_unittest.cc', |
| 801 'widget/root_view_unittest.cc', | 802 'widget/root_view_unittest.cc', |
| 802 'widget/widget_unittest.cc', | 803 'widget/widget_unittest.cc', |
| 803 'widget/window_reorderer_unittest.cc', | 804 'widget/window_reorderer_unittest.cc', |
| (...skipping 282 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1086 'sources/': [ | 1087 'sources/': [ |
| 1087 # This is needed because the aura rule strips it from the default | 1088 # This is needed because the aura rule strips it from the default |
| 1088 # sources list. | 1089 # sources list. |
| 1089 ['include', '^../../content/app/startup_helper_win.cc'], | 1090 ['include', '^../../content/app/startup_helper_win.cc'], |
| 1090 ], | 1091 ], |
| 1091 }], | 1092 }], |
| 1092 ], | 1093 ], |
| 1093 }, # target_name: views_examples_with_content_exe | 1094 }, # target_name: views_examples_with_content_exe |
| 1094 ], | 1095 ], |
| 1095 } | 1096 } |
| OLD | NEW |