diff options
author | tbarzic@chromium.org <tbarzic@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-01-21 23:14:53 +0000 |
---|---|---|
committer | tbarzic@chromium.org <tbarzic@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-01-21 23:14:53 +0000 |
commit | b2390837986574afa95926297767fad126bc9b74 (patch) | |
tree | 8744896918af941c5850db968d7f71bf428dfea4 /chromeos/chromeos.gyp | |
parent | b2d1f2dcf6d9181cd8b60804e6cbf0c13fbf9a93 (diff) | |
download | chromium_src-b2390837986574afa95926297767fad126bc9b74.zip chromium_src-b2390837986574afa95926297767fad126bc9b74.tar.gz chromium_src-b2390837986574afa95926297767fad126bc9b74.tar.bz2 |
Split chromeos::CertLoader
CertLoader does both TPM token initialization and certificate loading
from the cert database. This extracts token initializetion in a separate
class.
BUG=315343
Review URL: https://codereview.chromium.org/132313004
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@246154 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chromeos/chromeos.gyp')
-rw-r--r-- | chromeos/chromeos.gyp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/chromeos/chromeos.gyp b/chromeos/chromeos.gyp index 14ef3f9..de1fa56 100644 --- a/chromeos/chromeos.gyp +++ b/chromeos/chromeos.gyp @@ -338,6 +338,8 @@ 'system/name_value_pairs_parser.h', 'system/statistics_provider.cc', 'system/statistics_provider.h', + 'tpm_token_loader.cc', + 'tpm_token_loader.h' ], 'conditions': [ ['use_x11 == 1', { |