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", |
borenet@google.com | 7158e6a | 2012-11-01 17:43:44 +0000 | [diff] [blame] | 12 | "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] | 13 | "third_party/externals/gyp" : "http://gyp.googlecode.com/svn/trunk@1563", |
epoger@google.com | bb2d36d | 2012-03-07 17:15:54 +0000 | [diff] [blame] | 14 | "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] | 15 | "third_party/externals/jsoncpp" : "http://jsoncpp.svn.sourceforge.net/svnroot/jsoncpp/trunk/jsoncpp@248", |
| 16 | "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] | 17 | "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] | 18 | } |
epoger@google.com | 0045edd | 2011-06-16 18:19:46 +0000 | [diff] [blame] | 19 | |
djsollen@google.com | 4b32101 | 2013-05-02 12:27:21 +0000 | [diff] [blame] | 20 | deps_os = { |
| 21 | "android": { |
| 22 | "platform_tools/android/third_party/externals/expat" : "https://android.googlesource.com/platform/external/expat.git", |
| 23 | "platform_tools/android/third_party/externals/gif" : "https://android.googlesource.com/platform/external/giflib.git", |
| 24 | "platform_tools/android/third_party/externals/png" : "https://android.googlesource.com/platform/external/libpng.git", |
| 25 | "platform_tools/android/third_party/externals/jpeg" : "https://android.googlesource.com/platform/external/jpeg.git", |
| 26 | }, |
| 27 | } |
| 28 | |
epoger@google.com | 3cbd375 | 2011-06-16 18:24:11 +0000 | [diff] [blame] | 29 | #hooks = [ |
| 30 | # { |
| 31 | # # A change to a .gyp, .gypi, or to GYP itself should run the generator. |
| 32 | # "pattern": ".", |
| 33 | # "action": ["python", "trunk/gyp_skia"], |
| 34 | # }, |
| 35 | #] |