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

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

Issue 2852003003: Fix missing headers in libwebp (Closed)
Patch Set: rename 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
« no previous file with comments | « .gn ('k') | third_party/libwebp/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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..99ab37a4171762927da8dde3b9c7ac2d9f1fec1d 100644
--- a/components/image_fetcher/ios/BUILD.gn
+++ b/components/image_fetcher/ios/BUILD.gn
@@ -17,6 +17,7 @@ source_set("ios") {
"//ios/web",
"//net",
"//third_party/libwebp:libwebp_dec",
+ "//third_party/libwebp:libwebp_webp",
"//ui/gfx",
]
configs += [ "//build/config/compiler:enable_arc" ]
« no previous file with comments | « .gn ('k') | third_party/libwebp/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698