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

Unified Diff: components/image_fetcher/ios/BUILD.gn

Issue 2852003003: Fix missing headers in libwebp (Closed)
Patch Set: fix ios another way Created 3 years, 8 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
Index: components/image_fetcher/ios/BUILD.gn
diff --git a/components/image_fetcher/ios/BUILD.gn b/components/image_fetcher/ios/BUILD.gn
index 9ad5c7edc702b23ee3480a840ee69176ad905d54..2e9479d3bae6f077950fe85d258a44f651c0feed 100644
--- a/components/image_fetcher/ios/BUILD.gn
+++ b/components/image_fetcher/ios/BUILD.gn
@@ -16,7 +16,7 @@ source_set("ios") {
"//components/image_fetcher/core",
"//ios/web",
"//net",
- "//third_party/libwebp:libwebp_dec",
+ "//third_party/libwebp:libwebp_headers",
"//ui/gfx",
]
configs += [ "//build/config/compiler:enable_arc" ]
« no previous file with comments | « .gn ('k') | third_party/libwebp/BUILD.gn » ('j') | third_party/libwebp/BUILD.gn » ('J')

Powered by Google App Engine
This is Rietveld 408576698