2011-06-13 18:08:41 +00:00
|
|
|
# Dependencies on outside packages, as needed for developers/bots that use
|
|
|
|
# "gclient" instead of raw SVN access.
|
|
|
|
#
|
|
|
|
# For now, this must be maintained in parallel with "SVN externals"
|
|
|
|
# dependencies for developers who use raw SVN instead of "gclient".
|
|
|
|
# See third_party/externals/README
|
|
|
|
|
|
|
|
use_relative_paths = True
|
|
|
|
deps = {
|
2011-06-13 18:45:15 +00:00
|
|
|
"third_party/externals/gyp" : "http://gyp.googlecode.com/svn/trunk@907",
|
2011-06-13 18:08:41 +00:00
|
|
|
}
|