mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-28 03:17:31 +09:00
13 lines
347 B
Text
13 lines
347 B
Text
|
|
# 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'),
|
||
|
|
}
|