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

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: Updated the interface to better suit the upper layer 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
Index: chromeos/chromeos.gyp
diff --git a/chromeos/chromeos.gyp b/chromeos/chromeos.gyp
index 0fb974893cfa02e125663de623f2a7f991c27b28..e5146bd82dc20642f79fd0a1bda2cf21ffcf5f54 100644
--- a/chromeos/chromeos.gyp
+++ b/chromeos/chromeos.gyp
@@ -162,6 +162,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',
@@ -212,6 +214,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',
@@ -412,6 +416,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') | chromeos/dbus/fake_shill_third_party_vpn_driver_client.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698