Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(27)

Side by Side Diff: DEPS

Issue 1620813004: Update deps to pull microhttpd (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 4 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 "common": "https://skia.googlesource.com/common.git@c282fe0b6e392b14f88d647cbd 86e1a3ef5498e0", 6 "common": "https://skia.googlesource.com/common.git@c282fe0b6e392b14f88d647cbd 86e1a3ef5498e0",
7 7
8 # There is some duplication here that might be worth cleaning up: 8 # There is some duplication here that might be worth cleaning up:
9 # - can use use our existing t_p/e/libjpeg instead of pulling it for Android ? 9 # - can use use our existing t_p/e/libjpeg instead of pulling it for Android ?
10 10
(...skipping 23 matching lines...) Expand all
34 # The line below is needed for compiling SkV8Example. Do not delete. 34 # The line below is needed for compiling SkV8Example. Do not delete.
35 #"third_party/externals/v8": "https://chromium.googlesource.com/v8/v8.git@5f1a e66d5634e43563b2d25ea652dfb94c31a3b4", 35 #"third_party/externals/v8": "https://chromium.googlesource.com/v8/v8.git@5f1a e66d5634e43563b2d25ea652dfb94c31a3b4",
36 36
37 # sfntly is used by the PDF backend for font subsetting 37 # sfntly is used by the PDF backend for font subsetting
38 "third_party/externals/sfntly" : "https://chromium.googlesource.com/external/s fntly/cpp/src.git@1bdaae8fc788a5ac8936d68bf24f37d977a13dac", 38 "third_party/externals/sfntly" : "https://chromium.googlesource.com/external/s fntly/cpp/src.git@1bdaae8fc788a5ac8936d68bf24f37d977a13dac",
39 # ICU is needed for sfntly. 39 # ICU is needed for sfntly.
40 "third_party/externals/icu" : "https://chromium.googlesource.com/chromium/deps /icu.git@ce41627e388fb46ab49671bd16a5db81dcd75a71", 40 "third_party/externals/icu" : "https://chromium.googlesource.com/chromium/deps /icu.git@ce41627e388fb46ab49671bd16a5db81dcd75a71",
41 41
42 # sdl will be needed for native windows 42 # sdl will be needed for native windows
43 "third_party/externals/sdl" : "https://skia.googlesource.com/third_party/sdl@9 b526d28cb2d7f0ccff0613c94bb52abc8f53b6f", 43 "third_party/externals/sdl" : "https://skia.googlesource.com/third_party/sdl@9 b526d28cb2d7f0ccff0613c94bb52abc8f53b6f",
44
45 # microhttpd for skiaserve
46 "third_party/externals/microhttpd" : "https://android.googlesource.com/platfor m/external/libmicrohttpd@748945ec6f1c67b7efc934ab0808e1d32f2fb98d",
44 } 47 }
45 48
46 recursedeps = [ "common" ] 49 recursedeps = [ "common" ]
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698