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 54 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
65 'core/shadow_controller.h', | 65 'core/shadow_controller.h', |
66 'core/shadow_types.cc', | 66 'core/shadow_types.cc', |
67 'core/shadow_types.h', | 67 'core/shadow_types.h', |
68 'core/transient_window_controller.cc', | 68 'core/transient_window_controller.cc', |
69 'core/transient_window_controller.h', | 69 'core/transient_window_controller.h', |
70 'core/transient_window_manager.cc', | 70 'core/transient_window_manager.cc', |
71 'core/transient_window_manager.h', | 71 'core/transient_window_manager.h', |
72 'core/transient_window_observer.h', | 72 'core/transient_window_observer.h', |
73 'core/transient_window_stacking_client.cc', | 73 'core/transient_window_stacking_client.cc', |
74 'core/transient_window_stacking_client.h', | 74 'core/transient_window_stacking_client.h', |
| 75 'core/user_activity_detector.cc', |
| 76 'core/user_activity_detector.h', |
| 77 'core/user_activity_observer.h', |
75 'core/visibility_controller.cc', | 78 'core/visibility_controller.cc', |
76 'core/visibility_controller.h', | 79 'core/visibility_controller.h', |
77 'core/window_animations.cc', | 80 'core/window_animations.cc', |
78 'core/window_animations.h', | 81 'core/window_animations.h', |
79 'core/window_modality_controller.cc', | 82 'core/window_modality_controller.cc', |
80 'core/window_modality_controller.h', | 83 'core/window_modality_controller.h', |
81 'core/window_util.cc', | 84 'core/window_util.cc', |
82 'core/window_util.h', | 85 'core/window_util.h', |
83 'core/wm_core_export.h', | 86 'core/wm_core_export.h', |
84 'core/wm_core_switches.cc', | 87 'core/wm_core_switches.cc', |
(...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
121 'sources': [ | 124 'sources': [ |
122 'test/run_all_unittests.cc', | 125 'test/run_all_unittests.cc', |
123 'core/compound_event_filter_unittest.cc', | 126 'core/compound_event_filter_unittest.cc', |
124 'core/cursor_manager_unittest.cc', | 127 'core/cursor_manager_unittest.cc', |
125 'core/focus_controller_unittest.cc', | 128 'core/focus_controller_unittest.cc', |
126 'core/input_method_event_filter_unittest.cc', | 129 'core/input_method_event_filter_unittest.cc', |
127 'core/image_grid_unittest.cc', | 130 'core/image_grid_unittest.cc', |
128 'core/shadow_controller_unittest.cc', | 131 'core/shadow_controller_unittest.cc', |
129 'core/transient_window_manager_unittest.cc', | 132 'core/transient_window_manager_unittest.cc', |
130 'core/transient_window_stacking_client_unittest.cc', | 133 'core/transient_window_stacking_client_unittest.cc', |
| 134 'core/user_activity_detector_unittest.cc', |
131 'core/visibility_controller_unittest.cc', | 135 'core/visibility_controller_unittest.cc', |
132 'core/window_animations_unittest.cc', | 136 'core/window_animations_unittest.cc', |
133 'core/window_util_unittest.cc', | 137 'core/window_util_unittest.cc', |
134 ], | 138 ], |
135 }, | 139 }, |
136 ], | 140 ], |
137 } | 141 } |
OLD | NEW |