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

Side by Side Diff: ash/ash.gyp

Issue 980943005: Add ash UI for third-party VPNs (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@f_2_407541_434711_remove_combined_name
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
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 275 matching lines...) Expand 10 before | Expand all | Expand 10 after
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', 294 'system/chromeos/network/vpn_delegate.cc',
295 'system/chromeos/network/vpn_delegate.h', 295 'system/chromeos/network/vpn_delegate.h',
296 'system/chromeos/network/vpn_list_view.cc',
297 'system/chromeos/network/vpn_list_view.h',
296 'system/chromeos/power/power_event_observer.cc', 298 'system/chromeos/power/power_event_observer.cc',
297 'system/chromeos/power/power_event_observer.h', 299 'system/chromeos/power/power_event_observer.h',
298 'system/chromeos/power/power_status.cc', 300 'system/chromeos/power/power_status.cc',
299 'system/chromeos/power/power_status.h', 301 'system/chromeos/power/power_status.h',
300 'system/chromeos/power/power_status_view.cc', 302 'system/chromeos/power/power_status_view.cc',
301 'system/chromeos/power/power_status_view.h', 303 'system/chromeos/power/power_status_view.h',
302 'system/chromeos/power/tray_power.cc', 304 'system/chromeos/power/tray_power.cc',
303 'system/chromeos/power/tray_power.h', 305 'system/chromeos/power/tray_power.h',
304 'system/chromeos/power/video_activity_notifier.cc', 306 'system/chromeos/power/video_activity_notifier.cc',
305 'system/chromeos/power/video_activity_notifier.h', 307 'system/chromeos/power/video_activity_notifier.h',
(...skipping 995 matching lines...) Expand 10 before | Expand all | Expand 10 after
1301 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 1303 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
1302 ], 1304 ],
1303 } 1305 }
1304 ], 1306 ],
1305 ], 1307 ],
1306 }, 1308 },
1307 ], 1309 ],
1308 }], 1310 }],
1309 ], 1311 ],
1310 } 1312 }
OLDNEW
« no previous file with comments | « no previous file | ash/ash_chromeos_strings.grdp » ('j') | ash/system/chromeos/network/vpn_list_view.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698