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

Unified Diff: platform_tools/android/gyp/dependencies.gypi

Issue 1298223002: Revert of Update skia to test with libpng to 1.6.10 (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 5 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 | « DEPS ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: platform_tools/android/gyp/dependencies.gypi
diff --git a/platform_tools/android/gyp/dependencies.gypi b/platform_tools/android/gyp/dependencies.gypi
index 3e2a982e5249e2505f1c46f9ba52d01fd48d8996..f6298c1558da8ca283db47384a902829b24f764a 100644
--- a/platform_tools/android/gyp/dependencies.gypi
+++ b/platform_tools/android/gyp/dependencies.gypi
@@ -94,6 +94,7 @@
'sources': [
'../third_party/externals/png/png.c',
'../third_party/externals/png/pngerror.c',
+ '../third_party/externals/png/pnggccrd.c',
'../third_party/externals/png/pngget.c',
'../third_party/externals/png/pngmem.c',
'../third_party/externals/png/pngpread.c',
@@ -103,27 +104,12 @@
'../third_party/externals/png/pngrutil.c',
'../third_party/externals/png/pngset.c',
'../third_party/externals/png/pngtrans.c',
+ '../third_party/externals/png/pngvcrd.c',
'../third_party/externals/png/pngwio.c',
'../third_party/externals/png/pngwrite.c',
'../third_party/externals/png/pngwtran.c',
'../third_party/externals/png/pngwutil.c',
],
- # TODO (msarett): Enable testing of Arm NEON opts.
- # Currently we cannot compile because there is a namespace conflict with
- # skia/third_party/externals/libpng.
- #'conditions': [
- # [ '("arm" in skia_arch_type) and (arm_version >= 7) and \
- # (arm_neon == 1 or arm_neon_optional == 1)', {
- # 'sources': [
- # '../third_party/externals/png/arm/arm_init.c',
- # '../third_party/externals/png/arm/filter_neon.S',
- # '../third_party/externals/png/arm/filter_neon_intrinsics.c',
- # ],
- # 'cflags': [
- # '-DPNG_ARM_NEON_OPT=2',
- # ],
- # }],
- #],
'include_dirs': [
'../third_party/externals/png',
],
« no previous file with comments | « DEPS ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698