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

Unified Diff: components/proximity_auth/cryptauth/BUILD.gn

Issue 792193003: Implement CryptAuthAccessTokenFetcher. (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/cryptauth/BUILD.gn
diff --git a/components/proximity_auth/cryptauth/BUILD.gn b/components/proximity_auth/cryptauth/BUILD.gn
index 6b1fe35c15a355fb37ec8c56840dabd87e4d0f23..e35fcb6d395fdce7339bce5958424463c344acf4 100644
--- a/components/proximity_auth/cryptauth/BUILD.gn
+++ b/components/proximity_auth/cryptauth/BUILD.gn
@@ -5,6 +5,8 @@
source_set("cryptauth") {
sources = [
"cryptauth_access_token_fetcher.h",
+ "cryptauth_account_token_fetcher.cc",
+ "cryptauth_account_token_fetcher.h",
"cryptauth_api_call_flow.cc",
"cryptauth_api_call_flow.h",
"cryptauth_client.cc",
@@ -25,6 +27,7 @@ source_set("cryptauth") {
source_set("unit_tests") {
testonly = true
sources = [
+ "cryptauth_account_token_fetcher_unittest.cc",
"cryptauth_api_call_flow_unittest.cc",
"cryptauth_client_unittest.cc",
]
@@ -32,6 +35,7 @@ source_set("unit_tests") {
deps = [
":cryptauth",
"//base/test:test_support",
+ "//google_apis:test_support",
"//net:test_support",
"//testing/gtest",
]

Powered by Google App Engine
This is Rietveld 408576698