OLD | NEW |
1 # Copyright 2013 The Chromium Authors. All rights reserved. | 1 # Copyright 2013 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 { | 5 { |
6 'variables': { | 6 'variables': { |
7 'chromium_code': 1, | 7 'chromium_code': 1, |
8 }, | 8 }, |
9 'targets': [ | 9 'targets': [ |
10 { | 10 { |
(...skipping 19 matching lines...) Expand all Loading... |
30 'core/accelerator_delegate.h', | 30 'core/accelerator_delegate.h', |
31 'core/accelerator_filter.cc', | 31 'core/accelerator_filter.cc', |
32 'core/accelerator_filter.h', | 32 'core/accelerator_filter.h', |
33 'core/base_focus_rules.h', | 33 'core/base_focus_rules.h', |
34 'core/base_focus_rules.cc', | 34 'core/base_focus_rules.cc', |
35 'core/base_focus_rules.h', | 35 'core/base_focus_rules.h', |
36 'core/capture_controller.cc', | 36 'core/capture_controller.cc', |
37 'core/capture_controller.h', | 37 'core/capture_controller.h', |
38 'core/compound_event_filter.cc', | 38 'core/compound_event_filter.cc', |
39 'core/compound_event_filter.h', | 39 'core/compound_event_filter.h', |
40 'core/coordinate_conversion.cc', | |
41 'core/coordinate_conversion.h', | |
42 'core/cursor_manager.cc', | 40 'core/cursor_manager.cc', |
43 'core/cursor_manager.h', | 41 'core/cursor_manager.h', |
44 'core/default_activation_client.cc', | 42 'core/default_activation_client.cc', |
45 'core/default_activation_client.h', | 43 'core/default_activation_client.h', |
46 'core/easy_resize_window_targeter.cc', | 44 'core/easy_resize_window_targeter.cc', |
47 'core/easy_resize_window_targeter.h', | 45 'core/easy_resize_window_targeter.h', |
48 'core/focus_controller.cc', | 46 'core/focus_controller.cc', |
49 'core/focus_controller.h', | 47 'core/focus_controller.h', |
50 'core/focus_rules.h', | 48 'core/focus_rules.h', |
51 'core/image_grid.cc', | 49 'core/image_grid.cc', |
(...skipping 90 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
142 'core/transient_window_manager_unittest.cc', | 140 'core/transient_window_manager_unittest.cc', |
143 'core/transient_window_stacking_client_unittest.cc', | 141 'core/transient_window_stacking_client_unittest.cc', |
144 'core/user_activity_detector_unittest.cc', | 142 'core/user_activity_detector_unittest.cc', |
145 'core/visibility_controller_unittest.cc', | 143 'core/visibility_controller_unittest.cc', |
146 'core/window_animations_unittest.cc', | 144 'core/window_animations_unittest.cc', |
147 'core/window_util_unittest.cc', | 145 'core/window_util_unittest.cc', |
148 ], | 146 ], |
149 }, | 147 }, |
150 ], | 148 ], |
151 } | 149 } |
OLD | NEW |