Index: chrome/chrome_browser_chromeos.gypi |
diff --git a/chrome/chrome_browser_chromeos.gypi b/chrome/chrome_browser_chromeos.gypi |
index bb4cdc9b9c4cd6afe8a4e787ff277b69dcb61c60..f1bc1bba4610d927602108905487a1e2e20ca4b6 100644 |
--- a/chrome/chrome_browser_chromeos.gypi |
+++ b/chrome/chrome_browser_chromeos.gypi |
@@ -23,6 +23,7 @@ |
'dependencies': [ |
# TODO(tbarzic): Cleanup this list. |
'app/policy/cloud_policy_codegen.gyp:policy', |
+ 'attestation_proto', |
'browser_extensions', |
'browser/performance_monitor/performance_monitor.gyp:performance_monitor', |
'cert_logger_proto', |
@@ -896,5 +897,18 @@ |
}, |
'includes': [ '../build/protoc.gypi' ] |
}, |
+ { |
+ # Protobuf compiler / generator for attestation protocol buffers. |
+ 'target_name': 'attestation_proto', |
+ 'type': 'static_library', |
+ 'sources': [ |
+ 'browser/chromeos/attestation/attestation_key_payload.proto', |
+ ], |
+ 'variables': { |
+ 'proto_in_dir': 'browser/chromeos/attestation', |
+ 'proto_out_dir': 'chrome/browser/chromeos/attestation', |
+ }, |
+ 'includes': [ '../build/protoc.gypi' ] |
+ }, |
], |
} |