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

Unified Diff: public.bzl

Issue 1687863003: Make SkJpegCodec compatible with libjpeg (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Fix gyp Created 4 years, 10 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 | « gyp/codec.gyp ('k') | src/codec/SkCodec.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: public.bzl
diff --git a/public.bzl b/public.bzl
index 0b2fbae9007ed6f2bfb6d9b1b8f7901cabaa36ae..32cb2de7864dfa04ba30db38dff496976b794648 100644
--- a/public.bzl
+++ b/public.bzl
@@ -129,7 +129,6 @@ BASE_SRCS_UNIX = struct(
"src/ports/**/*.h",
],
exclude = [
- "src/codec/SkJpegCodec.cpp", # libjpeg_turbo version mismatch.
"src/opts/*arm*",
"src/opts/*mips*",
"src/opts/*NEON*",
@@ -178,7 +177,6 @@ BASE_SRCS_ANDROID = struct(
"src/ports/**/*.h",
],
exclude = [
- "src/codec/SkJpegCodec.cpp", # libjpeg_turbo version mismatch.
"src/opts/*mips*",
"src/opts/*SSE2*",
"src/opts/*SSSE3*",
@@ -477,6 +475,7 @@ COPTS_ALL = []
################################################################################
DEFINES_UNIX = [
+ "PNG_SKIP_SETJMP_CHECK",
"SK_BUILD_FOR_UNIX",
"SK_SAMPLES_FOR_X",
"SK_SFNTLY_SUBSETTER",
« no previous file with comments | « gyp/codec.gyp ('k') | src/codec/SkCodec.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698