| 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 268 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 279 'system/audio/tray_audio.h', | 279 'system/audio/tray_audio.h', |
| 280 'system/audio/tray_audio_delegate.h', | 280 'system/audio/tray_audio_delegate.h', |
| 281 'system/audio/volume_view.cc', | 281 'system/audio/volume_view.cc', |
| 282 'system/audio/volume_view.h', | 282 'system/audio/volume_view.h', |
| 283 'system/bluetooth/bluetooth_observer.h', | 283 'system/bluetooth/bluetooth_observer.h', |
| 284 'system/bluetooth/tray_bluetooth.cc', | 284 'system/bluetooth/tray_bluetooth.cc', |
| 285 'system/bluetooth/tray_bluetooth.h', | 285 'system/bluetooth/tray_bluetooth.h', |
| 286 'system/brightness_control_delegate.h', | 286 'system/brightness_control_delegate.h', |
| 287 'system/cast/tray_cast.cc', | 287 'system/cast/tray_cast.cc', |
| 288 'system/cast/tray_cast.h', | 288 'system/cast/tray_cast.h', |
| 289 'system/cast/tray_cast_testing_interface.h', |
| 289 'system/chromeos/audio/audio_detailed_view.cc', | 290 'system/chromeos/audio/audio_detailed_view.cc', |
| 290 'system/chromeos/audio/audio_detailed_view.h', | 291 'system/chromeos/audio/audio_detailed_view.h', |
| 291 'system/chromeos/audio/tray_audio_chromeos.cc', | 292 'system/chromeos/audio/tray_audio_chromeos.cc', |
| 292 'system/chromeos/audio/tray_audio_chromeos.h', | 293 'system/chromeos/audio/tray_audio_chromeos.h', |
| 293 'system/chromeos/audio/tray_audio_delegate_chromeos.cc', | 294 'system/chromeos/audio/tray_audio_delegate_chromeos.cc', |
| 294 'system/chromeos/audio/tray_audio_delegate_chromeos.h', | 295 'system/chromeos/audio/tray_audio_delegate_chromeos.h', |
| 295 'system/chromeos/bluetooth/bluetooth_notification_controller.cc', | 296 'system/chromeos/bluetooth/bluetooth_notification_controller.cc', |
| 296 'system/chromeos/bluetooth/bluetooth_notification_controller.h', | 297 'system/chromeos/bluetooth/bluetooth_notification_controller.h', |
| 297 'system/chromeos/brightness/brightness_controller_chromeos.cc', | 298 'system/chromeos/brightness/brightness_controller_chromeos.cc', |
| 298 'system/chromeos/brightness/brightness_controller_chromeos.h', | 299 'system/chromeos/brightness/brightness_controller_chromeos.h', |
| (...skipping 1052 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1351 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 1352 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
| 1352 ], | 1353 ], |
| 1353 } | 1354 } |
| 1354 ], | 1355 ], |
| 1355 ], | 1356 ], |
| 1356 }, | 1357 }, |
| 1357 ], | 1358 ], |
| 1358 }], | 1359 }], |
| 1359 ], | 1360 ], |
| 1360 } | 1361 } |
| OLD | NEW |