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 = { |
(...skipping 12 matching lines...) Expand all Loading... |
23 "third_party/externals/libwebp" : "https://chromium.googlesource.com/webm/libw
ebp.git@3fe91635df8734b23f3c1b9d1f0c4fa8cfaf4e39", | 23 "third_party/externals/libwebp" : "https://chromium.googlesource.com/webm/libw
ebp.git@3fe91635df8734b23f3c1b9d1f0c4fa8cfaf4e39", |
24 "third_party/externals/poppler" : "https://skia.googlesource.com/third_party/p
oppler.git@poppler-0.22.5", | 24 "third_party/externals/poppler" : "https://skia.googlesource.com/third_party/p
oppler.git@poppler-0.22.5", |
25 # "third_party/externals/v8" : "git://github.com/v8/v8.git@d15b0f0f2099dbd7286
7f3df70e9aaf5b8afbd2c", | 25 # "third_party/externals/v8" : "git://github.com/v8/v8.git@d15b0f0f2099dbd7286
7f3df70e9aaf5b8afbd2c", |
26 } | 26 } |
27 | 27 |
28 deps_os = { | 28 deps_os = { |
29 "android": { | 29 "android": { |
30 "platform_tools/android/third_party/externals/expat" : "https://android.goog
lesource.com/platform/external/expat.git@android-4.2.2_r1.2", | 30 "platform_tools/android/third_party/externals/expat" : "https://android.goog
lesource.com/platform/external/expat.git@android-4.2.2_r1.2", |
31 "platform_tools/android/third_party/externals/gif" : "https://android.google
source.com/platform/external/giflib.git@android-4.2.2_r1.2", | 31 "platform_tools/android/third_party/externals/gif" : "https://android.google
source.com/platform/external/giflib.git@android-4.2.2_r1.2", |
32 "platform_tools/android/third_party/externals/png" : "https://android.google
source.com/platform/external/libpng.git@android-4.2.2_r1.2", | 32 "platform_tools/android/third_party/externals/png" : "https://android.google
source.com/platform/external/libpng.git@android-4.2.2_r1.2", |
33 "platform_tools/android/third_party/externals/jpeg" : "https://android.googl
esource.com/platform/external/jpeg.git@android-4.2.2_r1.2", | 33 "platform_tools/android/third_party/externals/jpeg" : |
| 34 "https://android.googlesource.com/platform/external/jpeg.git@746f1f0853ddb
d14ab5da6af35cc1fa560453d1e", |
34 }, | 35 }, |
35 "chromeos": { | 36 "chromeos": { |
36 "platform_tools/chromeos/third_party/externals/gif" : "https://android.googl
esource.com/platform/external/giflib.git@android-4.2.2_r1.2", | 37 "platform_tools/chromeos/third_party/externals/gif" : "https://android.googl
esource.com/platform/external/giflib.git@android-4.2.2_r1.2", |
37 "platform_tools/chromeos/toolchain/src/third_party/chromite": "https://chrom
ium.googlesource.com/chromiumos/chromite.git@d6a4c7e0ee4d53ddc5238dbddfc0417796a
70e54", | 38 "platform_tools/chromeos/toolchain/src/third_party/chromite": "https://chrom
ium.googlesource.com/chromiumos/chromite.git@d6a4c7e0ee4d53ddc5238dbddfc0417796a
70e54", |
38 "platform_tools/chromeos/toolchain/src/third_party/pyelftools": "https://chr
omium.googlesource.com/chromiumos/third_party/pyelftools.git@bdc1d380acd88d4bfaf
47265008091483b0d614e", | 39 "platform_tools/chromeos/toolchain/src/third_party/pyelftools": "https://chr
omium.googlesource.com/chromiumos/third_party/pyelftools.git@bdc1d380acd88d4bfaf
47265008091483b0d614e", |
39 }, | 40 }, |
40 | 41 |
41 # barelinux is a DEPS target that has no shared libraries to link | 42 # barelinux is a DEPS target that has no shared libraries to link |
42 # to, similar to android or chromeos. | 43 # to, similar to android or chromeos. |
43 "barelinux": { | 44 "barelinux": { |
44 "third_party/externals/giflib" : | 45 "third_party/externals/giflib" : |
45 "https://android.googlesource.com/platform/external/giflib.git@android-4.2
.2_r1.2", | 46 "https://android.googlesource.com/platform/external/giflib.git@android-4.2
.2_r1.2", |
46 "third_party/externals/libpng" : | 47 "third_party/externals/libpng" : |
47 "https://android.googlesource.com/platform/external/libpng.git@android-4.
2.2_r1.2", | 48 "https://android.googlesource.com/platform/external/libpng.git@android-4.
2.2_r1.2", |
48 "third_party/externals/zlib" : | 49 "third_party/externals/zlib" : |
49 "https://android.googlesource.com/platform/external/zlib.git@android-4.2.
2_r1.2", | 50 "https://android.googlesource.com/platform/external/zlib.git@android-4.2.
2_r1.2", |
50 } | 51 } |
51 } | 52 } |
52 | 53 |
53 #hooks = [ | 54 #hooks = [ |
54 # { | 55 # { |
55 # # A change to a .gyp, .gypi, or to GYP itself should run the generator. | 56 # # A change to a .gyp, .gypi, or to GYP itself should run the generator. |
56 # "pattern": ".", | 57 # "pattern": ".", |
57 # "action": ["python", "trunk/gyp_skia"], | 58 # "action": ["python", "trunk/gyp_skia"], |
58 # }, | 59 # }, |
59 #] | 60 #] |
OLD | NEW |