OLD | NEW |
1 use_relative_paths = True | 1 use_relative_paths = True |
2 | 2 |
3 # Dependencies on outside packages, as needed for developers/bots that use | 3 # Dependencies on outside packages, as needed for developers/bots that use |
4 # "gclient" instead of raw SVN access. | 4 # "gclient" instead of raw SVN access. |
5 # | 5 # |
6 # For now, this must be maintained in parallel with "SVN externals" | 6 # For now, this must be maintained in parallel with "SVN externals" |
7 # dependencies for developers who use raw SVN instead of "gclient". | 7 # dependencies for developers who use raw SVN instead of "gclient". |
8 # See third_party/externals/README | 8 # See third_party/externals/README |
9 # | 9 # |
10 deps = { | 10 deps = { |
11 "third_party/externals/angle" : "http://angleproject.googlecode.com/svn/trunk@
1268", | 11 "third_party/externals/angle" : "http://angleproject.googlecode.com/svn/trunk@
1268", |
12 "third_party/externals/cityhash" : "http://cityhash.googlecode.com/svn/trunk@1
1", | 12 "third_party/externals/cityhash" : "http://cityhash.googlecode.com/svn/trunk@1
1", |
13 "third_party/externals/freetype" : "https://android.googlesource.com/platform/
external/freetype.git", | 13 "third_party/externals/freetype" : "https://android.googlesource.com/platform/
external/freetype.git", |
14 "third_party/externals/gyp" : "http://gyp.googlecode.com/svn/trunk@1563", | 14 "third_party/externals/gyp" : "http://gyp.googlecode.com/svn/trunk@1563", |
15 "third_party/externals/libjpeg" : "http://src.chromium.org/svn/trunk/src/third
_party/libjpeg@125399", | 15 "third_party/externals/libjpeg" : "http://src.chromium.org/svn/trunk/src/third
_party/libjpeg@125399", |
16 "third_party/externals/jsoncpp" : "http://jsoncpp.svn.sourceforge.net/svnroot/
jsoncpp/trunk/jsoncpp@248", | 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", | 17 "third_party/externals/jsoncpp-chromium" : "http://src.chromium.org/svn/trunk/
src/third_party/jsoncpp@125399", |
18 "third_party/externals/libwebp" : "http://src.chromium.org/svn/trunk/src/third
_party/libwebp@186718", | 18 "third_party/externals/libwebp" : "http://src.chromium.org/svn/trunk/src/third
_party/libwebp@186718", |
| 19 "third_party/externals/podofo/src" : "http://svn.code.sf.net/p/podofo/code/pod
ofo/trunk/src", |
| 20 "third_party/externals/podofo/podofo" : "http://svn.code.sf.net/p/podofo/code/
podofo/trunk/podofo", |
19 } | 21 } |
20 | 22 |
21 #hooks = [ | 23 #hooks = [ |
22 # { | 24 # { |
23 # # A change to a .gyp, .gypi, or to GYP itself should run the generator. | 25 # # A change to a .gyp, .gypi, or to GYP itself should run the generator. |
24 # "pattern": ".", | 26 # "pattern": ".", |
25 # "action": ["python", "trunk/gyp_skia"], | 27 # "action": ["python", "trunk/gyp_skia"], |
26 # }, | 28 # }, |
27 #] | 29 #] |
OLD | NEW |