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

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: Added a VPNProvider::Key abstraction. 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') | ash/system/chromeos/network/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 # 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 273 matching lines...) Expand 10 before | Expand all | Expand 10 after
284 'system/chromeos/network/network_state_list_detailed_view.cc', 284 'system/chromeos/network/network_state_list_detailed_view.cc',
285 'system/chromeos/network/network_state_list_detailed_view.h', 285 'system/chromeos/network/network_state_list_detailed_view.h',
286 'system/chromeos/network/tray_network.cc', 286 'system/chromeos/network/tray_network.cc',
287 'system/chromeos/network/tray_network.h', 287 'system/chromeos/network/tray_network.h',
288 'system/chromeos/network/tray_network_state_observer.cc', 288 'system/chromeos/network/tray_network_state_observer.cc',
289 'system/chromeos/network/tray_network_state_observer.h', 289 'system/chromeos/network/tray_network_state_observer.h',
290 'system/chromeos/network/tray_sms.cc', 290 'system/chromeos/network/tray_sms.cc',
291 'system/chromeos/network/tray_sms.h', 291 'system/chromeos/network/tray_sms.h',
292 'system/chromeos/network/tray_vpn.cc', 292 'system/chromeos/network/tray_vpn.cc',
293 'system/chromeos/network/tray_vpn.h', 293 'system/chromeos/network/tray_vpn.h',
294 'system/chromeos/network/vpn_delegate.cc',
295 'system/chromeos/network/vpn_delegate.h',
294 'system/chromeos/power/power_event_observer.cc', 296 'system/chromeos/power/power_event_observer.cc',
295 'system/chromeos/power/power_event_observer.h', 297 'system/chromeos/power/power_event_observer.h',
296 'system/chromeos/power/power_status.cc', 298 'system/chromeos/power/power_status.cc',
297 'system/chromeos/power/power_status.h', 299 'system/chromeos/power/power_status.h',
298 'system/chromeos/power/power_status_view.cc', 300 'system/chromeos/power/power_status_view.cc',
299 'system/chromeos/power/power_status_view.h', 301 'system/chromeos/power/power_status_view.h',
300 'system/chromeos/power/tray_power.cc', 302 'system/chromeos/power/tray_power.cc',
301 'system/chromeos/power/tray_power.h', 303 'system/chromeos/power/tray_power.h',
302 'system/chromeos/power/video_activity_notifier.cc', 304 'system/chromeos/power/video_activity_notifier.cc',
303 'system/chromeos/power/video_activity_notifier.h', 305 'system/chromeos/power/video_activity_notifier.h',
(...skipping 995 matching lines...) Expand 10 before | Expand all | Expand 10 after
1299 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 1301 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
1300 ], 1302 ],
1301 } 1303 }
1302 ], 1304 ],
1303 ], 1305 ],
1304 }, 1306 },
1305 ], 1307 ],
1306 }], 1308 }],
1307 ], 1309 ],
1308 } 1310 }
OLDNEW
« no previous file with comments | « no previous file | ash/system/chromeos/network/DEPS » ('j') | ash/system/chromeos/network/DEPS » ('J')

Powered by Google App Engine
This is Rietveld 408576698