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

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

Issue 1663783002: Remove the //ios/public/test target. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@ios_tests
Patch Set: Add missing forwarding-header Created 4 years, 11 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 | « ios/provider/ios_provider_chrome.gyp ('k') | ios/public/provider/chrome/browser/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 aad28a858383647d748c2cd326a2e5fdca0d38eb..7b7fa44015addc7cb6601b01486cb1dd1865eccb 100644
--- a/ios/public/provider/chrome/browser/BUILD.gn
+++ b/ios/public/provider/chrome/browser/BUILD.gn
@@ -32,3 +32,23 @@ source_set("browser") {
"//ios/web",
]
}
+
+source_set("test_support") {
+ testonly = true
+
+ sources = [
+ "test_chrome_browser_provider.h",
+ "test_chrome_browser_provider.mm",
+ "test_chrome_provider_initializer.cc",
+ "test_chrome_provider_initializer.h",
+ "test_updatable_resource_provider.h",
+ "test_updatable_resource_provider.mm",
+ ]
+
+ deps = [
+ ":browser",
+ "//base",
+ "//components/signin/ios/browser:test_support",
+ "//testing/gtest",
+ ]
+}
« no previous file with comments | « ios/provider/ios_provider_chrome.gyp ('k') | ios/public/provider/chrome/browser/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698