| 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",
|
| ]
|
| }
|
|
|