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

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: use StartsWithASCII Created 5 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 | « components/components_tests.gyp ('k') | components/proximity_auth/cryptauth/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 b5e3c03b47b65d99bbed3632108a933314b7059e..1541ddb6fd2bf3c42dac9d669dfe662487744968 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',
@@ -81,6 +82,26 @@
"proximity_auth/cryptauth/cryptauth_client_factory.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',
« no previous file with comments | « components/components_tests.gyp ('k') | components/proximity_auth/cryptauth/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698