Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(154)

Unified Diff: chromeos/chromeos.gyp

Issue 11932004: Implemented attestation message flow for Chrome OS. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chromeos/attestation/mock_attestation_flow.cc ('k') | chromeos/cryptohome/mock_async_method_caller.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromeos/chromeos.gyp
diff --git a/chromeos/chromeos.gyp b/chromeos/chromeos.gyp
index aff5f137b73ea8bf5e9a9e78fb1170ad8065e82c..3937c997e576a27fc673ac39f488322af1d90bb8 100644
--- a/chromeos/chromeos.gyp
+++ b/chromeos/chromeos.gyp
@@ -29,6 +29,8 @@
'CHROMEOS_IMPLEMENTATION',
],
'sources': [
+ 'attestation/attestation_flow.cc',
+ 'attestation/attestation_flow.h',
'chromeos_export.h',
'chromeos_switches.cc',
'chromeos_switches.h',
@@ -204,6 +206,8 @@
'chromeos',
],
'sources': [
+ 'attestation/mock_attestation_flow.cc',
+ 'attestation/mock_attestation_flow.h',
'chromeos_test_utils.cc',
'chromeos_test_utils.h',
'cryptohome/mock_async_method_caller.cc',
@@ -310,6 +314,7 @@
'chromeos_test_support',
],
'sources': [
+ 'attestation/attestation_flow_unittest.cc',
'display/output_configurator_unittest.cc',
'dbus/blocking_method_caller_unittest.cc',
'dbus/shill_client_unittest_base.cc',
« no previous file with comments | « chromeos/attestation/mock_attestation_flow.cc ('k') | chromeos/cryptohome/mock_async_method_caller.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698