commit | 7a1f45f9e584fef625e764bd5d180a9c4943dcd5 | [log] [tgz] |
---|---|---|
author | mtklein <mtklein@chromium.org> | Thu Aug 04 06:19:33 2016 -0700 |
committer | Commit bot <commit-bot@chromium.org> | Thu Aug 04 06:19:33 2016 -0700 |
tree | 12108cbf1cc8553d97ebbf5241262e4195906b58 | |
parent | aa6a80526ff4187b596f78564174b3df10d93c7e [diff] [blame] |
spin off easy stuff from Herb's windows GN CL BUG=skia: GOLD_TRYBOT_URL= https://gold.skia.org/search?issue=2209533004 No public API changes. TBR=reed@google.com Review-Url: https://codereview.chromium.org/2209533004
diff --git a/third_party/libjpeg_turbo/BUILD.gn b/third_party/libjpeg_turbo/BUILD.gn index 7266412..46d9251 100644 --- a/third_party/libjpeg_turbo/BUILD.gn +++ b/third_party/libjpeg_turbo/BUILD.gn
@@ -11,6 +11,8 @@ third_party("libjpeg_turbo") { public_include_dirs = [ "../externals/libjpeg-turbo" ] + defines = [ "TURBO_FOR_WINDOWS" ] + sources = [ "../externals/libjpeg-turbo/jcapimin.c", "../externals/libjpeg-turbo/jcapistd.c",