summaryrefslogtreecommitdiffstats
path: root/chromeos/chromeos.gyp
diff options
context:
space:
mode:
authorbartfab <bartfab@chromium.org>2014-08-29 03:50:23 -0700
committerCommit bot <commit-bot@chromium.org>2014-08-29 10:51:28 +0000
commit2401bb93e76413176246a41be2a51de1e43137a0 (patch)
treea5c0009d8851853e70d57f26f9e79430dec0d94a /chromeos/chromeos.gyp
parent35f985b3b8388a4471d5f62a242b4ea0b4f6a9e7 (diff)
downloadchromium_src-2401bb93e76413176246a41be2a51de1e43137a0.zip
chromium_src-2401bb93e76413176246a41be2a51de1e43137a0.tar.gz
chromium_src-2401bb93e76413176246a41be2a51de1e43137a0.tar.bz2
Wire up GetKeyDataEx() in Chrome
This CL wires up cryptohomed's GetKeyDataEx() as HomedirMethods::GetKeyDataEx() in Chrome. The method will be used to retrieve metadata such as the hashing algorithm and salt used for a key. BUG=367847 TEST=New homedir_methods_unittest.cc Review URL: https://codereview.chromium.org/506943002 Cr-Commit-Position: refs/heads/master@{#292602}
Diffstat (limited to 'chromeos/chromeos.gyp')
-rw-r--r--chromeos/chromeos.gyp1
1 files changed, 1 insertions, 0 deletions
diff --git a/chromeos/chromeos.gyp b/chromeos/chromeos.gyp
index 563a2b7..56f20bc 100644
--- a/chromeos/chromeos.gyp
+++ b/chromeos/chromeos.gyp
@@ -547,6 +547,7 @@
'attestation/attestation_flow_unittest.cc',
'audio/cras_audio_handler_unittest.cc',
'cert_loader_unittest.cc',
+ 'cryptohome/homedir_methods_unittest.cc',
'cryptohome/system_salt_getter_unittest.cc',
'dbus/blocking_method_caller_unittest.cc',
'dbus/cros_disks_client_unittest.cc',