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

Unified Diff: skia/BUILD.gn

Issue 2777683002: Move JPEGImageDecoder to SkCodec
Patch Set: Use shared SegmentStream Created 3 years, 9 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/WebKit/Source/platform/image-decoders/jpeg/JPEGImageDecoder.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: skia/BUILD.gn
diff --git a/skia/BUILD.gn b/skia/BUILD.gn
index cea616882962618a4bfaff1d1ec2f4d2dd586f25..3297cd16c1e8d0a8a722a0ae93ca1b210988619b 100644
--- a/skia/BUILD.gn
+++ b/skia/BUILD.gn
@@ -107,6 +107,7 @@ config("skia_library_config") {
"//third_party/skia/src/utils",
"//third_party/skia/src/lazy",
"//third_party/skia/third_party/gif",
+ "//third_party/skia/third_partylibjpeg-turbo",
]
if (is_mac || is_ios) {
include_dirs += [ "//third_party/skia/include/utils/mac" ]
« no previous file with comments | « no previous file | third_party/WebKit/Source/platform/image-decoders/jpeg/JPEGImageDecoder.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698