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

Side by Side Diff: ash/ash.gyp

Issue 10214013: Created uber tray UI for monitoring ongoing WebDrive sync operations (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 7 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 116 matching lines...) Expand 10 before | Expand all | Expand 10 after
127 'system/bluetooth/tray_bluetooth.h', 127 'system/bluetooth/tray_bluetooth.h',
128 'system/brightness/brightness_observer.h', 128 'system/brightness/brightness_observer.h',
129 'system/brightness/brightness_control_delegate.h', 129 'system/brightness/brightness_control_delegate.h',
130 'system/brightness/tray_brightness.cc', 130 'system/brightness/tray_brightness.cc',
131 'system/brightness/tray_brightness.h', 131 'system/brightness/tray_brightness.h',
132 'system/date/clock_observer.h', 132 'system/date/clock_observer.h',
133 'system/date/date_view.cc', 133 'system/date/date_view.cc',
134 'system/date/date_view.h', 134 'system/date/date_view.h',
135 'system/date/tray_date.cc', 135 'system/date/tray_date.cc',
136 'system/date/tray_date.h', 136 'system/date/tray_date.h',
137 'system/drive/drive_observer.h',
138 'system/drive/tray_drive.cc',
139 'system/drive/tray_drive.h',
137 'system/ime/ime_observer.h', 140 'system/ime/ime_observer.h',
138 'system/ime/tray_ime.cc', 141 'system/ime/tray_ime.cc',
139 'system/ime/tray_ime.h', 142 'system/ime/tray_ime.h',
140 'system/network/network_observer.h', 143 'system/network/network_observer.h',
141 'system/network/tray_network.cc', 144 'system/network/tray_network.cc',
142 'system/network/tray_network.h', 145 'system/network/tray_network.h',
143 'system/power/power_status_observer.h', 146 'system/power/power_status_observer.h',
144 'system/power/power_supply_status.cc', 147 'system/power/power_supply_status.cc',
145 'system/power/power_supply_status.h', 148 'system/power/power_supply_status.h',
146 'system/power/tray_power.cc', 149 'system/power/tray_power.cc',
147 'system/power/tray_power.h', 150 'system/power/tray_power.h',
148 'system/settings/tray_settings.cc', 151 'system/settings/tray_settings.cc',
149 'system/settings/tray_settings.h', 152 'system/settings/tray_settings.h',
150 'system/tray/system_tray.cc', 153 'system/tray/system_tray.cc',
151 'system/tray/system_tray.h', 154 'system/tray/system_tray.h',
155 'system/tray/system_tray_delegate.cc',
152 'system/tray/system_tray_delegate.h', 156 'system/tray/system_tray_delegate.h',
153 'system/tray/system_tray_item.cc', 157 'system/tray/system_tray_item.cc',
154 'system/tray/system_tray_item.h', 158 'system/tray/system_tray_item.h',
155 'system/tray/system_tray_widget_delegate.cc', 159 'system/tray/system_tray_widget_delegate.cc',
156 'system/tray/system_tray_widget_delegate.h', 160 'system/tray/system_tray_widget_delegate.h',
157 'system/tray/tray_constants.cc', 161 'system/tray/tray_constants.cc',
158 'system/tray/tray_constants.h', 162 'system/tray/tray_constants.h',
159 'system/tray/tray_empty.cc', 163 'system/tray/tray_empty.cc',
160 'system/tray/tray_empty.h', 164 'system/tray/tray_empty.h',
161 'system/tray/tray_image_item.cc', 165 'system/tray/tray_image_item.cc',
(...skipping 355 matching lines...) Expand 10 before | Expand all | Expand 10 after
517 'shell/cocoa/app-Info.plist', 521 'shell/cocoa/app-Info.plist',
518 ], 522 ],
519 'xcode_settings': { 523 'xcode_settings': {
520 'INFOPLIST_FILE': 'shell/cocoa/app-Info.plist', 524 'INFOPLIST_FILE': 'shell/cocoa/app-Info.plist',
521 }, 525 },
522 }], 526 }],
523 ], 527 ],
524 }, 528 },
525 ], 529 ],
526 } 530 }
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