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 63 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
74 'core/shadow_controller.h', | 74 'core/shadow_controller.h', |
75 'core/shadow_types.cc', | 75 'core/shadow_types.cc', |
76 'core/shadow_types.h', | 76 'core/shadow_types.h', |
77 'core/transient_window_controller.cc', | 77 'core/transient_window_controller.cc', |
78 'core/transient_window_controller.h', | 78 'core/transient_window_controller.h', |
79 'core/transient_window_manager.cc', | 79 'core/transient_window_manager.cc', |
80 'core/transient_window_manager.h', | 80 'core/transient_window_manager.h', |
81 'core/transient_window_observer.h', | 81 'core/transient_window_observer.h', |
82 'core/transient_window_stacking_client.cc', | 82 'core/transient_window_stacking_client.cc', |
83 'core/transient_window_stacking_client.h', | 83 'core/transient_window_stacking_client.h', |
84 'core/user_activity_detector.cc', | |
85 'core/user_activity_detector.h', | |
86 'core/user_activity_observer.h', | |
87 'core/visibility_controller.cc', | 84 'core/visibility_controller.cc', |
88 'core/visibility_controller.h', | 85 'core/visibility_controller.h', |
89 'core/window_animations.cc', | 86 'core/window_animations.cc', |
90 'core/window_animations.h', | 87 'core/window_animations.h', |
91 'core/window_modality_controller.cc', | 88 'core/window_modality_controller.cc', |
92 'core/window_modality_controller.h', | 89 'core/window_modality_controller.h', |
93 'core/window_util.cc', | 90 'core/window_util.cc', |
94 'core/window_util.h', | 91 'core/window_util.h', |
95 'core/wm_core_switches.cc', | 92 'core/wm_core_switches.cc', |
96 'core/wm_core_switches.h', | 93 'core/wm_core_switches.h', |
(...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
141 'core/compound_event_filter_unittest.cc', | 138 'core/compound_event_filter_unittest.cc', |
142 'core/cursor_manager_unittest.cc', | 139 'core/cursor_manager_unittest.cc', |
143 'core/focus_controller_unittest.cc', | 140 'core/focus_controller_unittest.cc', |
144 'core/input_method_event_filter_unittest.cc', | 141 'core/input_method_event_filter_unittest.cc', |
145 'core/image_grid_unittest.cc', | 142 'core/image_grid_unittest.cc', |
146 'core/nested_accelerator_controller_unittest.cc', | 143 'core/nested_accelerator_controller_unittest.cc', |
147 'core/shadow_controller_unittest.cc', | 144 'core/shadow_controller_unittest.cc', |
148 'core/shadow_unittest.cc', | 145 'core/shadow_unittest.cc', |
149 'core/transient_window_manager_unittest.cc', | 146 'core/transient_window_manager_unittest.cc', |
150 'core/transient_window_stacking_client_unittest.cc', | 147 'core/transient_window_stacking_client_unittest.cc', |
151 'core/user_activity_detector_unittest.cc', | |
152 'core/visibility_controller_unittest.cc', | 148 'core/visibility_controller_unittest.cc', |
153 'core/window_animations_unittest.cc', | 149 'core/window_animations_unittest.cc', |
154 'core/window_util_unittest.cc', | 150 'core/window_util_unittest.cc', |
155 ], | 151 ], |
156 }, | 152 }, |
157 ], | 153 ], |
158 } | 154 } |
OLD | NEW |