node/tools/gyp/DEPS

25 lines
566 B
Plaintext
Raw Normal View History

# 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 05:38:48 +08:00
vars = {
"chrome_trunk": "http://src.chromium.org/svn/trunk",
2012-07-04 02:56:06 +08:00
"googlecode_url": "http://%s.googlecode.com/svn",
2011-10-19 05:38:48 +08:00
}
deps = {
2011-10-19 05:38:48 +08:00
}
deps_os = {
"win": {
"third_party/cygwin":
Var("chrome_trunk") + "/deps/third_party/cygwin@66844",
"third_party/python_26":
Var("chrome_trunk") + "/tools/third_party/python_26@89111",
2012-07-04 02:56:06 +08:00
"src/third_party/pefile":
(Var("googlecode_url") % "pefile") + "/trunk@63",
2011-10-19 05:38:48 +08:00
},
}