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

Unified Diff: components/proximity_auth.gypi

Issue 616233002: Add proto definitions for messages used by CryptAuth APIs and the authentication protocol. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: reformat comments Created 6 years, 2 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 | « no previous file | components/proximity_auth/cryptauth/proto/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/proximity_auth.gypi
diff --git a/components/proximity_auth.gypi b/components/proximity_auth.gypi
index 748b3f5962f323c59d4aa2b600800eda67121042..f29c8608a2c817338500dd599cfefdfa1496c30e 100644
--- a/components/proximity_auth.gypi
+++ b/components/proximity_auth.gypi
@@ -32,6 +32,19 @@
],
},
{
+ # GN version: //components/cryptauth/proto
+ 'target_name': 'cryptauth_proto',
+ 'type': 'static_library',
+ 'sources': [
+ 'proximity_auth/cryptauth/proto/cryptauth_api.proto',
+ ],
+ 'variables': {
+ 'proto_in_dir': 'proximity_auth/cryptauth/proto',
+ 'proto_out_dir': 'components/proximity_auth/cryptauth/proto',
+ },
+ 'includes': [ '../build/protoc.gypi' ]
+ },
+ {
'target_name': 'cryptauth',
'type': 'static_library',
'include_dirs': [
« no previous file with comments | « no previous file | components/proximity_auth/cryptauth/proto/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698