Index: chrome/chrome_browser_chromeos.gypi |
diff --git a/chrome/chrome_browser_chromeos.gypi b/chrome/chrome_browser_chromeos.gypi |
index 2367758d28ad8ad0c5015094e5eb4d1b3a8e60ce..61ed3178a1b220d0649773d813657a934aea1bf3 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', |
@@ -888,5 +889,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' ] |
+ }, |
], |
} |