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

Unified Diff: ios/chrome/browser/net/BUILD.gn

Issue 2520373002: Remove the old image fetcher (Closed)
Patch Set: Remove the files Created 4 years 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/chrome/browser/native_app_launcher/BUILD.gn ('k') | ios/chrome/browser/net/image_fetcher.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/chrome/browser/net/BUILD.gn
diff --git a/ios/chrome/browser/net/BUILD.gn b/ios/chrome/browser/net/BUILD.gn
index b548450594e16818e5dcd2342c66e4271f37700b..ad7fb271df9843aabdf2bbabfb340c86bce73843 100644
--- a/ios/chrome/browser/net/BUILD.gn
+++ b/ios/chrome/browser/net/BUILD.gn
@@ -15,8 +15,6 @@ source_set("net") {
"crl_set_fetcher.h",
"http_server_properties_manager_factory.cc",
"http_server_properties_manager_factory.h",
- "image_fetcher.h",
- "image_fetcher.mm",
"ios_chrome_http_user_agent_settings.h",
"ios_chrome_http_user_agent_settings.mm",
"ios_chrome_network_delegate.cc",
@@ -46,7 +44,6 @@ source_set("net") {
"//ios/chrome/browser/browsing_data",
"//ios/net",
"//ios/web",
- "//ios/web/public/image_fetcher",
"//net",
"//net:extras",
"//url",
@@ -57,18 +54,6 @@ source_set("net") {
]
}
-source_set("test_support") {
- testonly = true
- sources = [
- "mock_image_fetcher.h",
- "mock_image_fetcher.mm",
- ]
- deps = [
- ":net",
- "//testing/gmock",
- ]
-}
-
source_set("unit_tests") {
configs += [ "//build/config/compiler:enable_arc" ]
testonly = true
« no previous file with comments | « ios/chrome/browser/native_app_launcher/BUILD.gn ('k') | ios/chrome/browser/net/image_fetcher.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698