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

Unified Diff: ios/web/BUILD.gn

Issue 2699633006: Move WebpDecoder from ios/web to components/image_fetcher (Closed)
Patch Set: Separate header 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/chrome/test/BUILD.gn ('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 5a84a02fca620aa990328f66bd9b8b08543fe557..8b6883c0818f868c2d6d94d09a79f00af7473108 100644
--- a/ios/web/BUILD.gn
+++ b/ios/web/BUILD.gn
@@ -263,7 +263,6 @@ source_set("web") {
"//components/url_formatter",
"//ios/net",
"//ios/third_party/blink:html_tokenizer",
- "//ios/web/public/image_fetcher",
"//mojo/public/cpp/system",
"//mojo/public/js",
"//net",
@@ -380,7 +379,6 @@ 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",
@@ -511,7 +509,6 @@ test("ios_web_unittests") {
"//components/url_formatter",
"//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/BUILD.gn ('k') | ios/web/public/image_fetcher/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698