First Commit
This commit is contained in:
13
externals/libyuv/tools_libyuv/autoroller/unittests/testdata/DEPS.chromium.new
vendored
Normal file
13
externals/libyuv/tools_libyuv/autoroller/unittests/testdata/DEPS.chromium.new
vendored
Normal file
@@ -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'),
|
||||
}
|
||||
Reference in New Issue
Block a user