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

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: Updated after latest round of UI reviews. 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/ash_chromeos_strings.grdp » ('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 279 matching lines...) Expand 10 before | Expand all | Expand 10 after
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', 298 'system/chromeos/network/vpn_delegate.cc',
299 'system/chromeos/network/vpn_delegate.h', 299 'system/chromeos/network/vpn_delegate.h',
300 'system/chromeos/network/vpn_list_view.cc',
301 'system/chromeos/network/vpn_list_view.h',
300 'system/chromeos/power/power_event_observer.cc', 302 'system/chromeos/power/power_event_observer.cc',
301 'system/chromeos/power/power_event_observer.h', 303 'system/chromeos/power/power_event_observer.h',
302 'system/chromeos/power/power_status.cc', 304 'system/chromeos/power/power_status.cc',
303 'system/chromeos/power/power_status.h', 305 'system/chromeos/power/power_status.h',
304 'system/chromeos/power/power_status_view.cc', 306 'system/chromeos/power/power_status_view.cc',
305 'system/chromeos/power/power_status_view.h', 307 'system/chromeos/power/power_status_view.h',
306 'system/chromeos/power/tray_power.cc', 308 'system/chromeos/power/tray_power.cc',
307 'system/chromeos/power/tray_power.h', 309 'system/chromeos/power/tray_power.h',
308 'system/chromeos/power/video_activity_notifier.cc', 310 'system/chromeos/power/video_activity_notifier.cc',
309 'system/chromeos/power/video_activity_notifier.h', 311 'system/chromeos/power/video_activity_notifier.h',
(...skipping 995 matching lines...) Expand 10 before | Expand all | Expand 10 after
1305 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 1307 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
1306 ], 1308 ],
1307 } 1309 }
1308 ], 1310 ],
1309 ], 1311 ],
1310 }, 1312 },
1311 ], 1313 ],
1312 }], 1314 }],
1313 ], 1315 ],
1314 } 1316 }
OLDNEW
« no previous file with comments | « no previous file | ash/ash_chromeos_strings.grdp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698