| epoger@google.com | cc9cf9a | 2011-06-13 18:08:41 +0000 | [diff] [blame^] | 1 | # Dependencies on outside packages, as needed for developers/bots that use |
| 2 | # "gclient" instead of raw SVN access. | ||||
| 3 | # | ||||
| 4 | # For now, this must be maintained in parallel with "SVN externals" | ||||
| 5 | # dependencies for developers who use raw SVN instead of "gclient". | ||||
| 6 | # See third_party/externals/README | ||||
| 7 | |||||
| 8 | use_relative_paths = True | ||||
| 9 | deps = { | ||||
| 10 | "third_party/externals/gyp" : "http://gyp.googlecode.com/svn/trunk@930", | ||||
| 11 | } | ||||