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

Unified Diff: third_party/libjpeg_turbo/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 | « BUILD.gn ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/libjpeg_turbo/BUILD.gn
diff --git a/third_party/libjpeg_turbo/BUILD.gn b/third_party/libjpeg_turbo/BUILD.gn
index 46d925193ef5696537b9a57ba794d86cfcb1dcd7..95a381b8e69465c25368c2acb00188b9a32a22c3 100644
--- a/third_party/libjpeg_turbo/BUILD.gn
+++ b/third_party/libjpeg_turbo/BUILD.gn
@@ -8,7 +8,7 @@ declare_args() {
import("../third_party.gni")
-third_party("libjpeg_turbo") {
+third_party("libjpeg") {
public_include_dirs = [ "../externals/libjpeg-turbo" ]
defines = [ "TURBO_FOR_WINDOWS" ]
« no previous file with comments | « BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698