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

Unified Diff: components/proximity_auth.gypi

Issue 738593002: Introduce CryptAuthClient, a class capable of performing all CryptAuth APIs. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years 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 ba5d3b0edb8fbaef926133c50b813550e696d49e..a889ddd0d93749d9d26f5c11d511e5e64ae5f19b 100644
--- a/components/proximity_auth.gypi
+++ b/components/proximity_auth.gypi
@@ -64,13 +64,20 @@
'..',
],
'dependencies': [
+ 'cryptauth_proto',
'../base/base.gyp:base',
'../google_apis/google_apis.gyp:google_apis',
'../net/net.gyp:net',
],
'sources': [
+ "proximity_auth/cryptauth/cryptauth_access_token_fetcher.h",
"proximity_auth/cryptauth/cryptauth_api_call_flow.cc",
"proximity_auth/cryptauth/cryptauth_api_call_flow.h",
+ "proximity_auth/cryptauth/cryptauth_client.cc",
+ "proximity_auth/cryptauth/cryptauth_client.h",
+ ],
+ 'export_dependent_settings': [
+ 'cryptauth_proto',
],
},
],

Powered by Google App Engine
This is Rietveld 408576698