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

Unified Diff: gyp/libpng.gyp

Issue 2033063003: Check libpng directly into third_party/ (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Trim more files Created 4 years, 7 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 | « cmake/CMakeLists.txt ('k') | public.bzl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gyp/libpng.gyp
diff --git a/gyp/libpng.gyp b/gyp/libpng.gyp
index 6cd6a048abac7567fedc1f52a0e016c44fc891db..0821db81942f22f9413b2ad430e7bba6354d9e01 100644
--- a/gyp/libpng.gyp
+++ b/gyp/libpng.gyp
@@ -26,9 +26,7 @@
'type': 'static_library',
'standalone_static_library': 1,
'include_dirs': [
- # Needed for generated pnglibconf.h and pngprefix.h
'../third_party/libpng',
- '../third_party/externals/libpng',
],
'dependencies': [
'zlib.gyp:zlib',
@@ -38,8 +36,6 @@
],
'direct_dependent_settings': {
'include_dirs': [
- '../third_party/externals/libpng',
- # Needed for generated pnglibconf.h and pngprefix.h
'../third_party/libpng',
],
},
@@ -48,21 +44,21 @@
'-fvisibility=hidden',
],
'sources': [
- '../third_party/externals/libpng/png.c',
- '../third_party/externals/libpng/pngerror.c',
- '../third_party/externals/libpng/pngget.c',
- '../third_party/externals/libpng/pngmem.c',
- '../third_party/externals/libpng/pngpread.c',
- '../third_party/externals/libpng/pngread.c',
- '../third_party/externals/libpng/pngrio.c',
- '../third_party/externals/libpng/pngrtran.c',
- '../third_party/externals/libpng/pngrutil.c',
- '../third_party/externals/libpng/pngset.c',
- '../third_party/externals/libpng/pngtrans.c',
- '../third_party/externals/libpng/pngwio.c',
- '../third_party/externals/libpng/pngwrite.c',
- '../third_party/externals/libpng/pngwtran.c',
- '../third_party/externals/libpng/pngwutil.c',
+ '../third_party/libpng/png.c',
+ '../third_party/libpng/pngerror.c',
+ '../third_party/libpng/pngget.c',
+ '../third_party/libpng/pngmem.c',
+ '../third_party/libpng/pngpread.c',
+ '../third_party/libpng/pngread.c',
+ '../third_party/libpng/pngrio.c',
+ '../third_party/libpng/pngrtran.c',
+ '../third_party/libpng/pngrutil.c',
+ '../third_party/libpng/pngset.c',
+ '../third_party/libpng/pngtrans.c',
+ '../third_party/libpng/pngwio.c',
+ '../third_party/libpng/pngwrite.c',
+ '../third_party/libpng/pngwtran.c',
+ '../third_party/libpng/pngwutil.c',
],
'conditions': [
[ '"x86" in skia_arch_type', {
@@ -70,8 +66,8 @@
'PNG_INTEL_SSE_OPT=1',
],
'sources': [
- '../third_party/externals/libpng/contrib/intel/intel_init.c',
- '../third_party/externals/libpng/contrib/intel/filter_sse2_intrinsics.c',
+ '../third_party/libpng/contrib/intel/intel_init.c',
+ '../third_party/libpng/contrib/intel/filter_sse2_intrinsics.c',
],
}],
[ '(("arm64" == skia_arch_type) or \
@@ -82,8 +78,8 @@
'PNG_ARM_NEON_IMPLEMENTATION=1',
],
'sources': [
- '../third_party/externals/libpng/arm/arm_init.c',
- '../third_party/externals/libpng/arm/filter_neon_intrinsics.c',
+ '../third_party/libpng/arm/arm_init.c',
+ '../third_party/libpng/arm/filter_neon_intrinsics.c',
],
}],
[ '"ios" == skia_os', {
« no previous file with comments | « cmake/CMakeLists.txt ('k') | public.bzl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698