| Index: chromeos/chromeos.gyp
|
| diff --git a/chromeos/chromeos.gyp b/chromeos/chromeos.gyp
|
| index e9e5848fd1da792eb78c79a433582a86f6f78641..6c0bacf9479284de7edd118be464bb12fd1449bf 100644
|
| --- a/chromeos/chromeos.gyp
|
| +++ b/chromeos/chromeos.gyp
|
| @@ -26,6 +26,8 @@
|
| 'CHROMEOS_IMPLEMENTATION',
|
| ],
|
| 'sources': [
|
| + 'attestation/attestation_flow.cc',
|
| + 'attestation/attestation_flow.h',
|
| 'chromeos_export.h',
|
| 'chromeos_switches.cc',
|
| 'chromeos_switches.h',
|
| @@ -202,6 +204,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',
|
|
|