node/tools/gyp/DEPS

24 строки
510 B
Plaintext
Исходник Обычный вид История

# DEPS file for gclient use in buildbot execution of gyp tests.
#
# (You don't need to use gclient for normal GYP development work.)
2011-10-19 01:38:48 +04:00
vars = {
"chromium_git": "https://chromium.googlesource.com/",
2011-10-19 01:38:48 +04:00
}
deps = {
2011-10-19 01:38:48 +04:00
}
deps_os = {
"win": {
"third_party/cygwin":
Var("chromium_git") + "chromium/deps/cygwin@4fbd5b9",
2011-10-19 01:38:48 +04:00
"third_party/python_26":
Var("chromium_git") + "chromium/deps/python_26@5bb4080",
2012-07-03 22:56:06 +04:00
"src/third_party/pefile":
Var("chromium_git") + "external/pefile@72c6ae4",
2011-10-19 01:38:48 +04:00
},
}