| 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 740 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 751 'corewm/compound_event_filter_unittest.cc', | 751 'corewm/compound_event_filter_unittest.cc', |
| 752 'corewm/cursor_manager_unittest.cc', | 752 'corewm/cursor_manager_unittest.cc', |
| 753 'corewm/focus_controller_unittest.cc', | 753 'corewm/focus_controller_unittest.cc', |
| 754 'corewm/image_grid_unittest.cc', | 754 'corewm/image_grid_unittest.cc', |
| 755 'corewm/input_method_event_filter_unittest.cc', | 755 'corewm/input_method_event_filter_unittest.cc', |
| 756 'corewm/shadow_controller_unittest.cc', | 756 'corewm/shadow_controller_unittest.cc', |
| 757 'corewm/tooltip_aura_unittest.cc', | 757 'corewm/tooltip_aura_unittest.cc', |
| 758 'corewm/tooltip_controller_unittest.cc', | 758 'corewm/tooltip_controller_unittest.cc', |
| 759 'corewm/transient_window_manager_unittest.cc', | 759 'corewm/transient_window_manager_unittest.cc', |
| 760 'corewm/transient_window_stacking_client_unittest.cc', | 760 'corewm/transient_window_stacking_client_unittest.cc', |
| 761 'corewm/visibility_controller_unittest.cc', | |
| 762 'corewm/window_animations_unittest.cc', | 761 'corewm/window_animations_unittest.cc', |
| 763 'corewm/window_util_unittest.cc', | 762 'corewm/window_util_unittest.cc', |
| 764 'focus/focus_manager_test.h', | 763 'focus/focus_manager_test.h', |
| 765 'focus/focus_manager_test.cc', | 764 'focus/focus_manager_test.cc', |
| 766 'focus/focus_manager_unittest.cc', | 765 'focus/focus_manager_unittest.cc', |
| 767 'focus/focus_manager_unittest_win.cc', | 766 'focus/focus_manager_unittest_win.cc', |
| 768 'focus/focus_traversal_unittest.cc', | 767 'focus/focus_traversal_unittest.cc', |
| 769 'ime/input_method_bridge_unittest.cc', | 768 'ime/input_method_bridge_unittest.cc', |
| 770 'layout/box_layout_unittest.cc', | 769 'layout/box_layout_unittest.cc', |
| 771 'layout/grid_layout_unittest.cc', | 770 'layout/grid_layout_unittest.cc', |
| (...skipping 295 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1067 'sources/': [ | 1066 'sources/': [ |
| 1068 # This is needed because the aura rule strips it from the default | 1067 # This is needed because the aura rule strips it from the default |
| 1069 # sources list. | 1068 # sources list. |
| 1070 ['include', '^../../content/app/startup_helper_win.cc'], | 1069 ['include', '^../../content/app/startup_helper_win.cc'], |
| 1071 ], | 1070 ], |
| 1072 }], | 1071 }], |
| 1073 ], | 1072 ], |
| 1074 }, # target_name: views_examples_with_content_exe | 1073 }, # target_name: views_examples_with_content_exe |
| 1075 ], | 1074 ], |
| 1076 } | 1075 } |
| OLD | NEW |