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 27 matching lines...) Expand all Loading... |
38 'core/capture_controller.cc', | 38 'core/capture_controller.cc', |
39 'core/capture_controller.h', | 39 'core/capture_controller.h', |
40 'core/compound_event_filter.cc', | 40 'core/compound_event_filter.cc', |
41 'core/compound_event_filter.h', | 41 'core/compound_event_filter.h', |
42 'core/coordinate_conversion.cc', | 42 'core/coordinate_conversion.cc', |
43 'core/coordinate_conversion.h', | 43 'core/coordinate_conversion.h', |
44 'core/cursor_manager.cc', | 44 'core/cursor_manager.cc', |
45 'core/cursor_manager.h', | 45 'core/cursor_manager.h', |
46 'core/default_activation_client.cc', | 46 'core/default_activation_client.cc', |
47 'core/default_activation_client.h', | 47 'core/default_activation_client.h', |
| 48 'core/default_screen_position_client.cc', |
| 49 'core/default_screen_position_client.h', |
48 'core/easy_resize_window_targeter.cc', | 50 'core/easy_resize_window_targeter.cc', |
49 'core/easy_resize_window_targeter.h', | 51 'core/easy_resize_window_targeter.h', |
50 'core/focus_controller.cc', | 52 'core/focus_controller.cc', |
51 'core/focus_controller.h', | 53 'core/focus_controller.h', |
52 'core/focus_rules.h', | 54 'core/focus_rules.h', |
53 'core/image_grid.cc', | 55 'core/image_grid.cc', |
54 'core/image_grid.h', | 56 'core/image_grid.h', |
55 'core/input_method_event_filter.cc', | 57 'core/input_method_event_filter.cc', |
56 'core/input_method_event_filter.h', | 58 'core/input_method_event_filter.h', |
57 'core/masked_window_targeter.cc', | 59 'core/masked_window_targeter.cc', |
(...skipping 87 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
145 'core/transient_window_manager_unittest.cc', | 147 'core/transient_window_manager_unittest.cc', |
146 'core/transient_window_stacking_client_unittest.cc', | 148 'core/transient_window_stacking_client_unittest.cc', |
147 'core/user_activity_detector_unittest.cc', | 149 'core/user_activity_detector_unittest.cc', |
148 'core/visibility_controller_unittest.cc', | 150 'core/visibility_controller_unittest.cc', |
149 'core/window_animations_unittest.cc', | 151 'core/window_animations_unittest.cc', |
150 'core/window_util_unittest.cc', | 152 'core/window_util_unittest.cc', |
151 ], | 153 ], |
152 }, | 154 }, |
153 ], | 155 ], |
154 } | 156 } |
OLD | NEW |