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

Unified Diff: ios/public/provider/chrome/browser/BUILD.gn

Issue 2123273003: Introduce FakeChromeIdentity and FakeChromeIdentityService. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Remove GetIdentityWithEmail Created 4 years, 5 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: ios/public/provider/chrome/browser/BUILD.gn
diff --git a/ios/public/provider/chrome/browser/BUILD.gn b/ios/public/provider/chrome/browser/BUILD.gn
index 3a5323e08110386a5fe562691e5a5cb654d1d630..9e242e9587f1e1a0df278b7156481629b8b97cd6 100644
--- a/ios/public/provider/chrome/browser/BUILD.gn
+++ b/ios/public/provider/chrome/browser/BUILD.gn
@@ -44,6 +44,10 @@ source_set("test_support") {
testonly = true
sources = [
+ "signin/fake_chrome_identity.h",
+ "signin/fake_chrome_identity.mm",
+ "signin/fake_chrome_identity_service.h",
+ "signin/fake_chrome_identity_service.mm",
"test_chrome_browser_provider.h",
"test_chrome_browser_provider.mm",
"test_chrome_provider_initializer.h",

Powered by Google App Engine
This is Rietveld 408576698