Move shaderc to flutter/third_party (flutter/engine#47383)

As part of eliminating the Flutter buildroot
(https://github.com/flutter/flutter/issues/67373), we are moving all
third-party dependencies from //third_party to //flutter/third_party.

Once all third-party dependencies have been migrated, tooling and config
will be moved and the buildroot will be eliminated altogether.

No tests changed because there is no semantic change to this PR. This is
simply relocating a dependency.
This commit is contained in:
Zachary Anderson
2023-10-27 10:45:20 -07:00
committed by GitHub
parent 4c9b181ee3
commit bcfec4bcfc
6 changed files with 238 additions and 39 deletions

2
DEPS
View File

@@ -279,7 +279,7 @@ deps = {
'src/flutter/third_party/glfw':
Var('fuchsia_git') + '/third_party/glfw' + '@' + 'dd8a678a66f1967372e5a5e3deac41ebf65ee127',
'src/third_party/shaderc':
'src/flutter/third_party/shaderc':
Var('chromium_git') + '/external/github.com/google/shaderc' + '@' + '7ea834ecc59258a5c13c3d3e6fa0582bdde7c543',
'src/third_party/vulkan-deps':

View File

@@ -2,7 +2,7 @@
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
shaderc_base = "//third_party/shaderc"
shaderc_base = "//flutter/third_party/shaderc"
config("shaderc_util_config") {
include_dirs = [ "$shaderc_base/libshaderc_util/include/" ]

View File

@@ -471,6 +471,40 @@
../../../flutter/third_party/rapidjson/readme.md
../../../flutter/third_party/rapidjson/readme.zh-cn.md
../../../flutter/third_party/rapidjson/test
../../../flutter/third_party/shaderc/.clang-format
../../../flutter/third_party/shaderc/.git
../../../flutter/third_party/shaderc/.gitignore
../../../flutter/third_party/shaderc/AUTHORS
../../../flutter/third_party/shaderc/Android.mk
../../../flutter/third_party/shaderc/CHANGES
../../../flutter/third_party/shaderc/CMakeLists.txt
../../../flutter/third_party/shaderc/CONTRIBUTING.md
../../../flutter/third_party/shaderc/CONTRIBUTORS
../../../flutter/third_party/shaderc/DEPS
../../../flutter/third_party/shaderc/Dockerfile
../../../flutter/third_party/shaderc/README.md
../../../flutter/third_party/shaderc/android_test/Android.mk
../../../flutter/third_party/shaderc/android_test/jni/Android.mk
../../../flutter/third_party/shaderc/android_test/jni/Application.mk
../../../flutter/third_party/shaderc/cmake
../../../flutter/third_party/shaderc/examples
../../../flutter/third_party/shaderc/glslc/CMakeLists.txt
../../../flutter/third_party/shaderc/glslc/README.asciidoc
../../../flutter/third_party/shaderc/glslc/test
../../../flutter/third_party/shaderc/libshaderc/Android.mk
../../../flutter/third_party/shaderc/libshaderc/CMakeLists.txt
../../../flutter/third_party/shaderc/libshaderc/README.md
../../../flutter/third_party/shaderc/libshaderc_util/Android.mk
../../../flutter/third_party/shaderc/libshaderc_util/CMakeLists.txt
../../../flutter/third_party/shaderc/libshaderc_util/testdata
../../../flutter/third_party/shaderc/license-checker.cfg
../../../flutter/third_party/shaderc/third_party/Android.mk
../../../flutter/third_party/shaderc/third_party/CMakeLists.txt
../../../flutter/third_party/shaderc/third_party/LICENSE.glslang
../../../flutter/third_party/shaderc/third_party/LICENSE.spirv-tools
../../../flutter/third_party/shaderc/utils/add_copyright.py
../../../flutter/third_party/shaderc/utils/remove-file-by-suffix.py
../../../flutter/third_party/shaderc/utils/update_build_version.py
../../../flutter/third_party/spring_animation/README.md
../../../flutter/third_party/test_shaders
../../../flutter/third_party/tonic/.clang-format
@@ -2600,40 +2634,6 @@
../../../third_party/root_certificates/certdata.pem
../../../third_party/root_certificates/certdata.txt
../../../third_party/root_certificates/codereview.settings
../../../third_party/shaderc/.clang-format
../../../third_party/shaderc/.git
../../../third_party/shaderc/.gitignore
../../../third_party/shaderc/AUTHORS
../../../third_party/shaderc/Android.mk
../../../third_party/shaderc/CHANGES
../../../third_party/shaderc/CMakeLists.txt
../../../third_party/shaderc/CONTRIBUTING.md
../../../third_party/shaderc/CONTRIBUTORS
../../../third_party/shaderc/DEPS
../../../third_party/shaderc/Dockerfile
../../../third_party/shaderc/README.md
../../../third_party/shaderc/android_test/Android.mk
../../../third_party/shaderc/android_test/jni/Android.mk
../../../third_party/shaderc/android_test/jni/Application.mk
../../../third_party/shaderc/cmake
../../../third_party/shaderc/examples
../../../third_party/shaderc/glslc/CMakeLists.txt
../../../third_party/shaderc/glslc/README.asciidoc
../../../third_party/shaderc/glslc/test
../../../third_party/shaderc/libshaderc/Android.mk
../../../third_party/shaderc/libshaderc/CMakeLists.txt
../../../third_party/shaderc/libshaderc/README.md
../../../third_party/shaderc/libshaderc_util/Android.mk
../../../third_party/shaderc/libshaderc_util/CMakeLists.txt
../../../third_party/shaderc/libshaderc_util/testdata
../../../third_party/shaderc/license-checker.cfg
../../../third_party/shaderc/third_party/Android.mk
../../../third_party/shaderc/third_party/CMakeLists.txt
../../../third_party/shaderc/third_party/LICENSE.glslang
../../../third_party/shaderc/third_party/LICENSE.spirv-tools
../../../third_party/shaderc/utils/add_copyright.py
../../../third_party/shaderc/utils/remove-file-by-suffix.py
../../../third_party/shaderc/utils/update_build_version.py
../../../third_party/skia
../../../third_party/skia/.bazelrc
../../../third_party/skia/.bazelversion

View File

@@ -1,5 +1,103 @@
====================================================================================================
LIBRARY: shaderc
LIBRARY: txt
ORIGIN: ../../../flutter/third_party/shaderc/LICENSE
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/shaderc/android_test/test.cpp
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/shaderc/glslc/src/dependency_info.cc
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/shaderc/glslc/src/dependency_info.h
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/shaderc/glslc/src/file.cc
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/shaderc/glslc/src/file.h
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/shaderc/glslc/src/file_compiler.cc
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/shaderc/glslc/src/file_compiler.h
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/shaderc/glslc/src/file_includer.cc
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/shaderc/glslc/src/file_includer.h
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/shaderc/glslc/src/file_test.cc
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/shaderc/glslc/src/main.cc
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/shaderc/glslc/src/resource_parse.cc
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/shaderc/glslc/src/resource_parse.h
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/shaderc/glslc/src/resource_parse_test.cc
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/shaderc/glslc/src/shader_stage.cc
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/shaderc/glslc/src/shader_stage.h
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/shaderc/glslc/src/stage_test.cc
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/shaderc/kokoro/android-release/continuous_arm.cfg
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/shaderc/kokoro/android-release/continuous_x86.cfg
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/shaderc/kokoro/android-release/presubmit_arm.cfg
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/shaderc/kokoro/android-release/presubmit_x86.cfg
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/shaderc/kokoro/linux/continuous_clang_asan.cfg
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/shaderc/kokoro/linux/continuous_clang_debug.cfg
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/shaderc/kokoro/linux/continuous_clang_release.cfg
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/shaderc/kokoro/linux/continuous_gcc_coverage.cfg
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/shaderc/kokoro/linux/continuous_gcc_debug.cfg
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/shaderc/kokoro/linux/continuous_gcc_debug_exception.cfg
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/shaderc/kokoro/linux/continuous_gcc_release.cfg
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/shaderc/kokoro/linux/continuous_license_check.cfg
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/shaderc/kokoro/linux/continuous_mingw_release.cfg
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/shaderc/kokoro/linux/presubmit_clang_asan.cfg
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/shaderc/kokoro/linux/presubmit_clang_debug.cfg
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/shaderc/kokoro/linux/presubmit_clang_release.cfg
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/shaderc/kokoro/linux/presubmit_gcc_coverage.cfg
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/shaderc/kokoro/linux/presubmit_gcc_debug.cfg
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/shaderc/kokoro/linux/presubmit_gcc_release.cfg
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/shaderc/kokoro/linux/presubmit_license_check.cfg
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/shaderc/kokoro/macos/continuous_clang_debug.cfg
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/shaderc/kokoro/macos/continuous_clang_release.cfg
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/shaderc/kokoro/macos/presubmit_clang_debug.cfg
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/shaderc/kokoro/macos/presubmit_clang_release.cfg
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/shaderc/kokoro/ndk-build/continuous_khronos.cfg
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/shaderc/kokoro/ndk-build/presubmit_khronos.cfg
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/shaderc/kokoro/windows/continuous_debug_2017.cfg
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/shaderc/kokoro/windows/continuous_release_2015.cfg
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/shaderc/kokoro/windows/continuous_release_2017.cfg
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/shaderc/kokoro/windows/presubmit_debug_2017.cfg
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/shaderc/kokoro/windows/presubmit_release_2015.cfg
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/shaderc/kokoro/windows/presubmit_release_2017.cfg
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/shaderc/libshaderc/include/shaderc/env.h
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/shaderc/libshaderc/include/shaderc/shaderc.h
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/shaderc/libshaderc/include/shaderc/shaderc.hpp
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/shaderc/libshaderc/include/shaderc/status.h
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/shaderc/libshaderc/include/shaderc/visibility.h
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/shaderc/libshaderc/src/common_shaders_for_test.h
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/shaderc/libshaderc/src/shaderc.cc
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/shaderc/libshaderc/src/shaderc_c_smoke_test.c
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/shaderc/libshaderc/src/shaderc_cpp_test.cc
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/shaderc/libshaderc/src/shaderc_private.h
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/shaderc/libshaderc/src/shaderc_private_test.cc
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/shaderc/libshaderc/src/shaderc_test.cc
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/shaderc/libshaderc_util/include/libshaderc_util/args.h
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/shaderc/libshaderc_util/include/libshaderc_util/compiler.h
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/shaderc/libshaderc_util/include/libshaderc_util/counting_includer.h
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/shaderc/libshaderc_util/include/libshaderc_util/exceptions.h
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/shaderc/libshaderc_util/include/libshaderc_util/file_finder.h
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/shaderc/libshaderc_util/include/libshaderc_util/format.h
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/shaderc/libshaderc_util/include/libshaderc_util/io_shaderc.h
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/shaderc/libshaderc_util/include/libshaderc_util/message.h
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/shaderc/libshaderc_util/include/libshaderc_util/mutex.h
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/shaderc/libshaderc_util/include/libshaderc_util/resources.h
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/shaderc/libshaderc_util/include/libshaderc_util/resources.inc
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/shaderc/libshaderc_util/include/libshaderc_util/shader_stage.h
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/shaderc/libshaderc_util/include/libshaderc_util/spirv_tools_wrapper.h
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/shaderc/libshaderc_util/include/libshaderc_util/string_piece.h
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/shaderc/libshaderc_util/include/libshaderc_util/universal_unistd.h
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/shaderc/libshaderc_util/include/libshaderc_util/version_profile.h
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/shaderc/libshaderc_util/src/args.cc
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/shaderc/libshaderc_util/src/compiler.cc
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/shaderc/libshaderc_util/src/compiler_test.cc
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/shaderc/libshaderc_util/src/counting_includer_test.cc
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/shaderc/libshaderc_util/src/death_test.h
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/shaderc/libshaderc_util/src/file_finder.cc
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/shaderc/libshaderc_util/src/file_finder_test.cc
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/shaderc/libshaderc_util/src/format_test.cc
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/shaderc/libshaderc_util/src/io_shaderc.cc
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/shaderc/libshaderc_util/src/io_shaderc_test.cc
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/shaderc/libshaderc_util/src/message.cc
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/shaderc/libshaderc_util/src/message_test.cc
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/shaderc/libshaderc_util/src/mutex_test.cc
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/shaderc/libshaderc_util/src/resources.cc
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/shaderc/libshaderc_util/src/shader_stage.cc
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/shaderc/libshaderc_util/src/spirv_tools_wrapper.cc
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/shaderc/libshaderc_util/src/string_piece_test.cc
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/shaderc/libshaderc_util/src/version_profile.cc
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/shaderc/libshaderc_util/src/version_profile_test.cc
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/txt/benchmarks/skparagraph_benchmarks.cc
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/txt/benchmarks/txt_run_all_benchmarks.cc
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/txt/src/skia/paragraph_builder_skia.cc
@@ -37,6 +135,107 @@ ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutte
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/txt/src/txt/typeface_font_asset_provider.cc
ORIGIN: http://www.apache.org/licenses/LICENSE-2.0 referenced by ../../../flutter/third_party/txt/src/txt/typeface_font_asset_provider.h
TYPE: LicenseType.apache
FILE: ../../../flutter/third_party/shaderc/DEVELOPMENT.howto.md
FILE: ../../../flutter/third_party/shaderc/android_test/test.cpp
FILE: ../../../flutter/third_party/shaderc/downloads.md
FILE: ../../../flutter/third_party/shaderc/glslc/src/dependency_info.cc
FILE: ../../../flutter/third_party/shaderc/glslc/src/dependency_info.h
FILE: ../../../flutter/third_party/shaderc/glslc/src/file.cc
FILE: ../../../flutter/third_party/shaderc/glslc/src/file.h
FILE: ../../../flutter/third_party/shaderc/glslc/src/file_compiler.cc
FILE: ../../../flutter/third_party/shaderc/glslc/src/file_compiler.h
FILE: ../../../flutter/third_party/shaderc/glslc/src/file_includer.cc
FILE: ../../../flutter/third_party/shaderc/glslc/src/file_includer.h
FILE: ../../../flutter/third_party/shaderc/glslc/src/file_test.cc
FILE: ../../../flutter/third_party/shaderc/glslc/src/main.cc
FILE: ../../../flutter/third_party/shaderc/glslc/src/resource_parse.cc
FILE: ../../../flutter/third_party/shaderc/glslc/src/resource_parse.h
FILE: ../../../flutter/third_party/shaderc/glslc/src/resource_parse_test.cc
FILE: ../../../flutter/third_party/shaderc/glslc/src/shader_stage.cc
FILE: ../../../flutter/third_party/shaderc/glslc/src/shader_stage.h
FILE: ../../../flutter/third_party/shaderc/glslc/src/stage_test.cc
FILE: ../../../flutter/third_party/shaderc/kokoro/android-release/continuous_arm.cfg
FILE: ../../../flutter/third_party/shaderc/kokoro/android-release/continuous_x86.cfg
FILE: ../../../flutter/third_party/shaderc/kokoro/android-release/presubmit_arm.cfg
FILE: ../../../flutter/third_party/shaderc/kokoro/android-release/presubmit_x86.cfg
FILE: ../../../flutter/third_party/shaderc/kokoro/img/linux.png
FILE: ../../../flutter/third_party/shaderc/kokoro/img/macos.png
FILE: ../../../flutter/third_party/shaderc/kokoro/img/windows.png
FILE: ../../../flutter/third_party/shaderc/kokoro/linux/continuous_clang_asan.cfg
FILE: ../../../flutter/third_party/shaderc/kokoro/linux/continuous_clang_debug.cfg
FILE: ../../../flutter/third_party/shaderc/kokoro/linux/continuous_clang_release.cfg
FILE: ../../../flutter/third_party/shaderc/kokoro/linux/continuous_gcc_coverage.cfg
FILE: ../../../flutter/third_party/shaderc/kokoro/linux/continuous_gcc_debug.cfg
FILE: ../../../flutter/third_party/shaderc/kokoro/linux/continuous_gcc_debug_exception.cfg
FILE: ../../../flutter/third_party/shaderc/kokoro/linux/continuous_gcc_release.cfg
FILE: ../../../flutter/third_party/shaderc/kokoro/linux/continuous_license_check.cfg
FILE: ../../../flutter/third_party/shaderc/kokoro/linux/continuous_mingw_release.cfg
FILE: ../../../flutter/third_party/shaderc/kokoro/linux/presubmit_clang_asan.cfg
FILE: ../../../flutter/third_party/shaderc/kokoro/linux/presubmit_clang_debug.cfg
FILE: ../../../flutter/third_party/shaderc/kokoro/linux/presubmit_clang_release.cfg
FILE: ../../../flutter/third_party/shaderc/kokoro/linux/presubmit_gcc_coverage.cfg
FILE: ../../../flutter/third_party/shaderc/kokoro/linux/presubmit_gcc_debug.cfg
FILE: ../../../flutter/third_party/shaderc/kokoro/linux/presubmit_gcc_release.cfg
FILE: ../../../flutter/third_party/shaderc/kokoro/linux/presubmit_license_check.cfg
FILE: ../../../flutter/third_party/shaderc/kokoro/macos/continuous_clang_debug.cfg
FILE: ../../../flutter/third_party/shaderc/kokoro/macos/continuous_clang_release.cfg
FILE: ../../../flutter/third_party/shaderc/kokoro/macos/presubmit_clang_debug.cfg
FILE: ../../../flutter/third_party/shaderc/kokoro/macos/presubmit_clang_release.cfg
FILE: ../../../flutter/third_party/shaderc/kokoro/ndk-build/continuous_khronos.cfg
FILE: ../../../flutter/third_party/shaderc/kokoro/ndk-build/presubmit_khronos.cfg
FILE: ../../../flutter/third_party/shaderc/kokoro/windows/continuous_debug_2017.cfg
FILE: ../../../flutter/third_party/shaderc/kokoro/windows/continuous_release_2015.cfg
FILE: ../../../flutter/third_party/shaderc/kokoro/windows/continuous_release_2017.cfg
FILE: ../../../flutter/third_party/shaderc/kokoro/windows/presubmit_debug_2017.cfg
FILE: ../../../flutter/third_party/shaderc/kokoro/windows/presubmit_release_2015.cfg
FILE: ../../../flutter/third_party/shaderc/kokoro/windows/presubmit_release_2017.cfg
FILE: ../../../flutter/third_party/shaderc/libshaderc/include/shaderc/env.h
FILE: ../../../flutter/third_party/shaderc/libshaderc/include/shaderc/shaderc.h
FILE: ../../../flutter/third_party/shaderc/libshaderc/include/shaderc/shaderc.hpp
FILE: ../../../flutter/third_party/shaderc/libshaderc/include/shaderc/status.h
FILE: ../../../flutter/third_party/shaderc/libshaderc/include/shaderc/visibility.h
FILE: ../../../flutter/third_party/shaderc/libshaderc/src/common_shaders_for_test.h
FILE: ../../../flutter/third_party/shaderc/libshaderc/src/shaderc.cc
FILE: ../../../flutter/third_party/shaderc/libshaderc/src/shaderc_c_smoke_test.c
FILE: ../../../flutter/third_party/shaderc/libshaderc/src/shaderc_cpp_test.cc
FILE: ../../../flutter/third_party/shaderc/libshaderc/src/shaderc_private.h
FILE: ../../../flutter/third_party/shaderc/libshaderc/src/shaderc_private_test.cc
FILE: ../../../flutter/third_party/shaderc/libshaderc/src/shaderc_test.cc
FILE: ../../../flutter/third_party/shaderc/libshaderc_util/include/libshaderc_util/args.h
FILE: ../../../flutter/third_party/shaderc/libshaderc_util/include/libshaderc_util/compiler.h
FILE: ../../../flutter/third_party/shaderc/libshaderc_util/include/libshaderc_util/counting_includer.h
FILE: ../../../flutter/third_party/shaderc/libshaderc_util/include/libshaderc_util/exceptions.h
FILE: ../../../flutter/third_party/shaderc/libshaderc_util/include/libshaderc_util/file_finder.h
FILE: ../../../flutter/third_party/shaderc/libshaderc_util/include/libshaderc_util/format.h
FILE: ../../../flutter/third_party/shaderc/libshaderc_util/include/libshaderc_util/io_shaderc.h
FILE: ../../../flutter/third_party/shaderc/libshaderc_util/include/libshaderc_util/message.h
FILE: ../../../flutter/third_party/shaderc/libshaderc_util/include/libshaderc_util/mutex.h
FILE: ../../../flutter/third_party/shaderc/libshaderc_util/include/libshaderc_util/resources.h
FILE: ../../../flutter/third_party/shaderc/libshaderc_util/include/libshaderc_util/resources.inc
FILE: ../../../flutter/third_party/shaderc/libshaderc_util/include/libshaderc_util/shader_stage.h
FILE: ../../../flutter/third_party/shaderc/libshaderc_util/include/libshaderc_util/spirv_tools_wrapper.h
FILE: ../../../flutter/third_party/shaderc/libshaderc_util/include/libshaderc_util/string_piece.h
FILE: ../../../flutter/third_party/shaderc/libshaderc_util/include/libshaderc_util/universal_unistd.h
FILE: ../../../flutter/third_party/shaderc/libshaderc_util/include/libshaderc_util/version_profile.h
FILE: ../../../flutter/third_party/shaderc/libshaderc_util/src/args.cc
FILE: ../../../flutter/third_party/shaderc/libshaderc_util/src/compiler.cc
FILE: ../../../flutter/third_party/shaderc/libshaderc_util/src/compiler_test.cc
FILE: ../../../flutter/third_party/shaderc/libshaderc_util/src/counting_includer_test.cc
FILE: ../../../flutter/third_party/shaderc/libshaderc_util/src/death_test.h
FILE: ../../../flutter/third_party/shaderc/libshaderc_util/src/file_finder.cc
FILE: ../../../flutter/third_party/shaderc/libshaderc_util/src/file_finder_test.cc
FILE: ../../../flutter/third_party/shaderc/libshaderc_util/src/format_test.cc
FILE: ../../../flutter/third_party/shaderc/libshaderc_util/src/io_shaderc.cc
FILE: ../../../flutter/third_party/shaderc/libshaderc_util/src/io_shaderc_test.cc
FILE: ../../../flutter/third_party/shaderc/libshaderc_util/src/message.cc
FILE: ../../../flutter/third_party/shaderc/libshaderc_util/src/message_test.cc
FILE: ../../../flutter/third_party/shaderc/libshaderc_util/src/mutex_test.cc
FILE: ../../../flutter/third_party/shaderc/libshaderc_util/src/resources.cc
FILE: ../../../flutter/third_party/shaderc/libshaderc_util/src/shader_stage.cc
FILE: ../../../flutter/third_party/shaderc/libshaderc_util/src/spirv_tools_wrapper.cc
FILE: ../../../flutter/third_party/shaderc/libshaderc_util/src/string_piece_test.cc
FILE: ../../../flutter/third_party/shaderc/libshaderc_util/src/version_profile.cc
FILE: ../../../flutter/third_party/shaderc/libshaderc_util/src/version_profile_test.cc
FILE: ../../../flutter/third_party/txt/benchmarks/skparagraph_benchmarks.cc
FILE: ../../../flutter/third_party/txt/benchmarks/txt_run_all_benchmarks.cc
FILE: ../../../flutter/third_party/txt/src/skia/paragraph_builder_skia.cc

View File

@@ -1,2 +1,2 @@
Signature: 126031993535612b0d5b22f7793aa786
Signature: 76aa84b48aae1e3de7035b0a390a1614

View File

@@ -36,6 +36,8 @@ final Set<String> skippedPaths = <String>{
r'flutter/third_party/ninja', // build system
r'flutter/third_party/rapidjson/contrib', // contains nothing that ends up in the binary executable
r'flutter/third_party/rapidjson/doc', // documentation
r'flutter/third_party/shaderc/third_party/LICENSE.glslang', // unclear what the purpose of this file is
r'flutter/third_party/shaderc/third_party/LICENSE.spirv-tools', // unclear what the purpose of this file is
r'flutter/third_party/test_shaders', // for tests only
r'flutter/third_party/txt/third_party/fonts',
r'flutter/tools',
@@ -164,8 +166,6 @@ final Set<String> skippedPaths = <String>{
r'third_party/pyyaml', // build-time dependency only
r'third_party/root_certificates/certdata.pem',
r'third_party/root_certificates/certdata.txt',
r'third_party/shaderc/third_party/LICENSE.glslang', // unclear what the purpose of this file is
r'third_party/shaderc/third_party/LICENSE.spirv-tools', // unclear what the purpose of this file is
r'third_party/skia/bazel', // contains nothing that ends up in the binary executable
r'third_party/skia/bench',
r'third_party/skia/demos.skia.org',