mirror of https://github.com/nodejs/node.git
9 lines
225 B
Plaintext
9 lines
225 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.)
|
||
|
|
||
|
deps = {
|
||
|
"scons":
|
||
|
"http://src.chromium.org/svn/trunk/src/third_party/scons@44099",
|
||
|
}
|