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

Side by Side Diff: ash/ash.gyp

Issue 11039034: Move ash/system/network to ash/system/chromeos (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 8 years, 2 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/system/DEPS » ('j') | ash/system/DEPS » ('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 'includes': [ 10 'includes': [
(...skipping 142 matching lines...) Expand 10 before | Expand all | Expand 10 after
153 'system/audio/audio_observer.h', 153 'system/audio/audio_observer.h',
154 'system/audio/tray_volume.cc', 154 'system/audio/tray_volume.cc',
155 'system/audio/tray_volume.h', 155 'system/audio/tray_volume.h',
156 'system/bluetooth/bluetooth_observer.h', 156 'system/bluetooth/bluetooth_observer.h',
157 'system/bluetooth/tray_bluetooth.cc', 157 'system/bluetooth/tray_bluetooth.cc',
158 'system/bluetooth/tray_bluetooth.h', 158 'system/bluetooth/tray_bluetooth.h',
159 'system/brightness/brightness_observer.h', 159 'system/brightness/brightness_observer.h',
160 'system/brightness/brightness_control_delegate.h', 160 'system/brightness/brightness_control_delegate.h',
161 'system/brightness/tray_brightness.cc', 161 'system/brightness/tray_brightness.cc',
162 'system/brightness/tray_brightness.h', 162 'system/brightness/tray_brightness.h',
163 'system/chromeos/network/network_observer.h',
164 'system/chromeos/network/tray_network.cc',
165 'system/chromeos/network/tray_network.h',
166 'system/chromeos/network/tray_sms.cc',
167 'system/chromeos/network/tray_sms.h',
163 'system/date/clock_observer.h', 168 'system/date/clock_observer.h',
164 'system/date/date_view.cc', 169 'system/date/date_view.cc',
165 'system/date/date_view.h', 170 'system/date/date_view.h',
166 'system/date/tray_date.cc', 171 'system/date/tray_date.cc',
167 'system/date/tray_date.h', 172 'system/date/tray_date.h',
168 'system/drive/drive_observer.h', 173 'system/drive/drive_observer.h',
169 'system/drive/tray_drive.cc', 174 'system/drive/tray_drive.cc',
170 'system/drive/tray_drive.h', 175 'system/drive/tray_drive.h',
171 'system/ime/ime_observer.h', 176 'system/ime/ime_observer.h',
172 'system/ime/tray_ime.cc', 177 'system/ime/tray_ime.cc',
173 'system/ime/tray_ime.h', 178 'system/ime/tray_ime.h',
174 'system/keyboard_brightness/keyboard_brightness_control_delegate.h', 179 'system/keyboard_brightness/keyboard_brightness_control_delegate.h',
175 'system/locale/tray_locale.cc', 180 'system/locale/tray_locale.cc',
176 'system/locale/tray_locale.h', 181 'system/locale/tray_locale.h',
177 'system/network/network_observer.h',
178 'system/network/tray_network.cc',
179 'system/network/tray_network.h',
180 'system/network/tray_sms.cc',
181 'system/network/tray_sms.h',
182 'system/power/power_status_observer.h', 182 'system/power/power_status_observer.h',
183 'system/power/power_status_view.cc', 183 'system/power/power_status_view.cc',
184 'system/power/power_status_view.h', 184 'system/power/power_status_view.h',
185 'system/power/power_supply_status.cc', 185 'system/power/power_supply_status.cc',
186 'system/power/power_supply_status.h', 186 'system/power/power_supply_status.h',
187 'system/power/tray_power.cc', 187 'system/power/tray_power.cc',
188 'system/power/tray_power.h', 188 'system/power/tray_power.h',
189 'system/settings/tray_settings.cc', 189 'system/settings/tray_settings.cc',
190 'system/settings/tray_settings.h', 190 'system/settings/tray_settings.h',
191 'system/status_area_widget.cc', 191 'system/status_area_widget.cc',
(...skipping 474 matching lines...) Expand 10 before | Expand all | Expand 10 after
666 'shell/cocoa/app-Info.plist', 666 'shell/cocoa/app-Info.plist',
667 ], 667 ],
668 'xcode_settings': { 668 'xcode_settings': {
669 'INFOPLIST_FILE': 'shell/cocoa/app-Info.plist', 669 'INFOPLIST_FILE': 'shell/cocoa/app-Info.plist',
670 }, 670 },
671 }], 671 }],
672 ], 672 ],
673 }, 673 },
674 ], 674 ],
675 } 675 }
OLDNEW
« no previous file with comments | « no previous file | ash/system/DEPS » ('j') | ash/system/DEPS » ('J')

Powered by Google App Engine
This is Rietveld 408576698