epoger@google.com | 0045edd | 2011-06-16 18:19:46 +0000 | [diff] [blame] | 1 | use_relative_paths = True |
| 2 | |
epoger@google.com | cc9cf9a | 2011-06-13 18:08:41 +0000 | [diff] [blame] | 3 | # Dependencies on outside packages, as needed for developers/bots that use |
| 4 | # "gclient" instead of raw SVN access. |
| 5 | # |
| 6 | # For now, this must be maintained in parallel with "SVN externals" |
| 7 | # dependencies for developers who use raw SVN instead of "gclient". |
| 8 | # See third_party/externals/README |
epoger@google.com | 0045edd | 2011-06-16 18:19:46 +0000 | [diff] [blame] | 9 | # |
epoger@google.com | cc9cf9a | 2011-06-13 18:08:41 +0000 | [diff] [blame] | 10 | deps = { |
borenet@google.com | e33073b | 2012-09-13 14:53:15 +0000 | [diff] [blame] | 11 | "third_party/externals/angle" : "http://angleproject.googlecode.com/svn/trunk@1268", |
epoger@google.com | 0bba6bd | 2012-12-07 15:12:01 +0000 | [diff] [blame] | 12 | "third_party/externals/cityhash" : "http://cityhash.googlecode.com/svn/trunk@11", |
borenet@google.com | 7158e6a | 2012-11-01 17:43:44 +0000 | [diff] [blame] | 13 | "third_party/externals/freetype" : "https://android.googlesource.com/platform/external/freetype.git", |
borenet@google.com | efb1d77 | 2012-10-10 19:45:51 +0000 | [diff] [blame] | 14 | "third_party/externals/gyp" : "http://gyp.googlecode.com/svn/trunk@1517", |
epoger@google.com | bb2d36d | 2012-03-07 17:15:54 +0000 | [diff] [blame] | 15 | "third_party/externals/libjpeg" : "http://src.chromium.org/svn/trunk/src/third_party/libjpeg@125399", |
djsollen@google.com | aba0e3b | 2012-06-13 18:21:47 +0000 | [diff] [blame] | 16 | "third_party/externals/jsoncpp" : "http://src.chromium.org/svn/trunk/src/third_party/jsoncpp@125399", |
epoger@google.com | 11b0ddd | 2012-10-30 16:25:17 +0000 | [diff] [blame] | 17 | "third_party/externals/jsoncpp/source/include" : "http://jsoncpp.svn.sourceforge.net/svnroot/jsoncpp/trunk/jsoncpp/include@248", |
| 18 | "third_party/externals/jsoncpp/source/src/lib_json" : "http://jsoncpp.svn.sourceforge.net/svnroot/jsoncpp/trunk/jsoncpp/src/lib_json@248", |
epoger@google.com | cc9cf9a | 2011-06-13 18:08:41 +0000 | [diff] [blame] | 19 | } |
epoger@google.com | 0045edd | 2011-06-16 18:19:46 +0000 | [diff] [blame] | 20 | |
epoger@google.com | 3cbd375 | 2011-06-16 18:24:11 +0000 | [diff] [blame] | 21 | #hooks = [ |
| 22 | # { |
| 23 | # # A change to a .gyp, .gypi, or to GYP itself should run the generator. |
| 24 | # "pattern": ".", |
| 25 | # "action": ["python", "trunk/gyp_skia"], |
| 26 | # }, |
| 27 | #] |