diff options
author | jennyz@google.com <jennyz@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-06-08 17:59:31 +0000 |
---|---|---|
committer | jennyz@google.com <jennyz@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-06-08 17:59:31 +0000 |
commit | 17df20326a506e2f63cb7e1c5514cf45b2d7f22d (patch) | |
tree | 919a3c5e3920ca5721c24162db7fd729206bfb98 /ash/ash.gyp | |
parent | 217d712042ca1dd114a12a0a7f765127e73ccb87 (diff) | |
download | chromium_src-17df20326a506e2f63cb7e1c5514cf45b2d7f22d.zip chromium_src-17df20326a506e2f63cb7e1c5514cf45b2d7f22d.tar.gz chromium_src-17df20326a506e2f63cb7e1c5514cf45b2d7f22d.tar.bz2 |
Add battery status to settings row in uber tray bubble.
BUG=127771
TEST=power status showing on settings row if the battery presents.
Review URL: https://chromiumcodereview.appspot.com/10540041
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@141237 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ash/ash.gyp')
-rw-r--r-- | ash/ash.gyp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ash/ash.gyp b/ash/ash.gyp index 3eee1e1..af2f46e 100644 --- a/ash/ash.gyp +++ b/ash/ash.gyp @@ -142,6 +142,8 @@ 'system/network/tray_sms.cc', 'system/network/tray_sms.h', 'system/power/power_status_observer.h', + 'system/power/power_status_view.cc', + 'system/power/power_status_view.h', 'system/power/power_supply_status.cc', 'system/power/power_supply_status.h', 'system/power/tray_power.cc', |