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

Unified Diff: ios/web/public/image_fetcher/BUILD.gn

Issue 2701843002: Remove ImageDataFetcher from iOS. (Closed)
Patch Set: Remove mock Created 3 years, 10 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/web/BUILD.gn ('k') | ios/web/public/image_fetcher/image_data_fetcher.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/web/public/image_fetcher/BUILD.gn
diff --git a/ios/web/public/image_fetcher/BUILD.gn b/ios/web/public/image_fetcher/BUILD.gn
index 7c93ce1d42e88ced8174c8700c5f6fa53c2b4746..3a1cf83dedc26c740c2aa0178aea7b7e3f8c7ad1 100644
--- a/ios/web/public/image_fetcher/BUILD.gn
+++ b/ios/web/public/image_fetcher/BUILD.gn
@@ -5,14 +5,11 @@
source_set("image_fetcher") {
configs += [ "//build/config/compiler:enable_arc" ]
sources = [
- "image_data_fetcher.h",
- "image_data_fetcher.mm",
"webp_decoder.h",
"webp_decoder.mm",
]
deps = [
"//base",
- "//net",
"//third_party/libwebp:libwebp_dec",
]
}
@@ -21,15 +18,12 @@ source_set("unit_tests") {
configs += [ "//build/config/compiler:enable_arc" ]
testonly = true
sources = [
- "image_data_fetcher_unittest.mm",
"webp_decoder_unittest.mm",
]
deps = [
":image_fetcher",
":webp_transcode_unit_tests_bundle_data",
"//base",
- "//net",
- "//net:test_support",
"//testing/gmock",
"//testing/gtest",
]
« no previous file with comments | « ios/web/BUILD.gn ('k') | ios/web/public/image_fetcher/image_data_fetcher.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698