| 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 16 matching lines...) Expand all Loading... |
| 27 ], | 27 ], |
| 28 'sources': [ | 28 'sources': [ |
| 29 'core/base_focus_rules.cc', | 29 'core/base_focus_rules.cc', |
| 30 'core/base_focus_rules.h', | 30 'core/base_focus_rules.h', |
| 31 'core/capture_controller.cc', | 31 'core/capture_controller.cc', |
| 32 'core/capture_controller.h', | 32 'core/capture_controller.h', |
| 33 'core/compound_event_filter.cc', | 33 'core/compound_event_filter.cc', |
| 34 'core/compound_event_filter.h', | 34 'core/compound_event_filter.h', |
| 35 'core/cursor_manager.cc', | 35 'core/cursor_manager.cc', |
| 36 'core/cursor_manager.h', | 36 'core/cursor_manager.h', |
| 37 'core/default_activation_client.cc', | |
| 38 'core/default_activation_client.h', | |
| 39 'core/easy_resize_window_targeter.cc', | 37 'core/easy_resize_window_targeter.cc', |
| 40 'core/easy_resize_window_targeter.h', | 38 'core/easy_resize_window_targeter.h', |
| 41 'core/focus_controller.cc', | 39 'core/focus_controller.cc', |
| 42 'core/focus_controller.h', | 40 'core/focus_controller.h', |
| 43 'core/focus_rules.h', | 41 'core/focus_rules.h', |
| 44 'core/image_grid.cc', | 42 'core/image_grid.cc', |
| 45 'core/image_grid.h', | 43 'core/image_grid.h', |
| 46 'core/input_method_event_filter.cc', | 44 'core/input_method_event_filter.cc', |
| 47 'core/input_method_event_filter.h', | 45 'core/input_method_event_filter.h', |
| 48 'core/masked_window_targeter.cc', | 46 'core/masked_window_targeter.cc', |
| (...skipping 76 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 125 'core/transient_window_manager_unittest.cc', | 123 'core/transient_window_manager_unittest.cc', |
| 126 'core/transient_window_stacking_client_unittest.cc', | 124 'core/transient_window_stacking_client_unittest.cc', |
| 127 'core/user_activity_detector_unittest.cc', | 125 'core/user_activity_detector_unittest.cc', |
| 128 'core/visibility_controller_unittest.cc', | 126 'core/visibility_controller_unittest.cc', |
| 129 'core/window_animations_unittest.cc', | 127 'core/window_animations_unittest.cc', |
| 130 'core/window_util_unittest.cc', | 128 'core/window_util_unittest.cc', |
| 131 ], | 129 ], |
| 132 }, | 130 }, |
| 133 ], | 131 ], |
| 134 } | 132 } |
| OLD | NEW |