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

Unified Diff: BUILD.gn

Issue 2257903002: GN: make libjpeg_turbo target Chrome-compatible (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 4 years, 4 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 | « no previous file | third_party/libjpeg_turbo/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: BUILD.gn
diff --git a/BUILD.gn b/BUILD.gn
index 1c1cfec26e7a548f08832cd4c63312b7e195fd75..b95abc9076805921149b75d7705379c900524e65 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -190,7 +190,7 @@ component("skia") {
deps = [
"//third_party/expat",
"//third_party/giflib",
- "//third_party/libjpeg_turbo",
+ "//third_party/libjpeg_turbo:libjpeg",
"//third_party/libpng",
"//third_party/libwebp",
"//third_party/sfntly",
« no previous file with comments | « no previous file | third_party/libjpeg_turbo/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698