diff options
author | jennyz@chromium.org <jennyz@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-04-24 05:21:12 +0000 |
---|---|---|
committer | jennyz@chromium.org <jennyz@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-04-24 05:21:12 +0000 |
commit | db5be7310030f2d033fc013e7f3a4da7a92420b2 (patch) | |
tree | 23b793a2ca9fd844a31af9c87191edfac361f114 /ash/ash.gyp | |
parent | af61788172341ec217bb277541ecb93e3c2cdc6f (diff) | |
download | chromium_src-db5be7310030f2d033fc013e7f3a4da7a92420b2.zip chromium_src-db5be7310030f2d033fc013e7f3a4da7a92420b2.tar.gz chromium_src-db5be7310030f2d033fc013e7f3a4da7a92420b2.tar.bz2 |
Implement new audio tray ui and integrate with new audio controller.
BUG=160311
TBR=sky
Review URL: https://chromiumcodereview.appspot.com/14238022
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@196045 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ash/ash.gyp')
-rw-r--r-- | ash/ash.gyp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ash/ash.gyp b/ash/ash.gyp index d53debc..d38804c 100644 --- a/ash/ash.gyp +++ b/ash/ash.gyp @@ -184,8 +184,8 @@ 'system/brightness/tray_brightness.cc', 'system/brightness/tray_brightness.h', 'system/chromeos/audio/audio_observer.h', - 'system/chromeos/audio/tray_volume.cc', - 'system/chromeos/audio/tray_volume.h', + 'system/chromeos/audio/tray_audio.cc', + 'system/chromeos/audio/tray_audio.h', 'system/chromeos/enterprise/enterprise_domain_observer.h', 'system/chromeos/enterprise/tray_enterprise.h', 'system/chromeos/enterprise/tray_enterprise.cc', |