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

Unified Diff: ash/ash.gyp

Issue 9753019: ash: Add a bluetooth entry in the uber tray. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 8 years, 9 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_strings.grd » ('j') | no next file with comments »
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 590fe3c81b401f8de85844b76358eae89eb45bbf..0d16727ff7f04e960148fe31d87b49fcf2bd81af 100644
--- a/ash/ash.gyp
+++ b/ash/ash.gyp
@@ -122,6 +122,9 @@
'system/audio/audio_observer.h',
'system/audio/tray_volume.cc',
'system/audio/tray_volume.h',
+ 'system/bluetooth/bluetooth_observer.h',
+ 'system/bluetooth/tray_bluetooth.cc',
+ 'system/bluetooth/tray_bluetooth.h',
'system/brightness/brightness_observer.h',
'system/brightness/brightness_control_delegate.h',
'system/brightness/tray_brightness.cc',
@@ -151,6 +154,10 @@
'system/tray/tray_empty.h',
'system/tray/tray_image_item.cc',
'system/tray/tray_image_item.h',
+ 'system/tray/tray_item_more.cc',
+ 'system/tray/tray_item_more.h',
+ 'system/tray/tray_views.cc',
+ 'system/tray/tray_views.h',
'system/tray_accessibility.cc',
'system/tray_accessibility.h',
'system/tray_caps_lock.cc',
« no previous file with comments | « no previous file | ash/ash_strings.grd » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698