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

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: Extended to include related changes in dbus and adds a fake client Created 6 years, 2 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 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 20e9622ac803feafa8dc99fcdee797632ec8f8c1..9ad5a861001887500990cb9b36eca2225282b0ca 100644
--- a/chromeos/chromeos.gyp
+++ b/chromeos/chromeos.gyp
@@ -160,6 +160,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',
@@ -210,6 +212,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',
« 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