Add shaderc to DEPS to roll in script

Also adds in forwarding commandline args.

BUG=chromium:979206

Change-Id: I29f7de40d88e71edae6b9f324ce502193263afbb
Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/8400
Commit-Queue: Corentin Wallez <cwallez@chromium.org>
Reviewed-by: Corentin Wallez <cwallez@chromium.org>
This commit is contained in:
Ryan Harrison 2019-06-27 15:35:14 +00:00 committed by Commit Bot service account
parent 293ea7746d
commit eee3e41c55
1 changed files with 2 additions and 1 deletions

View File

@ -23,10 +23,11 @@
repo_path=$(dirname "$0")/.. repo_path=$(dirname "$0")/..
glslang_dir="third_party/glslang/" glslang_dir="third_party/glslang/"
shaderc_dir="third_party/shaderc/"
spirv_cross_dir="third_party/spirv-cross/" spirv_cross_dir="third_party/spirv-cross/"
spirv_headers_dir="third_party/spirv-headers/" spirv_headers_dir="third_party/spirv-headers/"
spirv_tools_dir="third_party/SPIRV-Tools/" spirv_tools_dir="third_party/SPIRV-Tools/"
cd "$repo_path" cd "$repo_path"
roll-dep "${glslang_dir}" "${spirv_cross_dir}" "${spirv_headers_dir}" "${spirv_tools_dir}" roll-dep "$@" "${glslang_dir}" "${shaderc_dir}" "${spirv_cross_dir}" "${spirv_headers_dir}" "${spirv_tools_dir}"