OLD | NEW |
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2012 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 # These files lists are shared with the GN build. | 8 # These files lists are shared with the GN build. |
9 'ash_sources': [ | 9 'ash_sources': [ |
10 'accelerators/accelerator_commands.cc', | 10 'accelerators/accelerator_commands.cc', |
(...skipping 149 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
160 'multi_profile_uma.cc', | 160 'multi_profile_uma.cc', |
161 'multi_profile_uma.h', | 161 'multi_profile_uma.h', |
162 'networking_config_delegate.cc', | 162 'networking_config_delegate.cc', |
163 'networking_config_delegate.h', | 163 'networking_config_delegate.h', |
164 'popup_message.cc', | 164 'popup_message.cc', |
165 'popup_message.h', | 165 'popup_message.h', |
166 'root_window_controller.cc', | 166 'root_window_controller.cc', |
167 'root_window_controller.h', | 167 'root_window_controller.h', |
168 'root_window_settings.cc', | 168 'root_window_settings.cc', |
169 'root_window_settings.h', | 169 'root_window_settings.h', |
170 'rotator/screen_rotation.cc', | 170 'rotator/screen_rotation_animation.cc', |
171 'rotator/screen_rotation.h', | 171 'rotator/screen_rotation_animation.h', |
| 172 'rotator/screen_rotation_animator.cc', |
| 173 'rotator/screen_rotation_animator.h', |
| 174 'rotator/window_rotation.cc', |
| 175 'rotator/window_rotation.h', |
172 'scoped_target_root_window.cc', | 176 'scoped_target_root_window.cc', |
173 'scoped_target_root_window.h', | 177 'scoped_target_root_window.h', |
174 'screen_util.cc', | 178 'screen_util.cc', |
175 'screen_util.h', | 179 'screen_util.h', |
176 'screenshot_delegate.h', | 180 'screenshot_delegate.h', |
177 'session/session_state_delegate.cc', | 181 'session/session_state_delegate.cc', |
178 'session/session_state_delegate.h', | 182 'session/session_state_delegate.h', |
179 'session/session_state_observer.cc', | 183 'session/session_state_observer.cc', |
180 'session/session_state_observer.h', | 184 'session/session_state_observer.h', |
181 'shelf/app_list_button.cc', | 185 'shelf/app_list_button.cc', |
(...skipping 1107 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1289 '../build/isolate.gypi', | 1293 '../build/isolate.gypi', |
1290 ], | 1294 ], |
1291 'sources': [ | 1295 'sources': [ |
1292 'ash_unittests.isolate', | 1296 'ash_unittests.isolate', |
1293 ], | 1297 ], |
1294 }, | 1298 }, |
1295 ], | 1299 ], |
1296 }], | 1300 }], |
1297 ], | 1301 ], |
1298 } | 1302 } |
OLD | NEW |