2011-06-16 18:19:46 +00:00
|
|
|
use_relative_paths = True
|
|
|
|
|
2011-06-13 18:08:41 +00:00
|
|
|
# Dependencies on outside packages, as needed for developers/bots that use
|
|
|
|
# "gclient" instead of raw SVN access.
|
|
|
|
#
|
|
|
|
# For now, this must be maintained in parallel with "SVN externals"
|
|
|
|
# dependencies for developers who use raw SVN instead of "gclient".
|
|
|
|
# See third_party/externals/README
|
2011-06-16 18:19:46 +00:00
|
|
|
#
|
2011-06-13 18:08:41 +00:00
|
|
|
deps = {
|
2012-09-13 14:53:15 +00:00
|
|
|
"third_party/externals/angle" : "http://angleproject.googlecode.com/svn/trunk@1268",
|
2012-12-07 15:12:01 +00:00
|
|
|
"third_party/externals/cityhash" : "http://cityhash.googlecode.com/svn/trunk@11",
|
2012-11-01 17:43:44 +00:00
|
|
|
"third_party/externals/freetype" : "https://android.googlesource.com/platform/external/freetype.git",
|
2013-01-18 21:20:16 +00:00
|
|
|
"third_party/externals/gyp" : "http://gyp.googlecode.com/svn/trunk@1563",
|
2012-03-07 17:15:54 +00:00
|
|
|
"third_party/externals/libjpeg" : "http://src.chromium.org/svn/trunk/src/third_party/libjpeg@125399",
|
2013-01-15 17:16:51 +00:00
|
|
|
"third_party/externals/jsoncpp" : "http://jsoncpp.svn.sourceforge.net/svnroot/jsoncpp/trunk/jsoncpp@248",
|
|
|
|
"third_party/externals/jsoncpp-chromium" : "http://src.chromium.org/svn/trunk/src/third_party/jsoncpp@125399",
|
2013-03-14 14:42:18 +00:00
|
|
|
"third_party/externals/libwebp" : "http://src.chromium.org/svn/trunk/src/third_party/libwebp@186718",
|
2011-06-13 18:08:41 +00:00
|
|
|
}
|
2011-06-16 18:19:46 +00:00
|
|
|
|
2011-06-16 18:24:11 +00:00
|
|
|
#hooks = [
|
|
|
|
# {
|
|
|
|
# # A change to a .gyp, .gypi, or to GYP itself should run the generator.
|
|
|
|
# "pattern": ".",
|
|
|
|
# "action": ["python", "trunk/gyp_skia"],
|
|
|
|
# },
|
|
|
|
#]
|