blob: 4a26a469d558061c90071b83975f94497d9d968f [file] [log] [blame]
epoger@google.com0045edd2011-06-16 18:19:46 +00001use_relative_paths = True
2
epoger@google.comcc9cf9a2011-06-13 18:08:41 +00003# 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.com0045edd2011-06-16 18:19:46 +00009#
epoger@google.comcc9cf9a2011-06-13 18:08:41 +000010deps = {
borenet@google.come33073b2012-09-13 14:53:15 +000011 "third_party/externals/angle" : "http://angleproject.googlecode.com/svn/trunk@1268",
epoger@google.com0bba6bd2012-12-07 15:12:01 +000012 "third_party/externals/cityhash" : "http://cityhash.googlecode.com/svn/trunk@11",
borenet@google.com7158e6a2012-11-01 17:43:44 +000013 "third_party/externals/freetype" : "https://android.googlesource.com/platform/external/freetype.git",
bungeman@google.com8e4adb02013-01-18 21:20:16 +000014 "third_party/externals/gyp" : "http://gyp.googlecode.com/svn/trunk@1563",
epoger@google.combb2d36d2012-03-07 17:15:54 +000015 "third_party/externals/libjpeg" : "http://src.chromium.org/svn/trunk/src/third_party/libjpeg@125399",
epoger@google.com5a5e29e2013-01-15 17:16:51 +000016 "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.orga936e372013-03-14 14:42:18 +000018 "third_party/externals/libwebp" : "http://src.chromium.org/svn/trunk/src/third_party/libwebp@186718",
epoger@google.comcc9cf9a2011-06-13 18:08:41 +000019}
epoger@google.com0045edd2011-06-16 18:19:46 +000020
djsollen@google.com4b321012013-05-02 12:27:21 +000021deps_os = {
22 "android": {
23 "platform_tools/android/third_party/externals/expat" : "https://android.googlesource.com/platform/external/expat.git",
24 "platform_tools/android/third_party/externals/gif" : "https://android.googlesource.com/platform/external/giflib.git",
25 "platform_tools/android/third_party/externals/png" : "https://android.googlesource.com/platform/external/libpng.git",
26 "platform_tools/android/third_party/externals/jpeg" : "https://android.googlesource.com/platform/external/jpeg.git",
27 },
28}
29
epoger@google.com3cbd3752011-06-16 18:24:11 +000030#hooks = [
31# {
32# # A change to a .gyp, .gypi, or to GYP itself should run the generator.
33# "pattern": ".",
34# "action": ["python", "trunk/gyp_skia"],
35# },
36#]