OLD | NEW |
1 use_relative_paths = True | 1 use_relative_paths = True |
2 | 2 |
3 # Dependencies on outside packages. | 3 # Dependencies on outside packages. |
4 # | 4 # |
5 deps = { | 5 deps = { |
6 "buildtools": "https://chromium.googlesource.com/chromium/buildtools.git@55ad
626b08ef971fd82a62b7abb325359542952b", | 6 "buildtools": "https://chromium.googlesource.com/chromium/buildtools.git@55ad
626b08ef971fd82a62b7abb325359542952b", |
7 | 7 |
8 "common": "https://skia.googlesource.com/common.git@9737551d7a52c3db3262db5856
e6bcd62c462b92", | 8 "common": "https://skia.googlesource.com/common.git@9737551d7a52c3db3262db5856
e6bcd62c462b92", |
9 | 9 |
10 # There is some duplication here that might be worth cleaning up: | 10 # There is some duplication here that might be worth cleaning up: |
11 # - can use use our existing t_p/e/libjpeg instead of pulling it for Android
? | 11 # - can use use our existing t_p/e/libjpeg instead of pulling it for Android
? |
12 | 12 |
13 "third_party/externals/angle2" : "https://chromium.googlesource.com/angle/ang
le.git@57f17473791703ac82add77c3d77d13d8e2dfbc4", | 13 "third_party/externals/angle2" : "https://chromium.googlesource.com/angle/ang
le.git@57f17473791703ac82add77c3d77d13d8e2dfbc4", |
14 "third_party/externals/freetype": "https://skia.googlesource.com/third_party/f
reetype2.git@08fd250e1af0aa16d18012d39462e6ca9bbc6e90", | 14 "third_party/externals/freetype": "https://skia.googlesource.com/third_party/f
reetype2.git@08fd250e1af0aa16d18012d39462e6ca9bbc6e90", |
15 "third_party/externals/harfbuzz": "https://skia.googlesource.com/third_party/h
arfbuzz.git@1.4.2", | 15 "third_party/externals/harfbuzz": "https://skia.googlesource.com/third_party/h
arfbuzz.git@1.4.2", |
16 "third_party/externals/jsoncpp" : "https://chromium.googlesource.com/external/
github.com/open-source-parsers/jsoncpp.git@1.0.0", | 16 "third_party/externals/jsoncpp" : "https://chromium.googlesource.com/external/
github.com/open-source-parsers/jsoncpp.git@1.0.0", |
17 "third_party/externals/libwebp" : "https://chromium.googlesource.com/webm/libw
ebp.git@v0.5.2-rc2", | 17 "third_party/externals/libwebp" : "https://chromium.googlesource.com/webm/libw
ebp.git@v0.6.0", |
18 "third_party/externals/zlib" : "https://chromium.googlesource.com/chromium/
src/third_party/zlib@4576304a4b9835aa8646c9735b079e1d96858633", | 18 "third_party/externals/zlib" : "https://chromium.googlesource.com/chromium/
src/third_party/zlib@4576304a4b9835aa8646c9735b079e1d96858633", |
19 | 19 |
20 "third_party/externals/dng_sdk" : "https://android.googlesource.com/platform/e
xternal/dng_sdk.git@96443b262250c390b0caefbf3eed8463ba35ecae", | 20 "third_party/externals/dng_sdk" : "https://android.googlesource.com/platform/e
xternal/dng_sdk.git@96443b262250c390b0caefbf3eed8463ba35ecae", |
21 "third_party/externals/piex" : "https://android.googlesource.com/platform/e
xternal/piex.git@8f540f64b6c170a16fb7e6e52d61819705c1522a", | 21 "third_party/externals/piex" : "https://android.googlesource.com/platform/e
xternal/piex.git@8f540f64b6c170a16fb7e6e52d61819705c1522a", |
22 | 22 |
23 "third_party/externals/libjpeg-turbo" : "https://skia.googlesource
.com/third_party/libjpeg-turbo.git@6de58e0d28014caf2fc1370145f22fd6d65f63e3", | 23 "third_party/externals/libjpeg-turbo" : "https://skia.googlesource
.com/third_party/libjpeg-turbo.git@6de58e0d28014caf2fc1370145f22fd6d65f63e3", |
24 # libjpeg-turbo depends on yasm to compile .asm files | 24 # libjpeg-turbo depends on yasm to compile .asm files |
25 "third_party/externals/yasm/source/patched-yasm/" : "https://chromium.googleso
urce.com/chromium/deps/yasm/patched-yasm.git@4671120cd8558ce62ee8672ebf3eb6f5216
f909b", | 25 "third_party/externals/yasm/source/patched-yasm/" : "https://chromium.googleso
urce.com/chromium/deps/yasm/patched-yasm.git@4671120cd8558ce62ee8672ebf3eb6f5216
f909b", |
26 "third_party/externals/yasm/binaries" : "https://chromium.googleso
urce.com/chromium/deps/yasm/binaries.git@52f9b3f4b0aa06da24ef8b123058bb61ee46888
1", | 26 "third_party/externals/yasm/binaries" : "https://chromium.googleso
urce.com/chromium/deps/yasm/binaries.git@52f9b3f4b0aa06da24ef8b123058bb61ee46888
1", |
27 | 27 |
(...skipping 19 matching lines...) Expand all Loading... |
47 } | 47 } |
48 | 48 |
49 recursedeps = [ "common" ] | 49 recursedeps = [ "common" ] |
50 | 50 |
51 hooks = [] | 51 hooks = [] |
52 | 52 |
53 import os | 53 import os |
54 import sys | 54 import sys |
55 if os.path.exists('bin/fetch-gn'): | 55 if os.path.exists('bin/fetch-gn'): |
56 hooks.append({ 'action': [sys.executable, 'bin/fetch-gn'] }) | 56 hooks.append({ 'action': [sys.executable, 'bin/fetch-gn'] }) |
OLD | NEW |