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

Unified Diff: components/cryptauth/BUILD.gn

Issue 2799683004: [CrOS Tether] Add FakeCryptAuthService, a test double for CryptAuthService. (Closed)
Patch Set: Added a missing #include. Created 3 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 | « no previous file | components/cryptauth/cryptauth_service.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/cryptauth/BUILD.gn
diff --git a/components/cryptauth/BUILD.gn b/components/cryptauth/BUILD.gn
index b6a7a42d957658c9009c2d5d77b00ee5a71a88f7..b9cc6a7cf173f0bdc1d057585395a7e8dbb98e05 100644
--- a/components/cryptauth/BUILD.gn
+++ b/components/cryptauth/BUILD.gn
@@ -102,6 +102,8 @@ static_library("test_support") {
"fake_connection.h",
"fake_cryptauth_gcm_manager.cc",
"fake_cryptauth_gcm_manager.h",
+ "fake_cryptauth_service.cc",
+ "fake_cryptauth_service.h",
"fake_secure_channel.cc",
"fake_secure_channel.h",
"fake_secure_context.cc",
« no previous file with comments | « no previous file | components/cryptauth/cryptauth_service.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698