aboutsummaryrefslogtreecommitdiff
path: root/tools_libyuv/autoroller/unittests/testdata/DEPS.chromium.new
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2024-04-18 22:13:46 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2024-04-18 22:13:46 +0000
commit30c00556ad8a5c6b6719589948bfda4e9f324b8d (patch)
tree7aa355fd0b89ec0b2611e17ee84a14c6fa449e22 /tools_libyuv/autoroller/unittests/testdata/DEPS.chromium.new
parent8e521e2ea589b4cafb788330f83037a0413f200a (diff)
parentf635a4c50514783b67549770dee0c53c9fa0c773 (diff)
downloadlibyuv-30c00556ad8a5c6b6719589948bfda4e9f324b8d.tar.gz
Merge "Snap for 11735041 from 488a2af021e3e7473f083a9435b1472c0d411f3d to androidx-core-animation-release" into androidx-core-animation-releaseandroidx-core-animation-release
Diffstat (limited to 'tools_libyuv/autoroller/unittests/testdata/DEPS.chromium.new')
-rw-r--r--tools_libyuv/autoroller/unittests/testdata/DEPS.chromium.new13
1 files changed, 13 insertions, 0 deletions
diff --git a/tools_libyuv/autoroller/unittests/testdata/DEPS.chromium.new b/tools_libyuv/autoroller/unittests/testdata/DEPS.chromium.new
new file mode 100644
index 00000000..d53083ce
--- /dev/null
+++ b/tools_libyuv/autoroller/unittests/testdata/DEPS.chromium.new
@@ -0,0 +1,13 @@
+# DEPS file for unit tests.
+
+vars = {
+ 'chromium_git': 'https://chromium.googlesource.com',
+
+ # This is updated compared to the DEPS.chromium.old file.
+ 'buildtools_revision': '55ad626b08ef971fd82a62b7abb325359542952b',
+}
+
+deps = {
+ 'src/buildtools':
+ Var('chromium_git') + '/chromium/buildtools.git' + '@' + Var('buildtools_revision'),
+}