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

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: Rebase 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') | 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 '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',
168 'system/chromeos/tray_display.cc',
169 'system/chromeos/tray_display.h',
163 'system/date/clock_observer.h', 170 'system/date/clock_observer.h',
164 'system/date/date_view.cc', 171 'system/date/date_view.cc',
165 'system/date/date_view.h', 172 'system/date/date_view.h',
166 'system/date/tray_date.cc', 173 'system/date/tray_date.cc',
167 'system/date/tray_date.h', 174 'system/date/tray_date.h',
168 'system/drive/drive_observer.h', 175 'system/drive/drive_observer.h',
169 'system/drive/tray_drive.cc', 176 'system/drive/tray_drive.cc',
170 'system/drive/tray_drive.h', 177 'system/drive/tray_drive.h',
171 'system/ime/ime_observer.h', 178 'system/ime/ime_observer.h',
172 'system/ime/tray_ime.cc', 179 'system/ime/tray_ime.cc',
173 'system/ime/tray_ime.h', 180 'system/ime/tray_ime.h',
174 'system/keyboard_brightness/keyboard_brightness_control_delegate.h', 181 'system/keyboard_brightness/keyboard_brightness_control_delegate.h',
175 'system/locale/tray_locale.cc', 182 'system/locale/tray_locale.cc',
176 'system/locale/tray_locale.h', 183 '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', 184 'system/power/power_status_observer.h',
183 'system/power/power_status_view.cc', 185 'system/power/power_status_view.cc',
184 'system/power/power_status_view.h', 186 'system/power/power_status_view.h',
185 'system/power/power_supply_status.cc', 187 'system/power/power_supply_status.cc',
186 'system/power/power_supply_status.h', 188 'system/power/power_supply_status.h',
187 'system/power/tray_power.cc', 189 'system/power/tray_power.cc',
188 'system/power/tray_power.h', 190 'system/power/tray_power.h',
189 'system/settings/tray_settings.cc', 191 'system/settings/tray_settings.cc',
190 'system/settings/tray_settings.h', 192 'system/settings/tray_settings.h',
191 'system/status_area_widget.cc', 193 'system/status_area_widget.cc',
(...skipping 29 matching lines...) Expand all
221 'system/tray/tray_item_view.cc', 223 'system/tray/tray_item_view.cc',
222 'system/tray/tray_item_view.h', 224 'system/tray/tray_item_view.h',
223 'system/tray/tray_notification_view.cc', 225 'system/tray/tray_notification_view.cc',
224 'system/tray/tray_notification_view.h', 226 'system/tray/tray_notification_view.h',
225 'system/tray/tray_views.cc', 227 'system/tray/tray_views.cc',
226 'system/tray/tray_views.h', 228 'system/tray/tray_views.h',
227 'system/tray_accessibility.cc', 229 'system/tray_accessibility.cc',
228 'system/tray_accessibility.h', 230 'system/tray_accessibility.h',
229 'system/tray_caps_lock.cc', 231 'system/tray_caps_lock.cc',
230 'system/tray_caps_lock.h', 232 'system/tray_caps_lock.h',
231 'system/tray_display.cc',
232 'system/tray_display.h',
233 'system/tray_update.cc', 233 'system/tray_update.cc',
234 'system/tray_update.h', 234 'system/tray_update.h',
235 'system/user/login_status.h', 235 'system/user/login_status.h',
236 'system/user/tray_user.cc', 236 'system/user/tray_user.cc',
237 'system/user/tray_user.h', 237 'system/user/tray_user.h',
238 'system/user/update_observer.h', 238 'system/user/update_observer.h',
239 'system/user/user_observer.h', 239 'system/user/user_observer.h',
240 'system/web_notification/message_center_bubble.cc', 240 'system/web_notification/message_center_bubble.cc',
241 'system/web_notification/message_center_bubble.h', 241 'system/web_notification/message_center_bubble.h',
242 'system/web_notification/popup_bubble.cc', 242 'system/web_notification/popup_bubble.cc',
(...skipping 445 matching lines...) Expand 10 before | Expand all | Expand 10 after
688 'shell/cocoa/app-Info.plist', 688 'shell/cocoa/app-Info.plist',
689 ], 689 ],
690 'xcode_settings': { 690 'xcode_settings': {
691 'INFOPLIST_FILE': 'shell/cocoa/app-Info.plist', 691 'INFOPLIST_FILE': 'shell/cocoa/app-Info.plist',
692 }, 692 },
693 }], 693 }],
694 ], 694 ],
695 }, 695 },
696 ], 696 ],
697 } 697 }
OLDNEW
« no previous file with comments | « no previous file | ash/system/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698