Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(286)

Unified Diff: chrome/chrome_browser_chromeos.gypi

Issue 14220003: Finished implementing AttestationPolicyObserver. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebased and nit fixed Created 7 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/browser/policy/cloud/mock_cloud_policy_client.h ('k') | net/cert/x509_util_nss.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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' ]
+ },
],
}
« no previous file with comments | « chrome/browser/policy/cloud/mock_cloud_policy_client.h ('k') | net/cert/x509_util_nss.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698