summaryrefslogtreecommitdiffstats
path: root/chromeos/chromeos.gyp
diff options
context:
space:
mode:
authorpneubeck@chromium.org <pneubeck@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-08-12 15:22:49 +0000
committerpneubeck@chromium.org <pneubeck@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-08-12 15:22:49 +0000
commitb1f3f527f1c81d52be8cb8e8ca5499de9ca88275 (patch)
treef1764b07fe5c899cb074123221c05d8f86938ab0 /chromeos/chromeos.gyp
parent44aa2bc3d2dfb8c555af66a371d18d8474ac2028 (diff)
downloadchromium_src-b1f3f527f1c81d52be8cb8e8ca5499de9ca88275.zip
chromium_src-b1f3f527f1c81d52be8cb8e8ca5499de9ca88275.tar.gz
chromium_src-b1f3f527f1c81d52be8cb8e8ca5499de9ca88275.tar.bz2
Refactor the client certificate code in chromeos/network/.
This prepares for the next commit, which adds automatic resolution of client certificates which doesn't require a manual trigger by the user anymore. The only functional is that flimflam::kOpenVPNClientCertSlotProperty is not set anymore, because it was never supported by Shill and leads to errors with Service::SetProperties. BUG=234983, 126870 R=stevenjb@chromium.org Review URL: https://codereview.chromium.org/22588002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@216997 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chromeos/chromeos.gyp')
-rw-r--r--chromeos/chromeos.gyp4
1 files changed, 2 insertions, 2 deletions
diff --git a/chromeos/chromeos.gyp b/chromeos/chromeos.gyp
index 69d2a67..57fd83b 100644
--- a/chromeos/chromeos.gyp
+++ b/chromeos/chromeos.gyp
@@ -217,8 +217,8 @@
'login/login_state.h',
'network/certificate_pattern.cc',
'network/certificate_pattern.h',
- 'network/certificate_pattern_matcher.cc',
- 'network/certificate_pattern_matcher.h',
+ 'network/client_cert_util.cc',
+ 'network/client_cert_util.h',
'network/cros_network_functions.cc',
'network/cros_network_functions.h',
'network/device_state.cc',