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

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

Issue 1066453002: Refactor CryptAuth component to be more testable. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@cryptauth_securemessage
Patch Set: rename tests 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
Index: components/proximity_auth/cryptauth/BUILD.gn
diff --git a/components/proximity_auth/cryptauth/BUILD.gn b/components/proximity_auth/cryptauth/BUILD.gn
index e496151304029cde0760cfc0c9c30e5fbfe2df4b..a7bfa912edc1587dbc8be5fa20c42eddc40ff389 100644
--- a/components/proximity_auth/cryptauth/BUILD.gn
+++ b/components/proximity_auth/cryptauth/BUILD.gn
@@ -5,14 +5,13 @@
source_set("cryptauth") {
sources = [
"cryptauth_access_token_fetcher.h",
- "cryptauth_account_token_fetcher.cc",
- "cryptauth_account_token_fetcher.h",
+ "cryptauth_access_token_fetcher_impl.cc",
+ "cryptauth_access_token_fetcher_impl.h",
"cryptauth_api_call_flow.cc",
"cryptauth_api_call_flow.h",
- "cryptauth_client.cc",
"cryptauth_client.h",
- "cryptauth_client_factory.cc",
- "cryptauth_client_factory.h",
+ "cryptauth_client_impl.cc",
+ "cryptauth_client_impl.h",
"cryptauth_enrollment_utils.cc",
"cryptauth_enrollment_utils.h",
"secure_message_delegate.cc",
@@ -49,9 +48,9 @@ source_set("test_support") {
source_set("unit_tests") {
testonly = true
sources = [
- "cryptauth_account_token_fetcher_unittest.cc",
+ "cryptauth_access_token_fetcher_impl_unittest.cc",
"cryptauth_api_call_flow_unittest.cc",
- "cryptauth_client_unittest.cc",
+ "cryptauth_client_impl_unittest.cc",
"fake_secure_message_delegate_unittest.cc",
]
« no previous file with comments | « components/proximity_auth.gypi ('k') | components/proximity_auth/cryptauth/cryptauth_access_token_fetcher.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698