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

Side by Side 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | ash/ash_strings.grd » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 { 5 {
6 'variables': { 6 'variables': {
7 'chromium_code': 1, 7 'chromium_code': 1,
8 'grit_out_dir': '<(SHARED_INTERMEDIATE_DIR)/chrome', 8 'grit_out_dir': '<(SHARED_INTERMEDIATE_DIR)/chrome',
9 }, 9 },
10 10
(...skipping 104 matching lines...) Expand 10 before | Expand all | Expand 10 after
115 'shell.cc', 115 'shell.cc',
116 'shell.h', 116 'shell.h',
117 'shell_delegate.h', 117 'shell_delegate.h',
118 'shell_factory.h', 118 'shell_factory.h',
119 'shell_window_ids.h', 119 'shell_window_ids.h',
120 'status_area/status_area_view.cc', 120 'status_area/status_area_view.cc',
121 'status_area/status_area_view.h', 121 'status_area/status_area_view.h',
122 'system/audio/audio_observer.h', 122 'system/audio/audio_observer.h',
123 'system/audio/tray_volume.cc', 123 'system/audio/tray_volume.cc',
124 'system/audio/tray_volume.h', 124 'system/audio/tray_volume.h',
125 'system/bluetooth/bluetooth_observer.h',
126 'system/bluetooth/tray_bluetooth.cc',
127 'system/bluetooth/tray_bluetooth.h',
125 'system/brightness/brightness_observer.h', 128 'system/brightness/brightness_observer.h',
126 'system/brightness/brightness_control_delegate.h', 129 'system/brightness/brightness_control_delegate.h',
127 'system/brightness/tray_brightness.cc', 130 'system/brightness/tray_brightness.cc',
128 'system/brightness/tray_brightness.h', 131 'system/brightness/tray_brightness.h',
129 'system/ime/ime_observer.h', 132 'system/ime/ime_observer.h',
130 'system/ime/tray_ime.cc', 133 'system/ime/tray_ime.cc',
131 'system/ime/tray_ime.h', 134 'system/ime/tray_ime.h',
132 'system/network/network_observer.h', 135 'system/network/network_observer.h',
133 'system/network/tray_network.cc', 136 'system/network/tray_network.cc',
134 'system/network/tray_network.h', 137 'system/network/tray_network.h',
135 'system/power/clock_observer.h', 138 'system/power/clock_observer.h',
136 'system/power/power_status_observer.h', 139 'system/power/power_status_observer.h',
137 'system/power/power_supply_status.cc', 140 'system/power/power_supply_status.cc',
138 'system/power/power_supply_status.h', 141 'system/power/power_supply_status.h',
139 'system/power/tray_power_date.cc', 142 'system/power/tray_power_date.cc',
140 'system/power/tray_power_date.h', 143 'system/power/tray_power_date.h',
141 'system/settings/tray_settings.cc', 144 'system/settings/tray_settings.cc',
142 'system/settings/tray_settings.h', 145 'system/settings/tray_settings.h',
143 'system/tray/system_tray.cc', 146 'system/tray/system_tray.cc',
144 'system/tray/system_tray.h', 147 'system/tray/system_tray.h',
145 'system/tray/system_tray_delegate.h', 148 'system/tray/system_tray_delegate.h',
146 'system/tray/system_tray_item.cc', 149 'system/tray/system_tray_item.cc',
147 'system/tray/system_tray_item.h', 150 'system/tray/system_tray_item.h',
148 'system/tray/tray_constants.cc', 151 'system/tray/tray_constants.cc',
149 'system/tray/tray_constants.h', 152 'system/tray/tray_constants.h',
150 'system/tray/tray_empty.cc', 153 'system/tray/tray_empty.cc',
151 'system/tray/tray_empty.h', 154 'system/tray/tray_empty.h',
152 'system/tray/tray_image_item.cc', 155 'system/tray/tray_image_item.cc',
153 'system/tray/tray_image_item.h', 156 'system/tray/tray_image_item.h',
157 'system/tray/tray_item_more.cc',
158 'system/tray/tray_item_more.h',
159 'system/tray/tray_views.cc',
160 'system/tray/tray_views.h',
154 'system/tray_accessibility.cc', 161 'system/tray_accessibility.cc',
155 'system/tray_accessibility.h', 162 'system/tray_accessibility.h',
156 'system/tray_caps_lock.cc', 163 'system/tray_caps_lock.cc',
157 'system/tray_caps_lock.h', 164 'system/tray_caps_lock.h',
158 'system/user/login_status.h', 165 'system/user/login_status.h',
159 'system/user/tray_user.cc', 166 'system/user/tray_user.cc',
160 'system/user/tray_user.h', 167 'system/user/tray_user.h',
161 'system/user/update_observer.h', 168 'system/user/update_observer.h',
162 'system/user/user_observer.h', 169 'system/user/user_observer.h',
163 'tooltips/tooltip_controller.cc', 170 'tooltips/tooltip_controller.cc',
(...skipping 284 matching lines...) Expand 10 before | Expand all | Expand 10 after
448 'shell/cocoa/app-Info.plist', 455 'shell/cocoa/app-Info.plist',
449 ], 456 ],
450 'xcode_settings': { 457 'xcode_settings': {
451 'INFOPLIST_FILE': 'shell/cocoa/app-Info.plist', 458 'INFOPLIST_FILE': 'shell/cocoa/app-Info.plist',
452 }, 459 },
453 }], 460 }],
454 ], 461 ],
455 }, 462 },
456 ], 463 ],
457 } 464 }
OLDNEW
« 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