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