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 278 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
289 'system/chromeos/audio/tray_audio_chromeos.cc', | 289 'system/chromeos/audio/tray_audio_chromeos.cc', |
290 'system/chromeos/audio/tray_audio_chromeos.h', | 290 'system/chromeos/audio/tray_audio_chromeos.h', |
291 'system/chromeos/audio/tray_audio_delegate_chromeos.cc', | 291 'system/chromeos/audio/tray_audio_delegate_chromeos.cc', |
292 'system/chromeos/audio/tray_audio_delegate_chromeos.h', | 292 'system/chromeos/audio/tray_audio_delegate_chromeos.h', |
293 'system/chromeos/bluetooth/bluetooth_notification_controller.cc', | 293 'system/chromeos/bluetooth/bluetooth_notification_controller.cc', |
294 'system/chromeos/bluetooth/bluetooth_notification_controller.h', | 294 'system/chromeos/bluetooth/bluetooth_notification_controller.h', |
295 'system/chromeos/brightness/brightness_controller_chromeos.cc', | 295 'system/chromeos/brightness/brightness_controller_chromeos.cc', |
296 'system/chromeos/brightness/brightness_controller_chromeos.h', | 296 'system/chromeos/brightness/brightness_controller_chromeos.h', |
297 'system/chromeos/brightness/tray_brightness.cc', | 297 'system/chromeos/brightness/tray_brightness.cc', |
298 'system/chromeos/brightness/tray_brightness.h', | 298 'system/chromeos/brightness/tray_brightness.h', |
| 299 'system/chromeos/emulator/battery_emulation_controller.cc', |
| 300 'system/chromeos/emulator/battery_emulation_controller.h', |
299 'system/chromeos/enterprise/enterprise_domain_observer.h', | 301 'system/chromeos/enterprise/enterprise_domain_observer.h', |
300 'system/chromeos/enterprise/tray_enterprise.cc', | 302 'system/chromeos/enterprise/tray_enterprise.cc', |
301 'system/chromeos/enterprise/tray_enterprise.h', | 303 'system/chromeos/enterprise/tray_enterprise.h', |
302 'system/chromeos/keyboard_brightness_controller.cc', | 304 'system/chromeos/keyboard_brightness_controller.cc', |
303 'system/chromeos/keyboard_brightness_controller.h', | 305 'system/chromeos/keyboard_brightness_controller.h', |
304 'system/chromeos/label_tray_view.cc', | 306 'system/chromeos/label_tray_view.cc', |
305 'system/chromeos/label_tray_view.h', | 307 'system/chromeos/label_tray_view.h', |
306 'system/chromeos/multi_user/user_switch_util.cc', | 308 'system/chromeos/multi_user/user_switch_util.cc', |
307 'system/chromeos/multi_user/user_switch_util.h', | 309 'system/chromeos/multi_user/user_switch_util.h', |
308 'system/chromeos/network/network_detailed_view.h', | 310 'system/chromeos/network/network_detailed_view.h', |
(...skipping 1038 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1347 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 1349 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
1348 ], | 1350 ], |
1349 } | 1351 } |
1350 ], | 1352 ], |
1351 ], | 1353 ], |
1352 }, | 1354 }, |
1353 ], | 1355 ], |
1354 }], | 1356 }], |
1355 ], | 1357 ], |
1356 } | 1358 } |
OLD | NEW |