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

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') | ash/system/drive/drive_observer.h » ('J')
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',
(...skipping 367 matching lines...) Expand 10 before | Expand all | Expand 10 after
514 'shell/cocoa/app-Info.plist', 517 'shell/cocoa/app-Info.plist',
515 ], 518 ],
516 'xcode_settings': { 519 'xcode_settings': {
517 'INFOPLIST_FILE': 'shell/cocoa/app-Info.plist', 520 'INFOPLIST_FILE': 'shell/cocoa/app-Info.plist',
518 }, 521 },
519 }], 522 }],
520 ], 523 ],
521 }, 524 },
522 ], 525 ],
523 } 526 }
OLDNEW
« no previous file with comments | « no previous file | ash/ash_strings.grd » ('j') | ash/system/drive/drive_observer.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698