| 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 250 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 261 'system/audio/audio_observer.h', | 261 'system/audio/audio_observer.h', |
| 262 'system/audio/tray_audio.cc', | 262 'system/audio/tray_audio.cc', |
| 263 'system/audio/tray_audio.h', | 263 'system/audio/tray_audio.h', |
| 264 'system/audio/tray_audio_delegate.h', | 264 'system/audio/tray_audio_delegate.h', |
| 265 'system/audio/volume_view.cc', | 265 'system/audio/volume_view.cc', |
| 266 'system/audio/volume_view.h', | 266 'system/audio/volume_view.h', |
| 267 'system/bluetooth/bluetooth_observer.h', | 267 'system/bluetooth/bluetooth_observer.h', |
| 268 'system/bluetooth/tray_bluetooth.cc', | 268 'system/bluetooth/tray_bluetooth.cc', |
| 269 'system/bluetooth/tray_bluetooth.h', | 269 'system/bluetooth/tray_bluetooth.h', |
| 270 'system/brightness_control_delegate.h', | 270 'system/brightness_control_delegate.h', |
| 271 'system/cast/tray_cast.cc', |
| 272 'system/cast/tray_cast.h', |
| 271 'system/chromeos/audio/audio_detailed_view.cc', | 273 'system/chromeos/audio/audio_detailed_view.cc', |
| 272 'system/chromeos/audio/audio_detailed_view.h', | 274 'system/chromeos/audio/audio_detailed_view.h', |
| 273 'system/chromeos/audio/tray_audio_chromeos.cc', | 275 'system/chromeos/audio/tray_audio_chromeos.cc', |
| 274 'system/chromeos/audio/tray_audio_chromeos.h', | 276 'system/chromeos/audio/tray_audio_chromeos.h', |
| 275 'system/chromeos/audio/tray_audio_delegate_chromeos.cc', | 277 'system/chromeos/audio/tray_audio_delegate_chromeos.cc', |
| 276 'system/chromeos/audio/tray_audio_delegate_chromeos.h', | 278 'system/chromeos/audio/tray_audio_delegate_chromeos.h', |
| 277 'system/chromeos/bluetooth/bluetooth_notification_controller.cc', | 279 'system/chromeos/bluetooth/bluetooth_notification_controller.cc', |
| 278 'system/chromeos/bluetooth/bluetooth_notification_controller.h', | 280 'system/chromeos/bluetooth/bluetooth_notification_controller.h', |
| 279 'system/chromeos/brightness/brightness_controller_chromeos.cc', | 281 'system/chromeos/brightness/brightness_controller_chromeos.cc', |
| 280 'system/chromeos/brightness/brightness_controller_chromeos.h', | 282 'system/chromeos/brightness/brightness_controller_chromeos.h', |
| (...skipping 1038 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1319 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 1321 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
| 1320 ], | 1322 ], |
| 1321 } | 1323 } |
| 1322 ], | 1324 ], |
| 1323 ], | 1325 ], |
| 1324 }, | 1326 }, |
| 1325 ], | 1327 ], |
| 1326 }], | 1328 }], |
| 1327 ], | 1329 ], |
| 1328 } | 1330 } |
| OLD | NEW |