| Index: chromeos/chromeos.gyp
|
| diff --git a/chromeos/chromeos.gyp b/chromeos/chromeos.gyp
|
| index 13142d29564011b390371b8fb01b196c22acd8fb..d48f113f137f880e1cec7cdac5c14c81cd1d492f 100644
|
| --- a/chromeos/chromeos.gyp
|
| +++ b/chromeos/chromeos.gyp
|
| @@ -410,6 +410,7 @@
|
| 'dbus/cras_audio_client_unittest.cc',
|
| 'dbus/cros_disks_client_unittest.cc',
|
| 'dbus/dbus_client_bundle_unittest.cc',
|
| + 'dbus/fake_cryptohome_client_unittest.cc',
|
| 'dbus/fake_easy_unlock_client_unittest.cc',
|
| 'dbus/fake_power_manager_client_unittest.cc',
|
| 'dbus/gsm_sms_client_unittest.cc',
|
| @@ -495,6 +496,7 @@
|
| '../third_party/libxml/libxml.gyp:libxml',
|
| '../third_party/protobuf/protobuf.gyp:protobuf_lite',
|
| '../url/url.gyp:url_lib',
|
| + 'attestation_proto',
|
| 'cryptohome_proto',
|
| 'power_manager_proto',
|
| ],
|
| @@ -680,6 +682,20 @@
|
| 'includes': ['../build/protoc.gypi'],
|
| },
|
| {
|
| + # GN version: //chromeos:cryptohome_attestation
|
| + # Protobuf compiler/generator for attestation related protocol buffers.
|
| + 'target_name': 'attestation_proto',
|
| + 'type': 'static_library',
|
| + 'sources': [
|
| + 'dbus/proto/attestation.proto',
|
| + ],
|
| + 'variables': {
|
| + 'proto_in_dir': 'dbus/proto',
|
| + 'proto_out_dir': 'chromeos/cryptohome',
|
| + },
|
| + 'includes': ['../build/protoc.gypi'],
|
| + },
|
| + {
|
| # GN version: //chromeos:cryptohome_signkey_proto
|
| # Protobuf compiler/generator for cryptohome key signing protocol buffer.
|
| 'target_name': 'cryptohome_signkey_proto',
|
|
|