From 2401bb93e76413176246a41be2a51de1e43137a0 Mon Sep 17 00:00:00 2001 From: bartfab Date: Fri, 29 Aug 2014 03:50:23 -0700 Subject: 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} --- chromeos/chromeos.gyp | 1 + 1 file changed, 1 insertion(+) (limited to 'chromeos/chromeos.gyp') 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', -- cgit v1.1