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

Side by Side Diff: DEPS

Issue 3018433002: Update URLs for deps/third_party/* in DEPS (Closed)
Patch Set: Created 3 years, 3 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 # This file contains dependencies for WebRTC. 1 # This file contains dependencies for WebRTC.
2 2
3 vars = { 3 vars = {
4 'chromium_git': 'https://chromium.googlesource.com', 4 'chromium_git': 'https://chromium.googlesource.com',
5 'webrtc_git': 'https://webrtc.googlesource.com',
5 'chromium_revision': '946d80b37f66aa41b1826e64ad7bc60e6fda878a', 6 'chromium_revision': '946d80b37f66aa41b1826e64ad7bc60e6fda878a',
6 'boringssl_git': 'https://boringssl.googlesource.com', 7 'boringssl_git': 'https://boringssl.googlesource.com',
7 # Three lines of non-changing comments so that 8 # Three lines of non-changing comments so that
8 # the commit queue can handle CLs rolling swarming_client 9 # the commit queue can handle CLs rolling swarming_client
9 # and whatever else without interference from each other. 10 # and whatever else without interference from each other.
10 'swarming_revision': '5e8001d9a710121ce7a68efd0804430a34b4f9e4', 11 'swarming_revision': '5e8001d9a710121ce7a68efd0804430a34b4f9e4',
11 # Three lines of non-changing comments so that 12 # Three lines of non-changing comments so that
12 # the commit queue can handle CLs rolling openmax_dl 13 # the commit queue can handle CLs rolling openmax_dl
13 # and whatever else without interference from each other. 14 # and whatever else without interference from each other.
14 'openmax_dl_revision': '7acede9c039ea5d14cf326f44aad1245b9e674a7', 15 'openmax_dl_revision': '7acede9c039ea5d14cf326f44aad1245b9e674a7',
(...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after
63 Var('chromium_git') + '/chromium/deps/libjpeg_turbo.git' + '@' + 'a1750dbc79 a8792dde3d3f7d7d8ac28ba01ac9dd', 64 Var('chromium_git') + '/chromium/deps/libjpeg_turbo.git' + '@' + 'a1750dbc79 a8792dde3d3f7d7d8ac28ba01ac9dd',
64 'src/third_party/libsrtp': 65 'src/third_party/libsrtp':
65 Var('chromium_git') + '/chromium/deps/libsrtp.git' + '@' + '1d45b8e599dc2db6e a3ae22dbc94a8c504652423', 66 Var('chromium_git') + '/chromium/deps/libsrtp.git' + '@' + '1d45b8e599dc2db6e a3ae22dbc94a8c504652423',
66 'src/third_party/libvpx/source/libvpx': 67 'src/third_party/libvpx/source/libvpx':
67 Var('chromium_git') + '/webm/libvpx.git' + '@' + '9a2dd7e67ed20a7389db618f1 a8a25d5b3a3c89c', 68 Var('chromium_git') + '/webm/libvpx.git' + '@' + '9a2dd7e67ed20a7389db618f1 a8a25d5b3a3c89c',
68 'src/third_party/libyuv': 69 'src/third_party/libyuv':
69 Var('chromium_git') + '/libyuv/libyuv.git' + '@' + '27036e33e86c9ce3b5087d55 c18bf04964343c60', 70 Var('chromium_git') + '/libyuv/libyuv.git' + '@' + '27036e33e86c9ce3b5087d55 c18bf04964343c60',
70 'src/third_party/openh264/src': 71 'src/third_party/openh264/src':
71 Var('chromium_git') + '/external/github.com/cisco/openh264' + '@' + '0fd88df 93c5dcaf858c57eb7892bd27763f0f0ac', 72 Var('chromium_git') + '/external/github.com/cisco/openh264' + '@' + '0fd88df 93c5dcaf858c57eb7892bd27763f0f0ac',
72 'src/third_party/openmax_dl': 73 'src/third_party/openmax_dl':
73 Var('chromium_git') + '/external/webrtc/deps/third_party/openmax.git' + '@' + Var('openmax_dl_revision'), 74 Var('webrtc_git') + '/deps/third_party/openmax.git' + '@' + Var('openmax_dl _revision'),
74 'src/third_party/usrsctp/usrsctplib': 75 'src/third_party/usrsctp/usrsctplib':
75 Var('chromium_git') + '/external/github.com/sctplab/usrsctp' + '@' + 'f4819e 1b177f7bfdd761c147f5a649b9f1a78c06', 76 Var('chromium_git') + '/external/github.com/sctplab/usrsctp' + '@' + 'f4819e 1b177f7bfdd761c147f5a649b9f1a78c06',
76 'src/third_party/yasm/source/patched-yasm': 77 'src/third_party/yasm/source/patched-yasm':
77 Var('chromium_git') + '/chromium/deps/yasm/patched-yasm.git' + '@' + 'b98114 e18d8b9b84586b10d24353ab8616d4c5fc', 78 Var('chromium_git') + '/chromium/deps/yasm/patched-yasm.git' + '@' + 'b98114 e18d8b9b84586b10d24353ab8616d4c5fc',
78 'src/tools': 79 'src/tools':
79 Var('chromium_git') + '/chromium/src/tools' + '@' + 'e2203ba97907eeb490035c7 a271c114f793c3031', 80 Var('chromium_git') + '/chromium/src/tools' + '@' + 'e2203ba97907eeb490035c7 a271c114f793c3031',
80 'src/tools/gyp': 81 'src/tools/gyp':
81 Var('chromium_git') + '/external/gyp.git' + '@' + 'd61a9397e668fa9843c4aa7da 9e79460fe590bfb', 82 Var('chromium_git') + '/external/gyp.git' + '@' + 'd61a9397e668fa9843c4aa7da 9e79460fe590bfb',
82 'src/tools/swarming_client': 83 'src/tools/swarming_client':
83 Var('chromium_git') + '/infra/luci/client-py.git' + '@' + Var('swarming_rev ision'), 84 Var('chromium_git') + '/infra/luci/client-py.git' + '@' + Var('swarming_rev ision'),
84 # WebRTC-only dependencies (not present in Chromium). 85 # WebRTC-only dependencies (not present in Chromium).
85 'src/third_party/gflags': 86 'src/third_party/gflags':
86 Var('chromium_git') + '/external/webrtc/deps/third_party/gflags' + '@' + '89 2576179b45861b53e04a112996a738309cf364', 87 Var('webrtc_git') + '/deps/third_party/gflags' + '@' + '892576179b45861b53e0 4a112996a738309cf364',
87 'src/third_party/gflags/src': 88 'src/third_party/gflags/src':
88 Var('chromium_git') + '/external/github.com/gflags/gflags' + '@' + '03bebcb0 65c83beff83d50ae025a55a4bf94dfca', 89 Var('chromium_git') + '/external/github.com/gflags/gflags' + '@' + '03bebcb0 65c83beff83d50ae025a55a4bf94dfca',
89 'src/third_party/gtest-parallel': 90 'src/third_party/gtest-parallel':
90 Var('chromium_git') + '/external/github.com/google/gtest-parallel' + '@' + ' 76767784389ed944027630759723b7d142cf2a5e', 91 Var('chromium_git') + '/external/github.com/google/gtest-parallel' + '@' + ' 76767784389ed944027630759723b7d142cf2a5e',
91 } 92 }
92 deps_os = { 93 deps_os = {
93 'android': { 94 'android': {
94 'src/third_party/android_tools': 95 'src/third_party/android_tools':
95 Var('chromium_git') + '/android_tools.git' + '@' + 'aadb2fed04af8606545b0a fe4e3060bc1a15fad7', 96 Var('chromium_git') + '/android_tools.git' + '@' + 'aadb2fed04af8606545b0a fe4e3060bc1a15fad7',
96 'src/third_party/ced/src': 97 'src/third_party/ced/src':
(...skipping 26 matching lines...) Expand all
123 'unix': { 124 'unix': {
124 'src/third_party/lss': 125 'src/third_party/lss':
125 Var('chromium_git') + '/linux-syscall-support.git' + '@' + Var('lss_revisi on'), 126 Var('chromium_git') + '/linux-syscall-support.git' + '@' + Var('lss_revisi on'),
126 }, 127 },
127 'win': { 128 'win': {
128 # Dependencies used by libjpeg-turbo 129 # Dependencies used by libjpeg-turbo
129 'src/third_party/yasm/binaries': 130 'src/third_party/yasm/binaries':
130 Var('chromium_git') + '/chromium/deps/yasm/binaries.git' + '@' + '52f9b3f4 b0aa06da24ef8b123058bb61ee468881', 131 Var('chromium_git') + '/chromium/deps/yasm/binaries.git' + '@' + '52f9b3f4 b0aa06da24ef8b123058bb61ee468881',
131 # WebRTC-only dependency (not present in Chromium). 132 # WebRTC-only dependency (not present in Chromium).
132 'src/third_party/winsdk_samples': 133 'src/third_party/winsdk_samples':
133 Var('chromium_git') + '/external/webrtc/deps/third_party/winsdk_samples_v7 1' + '@' + '2d31a1cbecc86359e6ec041fb9ff6c082babd073', 134 Var('webrtc_git') + '/deps/third_party/winsdk_samples_v71' + '@' + '2d31a1 cbecc86359e6ec041fb9ff6c082babd073',
134 }, 135 },
135 } 136 }
136 137
137 hooks = [ 138 hooks = [
138 { 139 {
139 # This clobbers when necessary (based on get_landmines.py). It should be 140 # This clobbers when necessary (based on get_landmines.py). It should be
140 # an early hook but it will need to be run after syncing Chromium and 141 # an early hook but it will need to be run after syncing Chromium and
141 # setting up the links, so the script actually exists. 142 # setting up the links, so the script actually exists.
142 'name': 'landmines', 143 'name': 'landmines',
143 'pattern': '.', 144 'pattern': '.',
(...skipping 390 matching lines...) Expand 10 before | Expand all | Expand 10 after
534 ], 535 ],
535 }, 536 },
536 ], 537 ],
537 } 538 }
538 recursedeps = [ 539 recursedeps = [
539 # buildtools provides clang_format, libc++, and libc++abi. 540 # buildtools provides clang_format, libc++, and libc++abi.
540 'src/buildtools', 541 'src/buildtools',
541 # android_tools manages the NDK. 542 # android_tools manages the NDK.
542 'src/third_party/android_tools', 543 'src/third_party/android_tools',
543 ] 544 ]
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