summaryrefslogtreecommitdiffstats
path: root/chromeos/chromeos.gyp
diff options
context:
space:
mode:
authorkaliamoorthi <kaliamoorthi@chromium.org>2014-11-13 10:51:04 -0800
committerCommit bot <commit-bot@chromium.org>2014-11-13 18:51:21 +0000
commit4c839047c821a5109fd8b5b828f1ca2082cca07a (patch)
treeb2455d85551c6f71cf9bd7096a8d3e1bd268e5af /chromeos/chromeos.gyp
parent4771655f7a4798c5021772b4275bac5dd298a7c5 (diff)
downloadchromium_src-4c839047c821a5109fd8b5b828f1ca2082cca07a.zip
chromium_src-4c839047c821a5109fd8b5b828f1ca2082cca07a.tar.gz
chromium_src-4c839047c821a5109fd8b5b828f1ca2082cca07a.tar.bz2
Add new shill client for VPN
This CL adds new shill client for third party vpn dbus interface. BUG=407541 Review URL: https://codereview.chromium.org/681723003 Cr-Commit-Position: refs/heads/master@{#304054}
Diffstat (limited to 'chromeos/chromeos.gyp')
-rw-r--r--chromeos/chromeos.gyp5
1 files changed, 5 insertions, 0 deletions
diff --git a/chromeos/chromeos.gyp b/chromeos/chromeos.gyp
index de83898..0b514ca 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',