Commit cc8e2738 by Frank Henigman Committed by Commit Bot

Move libpng into src subdirectory.

DEPS libpng into third_party/libpng/src, instead if third_party/libpng. Then we'll be able to put its BUILD.gn into third_party/libpng instead of the more distant build/secondary/... location. BUG=angleproject:1569 Change-Id: I12b1c51d65682cba3954c26f1bd3f7491ac31b01 Reviewed-on: https://chromium-review.googlesource.com/722176 Commit-Queue: Jamie Madill <jmadill@chromium.org> Reviewed-by: 's avatarJamie Madill <jmadill@chromium.org>
parent 15de9262
...@@ -27,7 +27,7 @@ ...@@ -27,7 +27,7 @@
/third_party/glslang-angle/src /third_party/glslang-angle/src
/third_party/googletest/src /third_party/googletest/src
/third_party/gyp /third_party/gyp
/third_party/libpng /third_party/libpng/src
/third_party/spirv-headers/src /third_party/spirv-headers/src
/third_party/spirv-tools-angle/src /third_party/spirv-tools-angle/src
/third_party/vulkan-validation-layers/src /third_party/vulkan-validation-layers/src
......
...@@ -24,7 +24,7 @@ deps = { ...@@ -24,7 +24,7 @@ deps = {
'third_party/gyp': 'third_party/gyp':
Var('chromium_git') + '/external/gyp' + '@' + 'c6f471687407bf28ddfc63f1a8f47aeb7bf54edc', Var('chromium_git') + '/external/gyp' + '@' + 'c6f471687407bf28ddfc63f1a8f47aeb7bf54edc',
'third_party/libpng': 'third_party/libpng/src':
Var('android_git') + '/platform/external/libpng' + '@' + '094e181e79a3d6c23fd005679025058b7df1ad6c', Var('android_git') + '/platform/external/libpng' + '@' + '094e181e79a3d6c23fd005679025058b7df1ad6c',
'third_party/spirv-headers/src': 'third_party/spirv-headers/src':
......
...@@ -17,7 +17,7 @@ ...@@ -17,7 +17,7 @@
'angle_build_winrt%': '<(angle_build_winrt)', 'angle_build_winrt%': '<(angle_build_winrt)',
'deqp_path': '<(DEPTH)/third_party/deqp/src', 'deqp_path': '<(DEPTH)/third_party/deqp/src',
'libpng_path': '<(DEPTH)/third_party/libpng', 'libpng_path': '<(DEPTH)/third_party/libpng/src',
'zlib_path': '<(DEPTH)/third_party/zlib', 'zlib_path': '<(DEPTH)/third_party/zlib',
'angle_build_deqp_libraries%' : 0, 'angle_build_deqp_libraries%' : 0,
......
Name: libpng
URL: http://libpng.org/
Version: 1.6.22
Security Critical: yes
License: libpng license
License Android Compatible: yes
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment