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

Unified Diff: chromeos/chromeos.gyp

Issue 681723003: Add new shill client for VPN (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixes nit from Steven Created 6 years, 1 month 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | chromeos/dbus/dbus_client_bundle.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromeos/chromeos.gyp
diff --git a/chromeos/chromeos.gyp b/chromeos/chromeos.gyp
index de838980c8173bf23f6bb1133066196a646e7cdf..0b514cacde15097d00197d09353f51b759992059 100644
--- a/chromeos/chromeos.gyp
+++ b/chromeos/chromeos.gyp
@@ -168,6 +168,8 @@
'dbus/fake_shill_profile_client.h',
'dbus/fake_shill_service_client.cc',
'dbus/fake_shill_service_client.h',
+ 'dbus/fake_shill_third_party_vpn_driver_client.cc',
+ 'dbus/fake_shill_third_party_vpn_driver_client.h',
'dbus/fake_sms_client.cc',
'dbus/fake_sms_client.h',
'dbus/fake_system_clock_client.cc',
@@ -220,6 +222,8 @@
'dbus/shill_profile_client.h',
'dbus/shill_service_client.cc',
'dbus/shill_service_client.h',
+ 'dbus/shill_third_party_vpn_driver_client.cc',
+ 'dbus/shill_third_party_vpn_driver_client.h',
'dbus/sms_client.cc',
'dbus/sms_client.h',
'dbus/system_clock_client.cc',
@@ -426,6 +430,7 @@
'dbus/shill_manager_client_unittest.cc',
'dbus/shill_profile_client_unittest.cc',
'dbus/shill_service_client_unittest.cc',
+ 'dbus/shill_third_party_vpn_driver_client_unittest.cc',
'disks/disk_mount_manager_unittest.cc',
'ime/component_extension_ime_manager_unittest.cc',
'ime/composition_text_unittest.cc',
« no previous file with comments | « no previous file | chromeos/dbus/dbus_client_bundle.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698