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", |
bungeman@google.com | 8e4adb0 | 2013-01-18 21:20:16 +0000 | [diff] [blame] | 14 | "third_party/externals/gyp" : "http://gyp.googlecode.com/svn/trunk@1563", |
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", |
epoger@google.com | 5a5e29e | 2013-01-15 17:16:51 +0000 | [diff] [blame] | 16 | "third_party/externals/jsoncpp" : "http://jsoncpp.svn.sourceforge.net/svnroot/jsoncpp/trunk/jsoncpp@248", |
| 17 | "third_party/externals/jsoncpp-chromium" : "http://src.chromium.org/svn/trunk/src/third_party/jsoncpp@125399", |
commit-bot@chromium.org | a936e37 | 2013-03-14 14:42:18 +0000 | [diff] [blame^] | 18 | "third_party/externals/libwebp" : "http://src.chromium.org/svn/trunk/src/third_party/libwebp@186718", |
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 | #] |