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

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: Add missing dependency on gmock 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..5a163fad795601793a618a91921b8cb5ed3890ad 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",
@@ -56,6 +60,7 @@ source_set("test_support") {
":browser",
"//base",
"//components/signin/ios/browser:test_support",
+ "//testing/gmock",
"//testing/gtest",
]
}
« no previous file with comments | « ios/provider/ios_provider_chrome.gyp ('k') | ios/public/provider/chrome/browser/signin/fake_chrome_identity.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698