Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2022)

Unified Diff: ash/ash.gyp

Issue 163953007: Refactor the TrayAudio code so that it can be used by other platforms. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | ash/ash_switches.h » ('j') | ash/system/audio/audio_observer.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/ash.gyp
diff --git a/ash/ash.gyp b/ash/ash.gyp
index 41408014659450f1f9461e0219d7711ad574c270..92ead2dc15b59ade869fac73d6009fc0f27ec244 100644
--- a/ash/ash.gyp
+++ b/ash/ash.gyp
@@ -263,12 +263,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',
« no previous file with comments | « no previous file | ash/ash_switches.h » ('j') | ash/system/audio/audio_observer.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698