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

Unified Diff: ios/web/BUILD.gn

Issue 2526773002: Move iOS ImageFetcher to ios/web/public (Closed)
Patch Set: Rename headers 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/test/data/webp_transcode/test_small.webp ('k') | ios/web/public/image_fetcher/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/web/BUILD.gn
diff --git a/ios/web/BUILD.gn b/ios/web/BUILD.gn
index 8c6aa555ca144e9b3501eba94e2835891c94f41a..6a6ba6fe7985ac6500c7597df834d849a9379ab9 100644
--- a/ios/web/BUILD.gn
+++ b/ios/web/BUILD.gn
@@ -363,6 +363,7 @@ source_set("test_support") {
"//ios/testing:ios_test_support",
"//ios/testing:ocmock_support",
"//ios/third_party/gcdwebserver",
+ "//ios/web/public/image_fetcher",
"//ios/web/test:mojo_bindings",
"//net:test_support",
"//testing/gmock",
@@ -380,6 +381,8 @@ source_set("test_support") {
"public/test/http_server_util.mm",
"public/test/js_test_util.h",
"public/test/js_test_util.mm",
+ "public/test/mock_image_data_fetcher.h",
+ "public/test/mock_image_data_fetcher.mm",
"public/test/native_controller_test_util.h",
"public/test/native_controller_test_util.mm",
"public/test/navigation_test_util.h",
@@ -478,6 +481,7 @@ test("ios_web_unittests") {
"//base/test:test_support",
"//ios/net",
"//ios/testing:ocmock_support",
+ "//ios/web/public/image_fetcher:unit_tests",
"//ios/web/test:mojo_bindings",
"//net:test_support",
"//services/service_manager/public/cpp",
« no previous file with comments | « ios/chrome/test/data/webp_transcode/test_small.webp ('k') | ios/web/public/image_fetcher/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698