mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-28 03:17:31 +09:00
Updated to version 1861, git revision 88b050f337cc0ca2a51800fe7bf4737222c87344 from https://chromium.googlesource.com/libyuv/libyuv/
13 lines
347 B
Text
13 lines
347 B
Text
# DEPS file for unit tests.
|
|
|
|
vars = {
|
|
'chromium_git': 'https://chromium.googlesource.com',
|
|
|
|
# This is and older revision than DEPS.chromium.new file.
|
|
'buildtools_revision': '64e38f0cebdde27aa0cfb405f330063582f9ac76',
|
|
}
|
|
|
|
deps = {
|
|
'src/buildtools':
|
|
Var('chromium_git') + '/chromium/buildtools.git' + '@' + Var('buildtools_revision'),
|
|
}
|