Index: chromeos/chromeos.gyp |
diff --git a/chromeos/chromeos.gyp b/chromeos/chromeos.gyp |
index e9e5848fd1da792eb78c79a433582a86f6f78641..89ecc59dd7a22e7eac3347871b94bc2ac0b6daee 100644 |
--- a/chromeos/chromeos.gyp |
+++ b/chromeos/chromeos.gyp |
@@ -29,6 +29,8 @@ |
'chromeos_export.h', |
'chromeos_switches.cc', |
'chromeos_switches.h', |
+ 'attestation/attestation.cc', |
+ 'attestation/attestation.h', |
Mattias Nissler (ping if slow)
2013/01/16 10:39:26
alphabetize
dkrahn
2013/01/17 23:36:24
Done.
|
'cryptohome/async_method_caller.cc', |
'cryptohome/async_method_caller.h', |
'dbus/blocking_method_caller.cc', |
@@ -204,6 +206,8 @@ |
'sources': [ |
'chromeos_test_utils.cc', |
'chromeos_test_utils.h', |
+ 'attestation/mock_attestation.cc', |
+ 'attestation/mock_attestation.h', |
Mattias Nissler (ping if slow)
2013/01/16 10:39:26
alphabetize
dkrahn
2013/01/17 23:36:24
Done.
|
'cryptohome/mock_async_method_caller.cc', |
'cryptohome/mock_async_method_caller.h', |
'dbus/mock_bluetooth_adapter_client.cc', |
@@ -310,6 +314,7 @@ |
'chromeos_test_support', |
], |
'sources': [ |
+ 'attestation/attestation_unittest.cc', |
'display/output_configurator_unittest.cc', |
'dbus/blocking_method_caller_unittest.cc', |
'dbus/shill_client_unittest_base.cc', |