| Index: ash/ash.gyp
|
| diff --git a/ash/ash.gyp b/ash/ash.gyp
|
| index a78d666e6216ffa53f3bb2b2449c0a789cb561e9..3b8d9617ba34e595542d601e2d9bdc2f81d337f0 100644
|
| --- a/ash/ash.gyp
|
| +++ b/ash/ash.gyp
|
| @@ -270,12 +270,22 @@
|
| 'sticky_keys/sticky_keys_controller.h',
|
| 'sticky_keys/sticky_keys_overlay.cc',
|
| 'sticky_keys/sticky_keys_overlay.h',
|
| + 'system/audio/audio_observer.h',
|
| + 'system/audio/tray_audio.cc',
|
| + 'system/audio/tray_audio.h',
|
| + 'system/audio/tray_audio_delegate.h',
|
| + 'system/audio/volume_view.cc',
|
| + 'system/audio/volume_view.h',
|
| 'system/bluetooth/bluetooth_observer.h',
|
| 'system/bluetooth/tray_bluetooth.cc',
|
| 'system/bluetooth/tray_bluetooth.h',
|
| 'system/brightness_control_delegate.h',
|
| - 'system/chromeos/audio/tray_audio.cc',
|
| - 'system/chromeos/audio/tray_audio.h',
|
| + 'system/chromeos/audio/audio_detailed_view.cc',
|
| + 'system/chromeos/audio/audio_detailed_view.h',
|
| + 'system/chromeos/audio/tray_audio_chromeos.cc',
|
| + 'system/chromeos/audio/tray_audio_chromeos.h',
|
| + 'system/chromeos/audio/tray_audio_delegate_chromeos.cc',
|
| + 'system/chromeos/audio/tray_audio_delegate_chromeos.h',
|
| 'system/chromeos/enterprise/enterprise_domain_observer.h',
|
| 'system/chromeos/brightness/brightness_controller_chromeos.cc',
|
| 'system/chromeos/brightness/brightness_controller_chromeos.h',
|
|
|