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

Unified Diff: components/proximity_auth.gypi

Issue 1060483002: Add SecureMessage definitions to CryptAuth. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 9 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
Index: components/proximity_auth.gypi
diff --git a/components/proximity_auth.gypi b/components/proximity_auth.gypi
index a4a121d2b121390f96a7a341dc67507cb9cba8ec..c9ec4b79a308c72aa49d457ecb822ed8a5300b5b 100644
--- a/components/proximity_auth.gypi
+++ b/components/proximity_auth.gypi
@@ -50,6 +50,7 @@
'type': 'static_library',
'sources': [
'proximity_auth/cryptauth/proto/cryptauth_api.proto',
+ 'proximity_auth/cryptauth/proto/securemessage.proto',
],
'variables': {
'proto_in_dir': 'proximity_auth/cryptauth/proto',
@@ -79,6 +80,26 @@
"proximity_auth/cryptauth/cryptauth_client.h",
"proximity_auth/cryptauth/cryptauth_enrollment_utils.cc",
"proximity_auth/cryptauth/cryptauth_enrollment_utils.h",
+ "proximity_auth/cryptauth/secure_message_delegate.cc",
+ "proximity_auth/cryptauth/secure_message_delegate.h",
+ ],
+ 'export_dependent_settings': [
+ 'cryptauth_proto',
+ ],
+ },
+ {
+ 'target_name': 'cryptauth_test_support',
+ 'type': 'static_library',
+ 'include_dirs': [
+ '..',
+ ],
+ 'dependencies': [
+ 'cryptauth_proto',
+ '../base/base.gyp:base',
+ ],
+ 'sources': [
+ "proximity_auth/cryptauth/fake_secure_message_delegate.cc",
+ "proximity_auth/cryptauth/fake_secure_message_delegate.h",
],
'export_dependent_settings': [
'cryptauth_proto',

Powered by Google App Engine
This is Rietveld 408576698