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

Side by Side Diff: ash/ash.gyp

Issue 10540041: Add battery status to settings row in uber tray bubble. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix nits. Created 8 years, 6 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 124 matching lines...) Expand 10 before | Expand all | Expand 10 after
135 'system/ime/tray_ime.cc', 135 'system/ime/tray_ime.cc',
136 'system/ime/tray_ime.h', 136 'system/ime/tray_ime.h',
137 'system/locale/tray_locale.cc', 137 'system/locale/tray_locale.cc',
138 'system/locale/tray_locale.h', 138 'system/locale/tray_locale.h',
139 'system/network/network_observer.h', 139 'system/network/network_observer.h',
140 'system/network/tray_network.cc', 140 'system/network/tray_network.cc',
141 'system/network/tray_network.h', 141 'system/network/tray_network.h',
142 'system/network/tray_sms.cc', 142 'system/network/tray_sms.cc',
143 'system/network/tray_sms.h', 143 'system/network/tray_sms.h',
144 'system/power/power_status_observer.h', 144 'system/power/power_status_observer.h',
145 'system/power/power_status_view.cc',
146 'system/power/power_status_view.h',
145 'system/power/power_supply_status.cc', 147 'system/power/power_supply_status.cc',
146 'system/power/power_supply_status.h', 148 'system/power/power_supply_status.h',
147 'system/power/tray_power.cc', 149 'system/power/tray_power.cc',
148 'system/power/tray_power.h', 150 'system/power/tray_power.h',
149 'system/settings/tray_settings.cc', 151 'system/settings/tray_settings.cc',
150 'system/settings/tray_settings.h', 152 'system/settings/tray_settings.h',
151 'system/status_area_widget.cc', 153 'system/status_area_widget.cc',
152 'system/status_area_widget.h', 154 'system/status_area_widget.h',
153 'system/status_area_widget_delegate.cc', 155 'system/status_area_widget_delegate.cc',
154 'system/status_area_widget_delegate.h', 156 'system/status_area_widget_delegate.h',
(...skipping 384 matching lines...) Expand 10 before | Expand all | Expand 10 after
539 'shell/cocoa/app-Info.plist', 541 'shell/cocoa/app-Info.plist',
540 ], 542 ],
541 'xcode_settings': { 543 'xcode_settings': {
542 'INFOPLIST_FILE': 'shell/cocoa/app-Info.plist', 544 'INFOPLIST_FILE': 'shell/cocoa/app-Info.plist',
543 }, 545 },
544 }], 546 }],
545 ], 547 ],
546 }, 548 },
547 ], 549 ],
548 } 550 }
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