Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/KhronosGroup/SPIRV-Tools.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/utils
diff options
context:
space:
mode:
authorRyan Harrison <rharrison@google.com>2020-07-23 23:40:05 +0300
committerGitHub <noreply@github.com>2020-07-23 23:40:05 +0300
commit969f0286479b89267b6c89f6d5223285c265e6ae (patch)
tree0c963c63f42bf9bf0cd005698f5e608e54dcc9ea /utils
parent1aaf5c6134b67cdf3f4eb1fdf8705ef08b4e125d (diff)
Change DEPS rolling script to point at external/ (#3584)
Diffstat (limited to 'utils')
-rwxr-xr-xutils/roll_deps.sh8
1 files changed, 4 insertions, 4 deletions
diff --git a/utils/roll_deps.sh b/utils/roll_deps.sh
index d5c547fe0..7ecfdd3b3 100755
--- a/utils/roll_deps.sh
+++ b/utils/roll_deps.sh
@@ -17,13 +17,13 @@
#
# Depends on roll-dep from depot_path being in PATH.
-effcee_dir="third_party/effcee/"
+effcee_dir="external/effcee/"
effcee_trunk="origin/main"
-googletest_dir="third_party/googletest/"
+googletest_dir="external/googletest/"
googletest_trunk="origin/master"
-re2_dir="third_party/re2/"
+re2_dir="external/re2/"
re2_trunk="origin/master"
-spirv_headers_dir="third_party/spirv-headers/"
+spirv_headers_dir="external/spirv-headers/"
spirv_headers_trunk="origin/master"
# This script assumes it's parent directory is the repo root.