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

Side by Side Diff: ash/ash.gyp

Issue 984863005: Add ash::VPNDelegate and Chrome OS implementation (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed crash during device-local account login. Created 5 years, 9 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
« no previous file with comments | « no previous file | ash/system/chromeos/network/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 # These files lists are shared with the GN build. 8 # These files lists are shared with the GN build.
9 'ash_sources': [ 9 'ash_sources': [
10 'accelerators/accelerator_commands.cc', 10 'accelerators/accelerator_commands.cc',
(...skipping 277 matching lines...) Expand 10 before | Expand all | Expand 10 after
288 'system/chromeos/network/network_state_list_detailed_view.cc', 288 'system/chromeos/network/network_state_list_detailed_view.cc',
289 'system/chromeos/network/network_state_list_detailed_view.h', 289 'system/chromeos/network/network_state_list_detailed_view.h',
290 'system/chromeos/network/tray_network.cc', 290 'system/chromeos/network/tray_network.cc',
291 'system/chromeos/network/tray_network.h', 291 'system/chromeos/network/tray_network.h',
292 'system/chromeos/network/tray_network_state_observer.cc', 292 'system/chromeos/network/tray_network_state_observer.cc',
293 'system/chromeos/network/tray_network_state_observer.h', 293 'system/chromeos/network/tray_network_state_observer.h',
294 'system/chromeos/network/tray_sms.cc', 294 'system/chromeos/network/tray_sms.cc',
295 'system/chromeos/network/tray_sms.h', 295 'system/chromeos/network/tray_sms.h',
296 'system/chromeos/network/tray_vpn.cc', 296 'system/chromeos/network/tray_vpn.cc',
297 'system/chromeos/network/tray_vpn.h', 297 'system/chromeos/network/tray_vpn.h',
298 'system/chromeos/network/vpn_delegate.cc',
299 'system/chromeos/network/vpn_delegate.h',
298 'system/chromeos/power/power_event_observer.cc', 300 'system/chromeos/power/power_event_observer.cc',
299 'system/chromeos/power/power_event_observer.h', 301 'system/chromeos/power/power_event_observer.h',
300 'system/chromeos/power/power_status.cc', 302 'system/chromeos/power/power_status.cc',
301 'system/chromeos/power/power_status.h', 303 'system/chromeos/power/power_status.h',
302 'system/chromeos/power/power_status_view.cc', 304 'system/chromeos/power/power_status_view.cc',
303 'system/chromeos/power/power_status_view.h', 305 'system/chromeos/power/power_status_view.h',
304 'system/chromeos/power/tray_power.cc', 306 'system/chromeos/power/tray_power.cc',
305 'system/chromeos/power/tray_power.h', 307 'system/chromeos/power/tray_power.h',
306 'system/chromeos/power/video_activity_notifier.cc', 308 'system/chromeos/power/video_activity_notifier.cc',
307 'system/chromeos/power/video_activity_notifier.h', 309 'system/chromeos/power/video_activity_notifier.h',
(...skipping 995 matching lines...) Expand 10 before | Expand all | Expand 10 after
1303 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 1305 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
1304 ], 1306 ],
1305 } 1307 }
1306 ], 1308 ],
1307 ], 1309 ],
1308 }, 1310 },
1309 ], 1311 ],
1310 }], 1312 }],
1311 ], 1313 ],
1312 } 1314 }
OLDNEW
« no previous file with comments | « no previous file | ash/system/chromeos/network/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698