2011-08-06 02:03:30 +04:00
|
|
|
# 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 = {
|
2017-03-15 01:12:22 +03:00
|
|
|
"chromium_git": "https://chromium.googlesource.com/",
|
2011-10-19 01:38:48 +04:00
|
|
|
}
|
|
|
|
|
2011-08-06 02:03:30 +04:00
|
|
|
deps = {
|
2011-10-19 01:38:48 +04:00
|
|
|
}
|
|
|
|
|
|
|
|
deps_os = {
|
|
|
|
"win": {
|
|
|
|
"third_party/cygwin":
|
2017-03-15 01:12:22 +03:00
|
|
|
Var("chromium_git") + "chromium/deps/cygwin@4fbd5b9",
|
2011-10-19 01:38:48 +04:00
|
|
|
|
|
|
|
"third_party/python_26":
|
2017-03-15 01:12:22 +03:00
|
|
|
Var("chromium_git") + "chromium/deps/python_26@5bb4080",
|
2012-07-03 22:56:06 +04:00
|
|
|
|
|
|
|
"src/third_party/pefile":
|
2017-03-15 01:12:22 +03:00
|
|
|
Var("chromium_git") + "external/pefile@72c6ae4",
|
2011-10-19 01:38:48 +04:00
|
|
|
},
|
2011-08-06 02:03:30 +04:00
|
|
|
}
|