OLD | NEW |
1 # This file is used to manage the dependencies of the Chromium src repo. It is | 1 # This file is used to manage the dependencies of the Chromium src repo. It is |
2 # used by gclient to determine what version of each dependency to check out, and | 2 # used by gclient to determine what version of each dependency to check out, and |
3 # where. | 3 # where. |
4 # | 4 # |
5 # For more information, please refer to the official documentation: | 5 # For more information, please refer to the official documentation: |
6 # https://sites.google.com/a/chromium.org/dev/developers/how-tos/get-the-code | 6 # https://sites.google.com/a/chromium.org/dev/developers/how-tos/get-the-code |
7 # | 7 # |
8 # When adding a new dependency, please update the top-level .gitignore file | 8 # When adding a new dependency, please update the top-level .gitignore file |
9 # to list the dependency's destination directory. | 9 # to list the dependency's destination directory. |
10 # | 10 # |
(...skipping 11 matching lines...) Expand all Loading... |
22 # # revision. The script ALWAYS rolls the dependency to the latest revision | 22 # # revision. The script ALWAYS rolls the dependency to the latest revision |
23 # # in origin/master. The path for the dep should start with src/. | 23 # # in origin/master. The path for the dep should start with src/. |
24 # roll-dep src/third_party/foo_package/src foo_package.git | 24 # roll-dep src/third_party/foo_package/src foo_package.git |
25 # # You should now have a modified DEPS file; commit and upload as normal | 25 # # You should now have a modified DEPS file; commit and upload as normal |
26 # git commit -a | 26 # git commit -a |
27 # git cl upload | 27 # git cl upload |
28 | 28 |
29 | 29 |
30 vars = { | 30 vars = { |
31 'chromium_git': 'https://chromium.googlesource.com', | 31 'chromium_git': 'https://chromium.googlesource.com', |
| 32 'swiftshader_git': 'https://swiftshader.googlesource.com', |
| 33 'pdfium_git': 'https://pdfium.googlesource.com', |
| 34 'boringssl_git': 'https://boringssl.googlesource.com', |
32 # Three lines of non-changing comments so that | 35 # Three lines of non-changing comments so that |
33 # the commit queue can handle CLs rolling sfntly | 36 # the commit queue can handle CLs rolling sfntly |
34 # and whatever else without interference from each other. | 37 # and whatever else without interference from each other. |
35 'sfntly_revision': '1ef790afdd7818c1a3c76b18daacff14fdb983aa', | 38 'sfntly_revision': '1ef790afdd7818c1a3c76b18daacff14fdb983aa', |
36 # Three lines of non-changing comments so that | 39 # Three lines of non-changing comments so that |
37 # the commit queue can handle CLs rolling Skia | 40 # the commit queue can handle CLs rolling Skia |
38 # and whatever else without interference from each other. | 41 # and whatever else without interference from each other. |
39 'skia_revision': 'ae6e4869c94596eb3bf5069888b32ab06199aec0', | 42 'skia_revision': 'ae6e4869c94596eb3bf5069888b32ab06199aec0', |
40 # Three lines of non-changing comments so that | 43 # Three lines of non-changing comments so that |
41 # the commit queue can handle CLs rolling V8 | 44 # the commit queue can handle CLs rolling V8 |
(...skipping 62 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
104 allowed_hosts = [ | 107 allowed_hosts = [ |
105 'chromium.googlesource.com', | 108 'chromium.googlesource.com', |
106 'boringssl.googlesource.com', | 109 'boringssl.googlesource.com', |
107 'pdfium.googlesource.com', | 110 'pdfium.googlesource.com', |
108 'android.googlesource.com', | 111 'android.googlesource.com', |
109 'swiftshader.googlesource.com', | 112 'swiftshader.googlesource.com', |
110 ] | 113 ] |
111 | 114 |
112 deps = { | 115 deps = { |
113 'src/breakpad/src': | 116 'src/breakpad/src': |
114 Var('chromium_git') + '/breakpad/breakpad/src.git' + '@' + 'c85196f3c42b2eb85
59464892a4b1749620a64d4', | 117 Var('chromium_git') + '/breakpad/breakpad/src.git' + '@' + 'c85196f3c42b2eb8
559464892a4b1749620a64d4', |
115 | 118 |
116 'src/buildtools': | 119 'src/buildtools': |
117 Var('chromium_git') + '/chromium/buildtools.git' + '@' + Var('buildtools_rev
ision'), | 120 Var('chromium_git') + '/chromium/buildtools.git' + '@' + Var('buildtools_re
vision'), |
118 | 121 |
119 'src/sdch/open-vcdiff': | 122 'src/sdch/open-vcdiff': |
120 Var('chromium_git') + '/external/github.com/google/open-vcdiff.git' + '@' + '
2b9bd1fe548520e9355e457a134bab7e2f9c56c0', | 123 Var('chromium_git') + '/external/github.com/google/open-vcdiff.git' + '@' +
'2b9bd1fe548520e9355e457a134bab7e2f9c56c0', |
121 | 124 |
122 'src/testing/gtest': | 125 'src/testing/gtest': |
123 Var('chromium_git') + '/external/github.com/google/googletest.git' + '@' + '6
f8a66431cb592dad629028a50b3dd418a408c87', | 126 Var('chromium_git') + '/external/github.com/google/googletest.git' + '@' + '
6f8a66431cb592dad629028a50b3dd418a408c87', |
124 | 127 |
125 'src/testing/gmock': | 128 'src/testing/gmock': |
126 Var('chromium_git') + '/external/googlemock.git' + '@' + '0421b6f358139f02e10
2c9c332ce19a33faf75be', # from svn revision 566 | 129 Var('chromium_git') + '/external/googlemock.git' + '@' + '0421b6f358139f02e1
02c9c332ce19a33faf75be', # from svn revision 566 |
127 | 130 |
128 'src/third_party/glslang/src': | 131 'src/third_party/glslang/src': |
129 Var('chromium_git') + '/external/github.com/google/glslang.git' + '@' + '210c
6bf4d8119dc5f8ac21da2d4c87184f7015e0', | 132 Var('chromium_git') + '/external/github.com/google/glslang.git' + '@' + '210
c6bf4d8119dc5f8ac21da2d4c87184f7015e0', |
130 | 133 |
131 'src/third_party/shaderc/src': | 134 'src/third_party/shaderc/src': |
132 Var('chromium_git') + '/external/github.com/google/shaderc.git' + '@' + 'cd87
93c34907073025af2622c28bcee64e9879a4', | 135 Var('chromium_git') + '/external/github.com/google/shaderc.git' + '@' + 'cd8
793c34907073025af2622c28bcee64e9879a4', |
133 | 136 |
134 'src/third_party/SPIRV-Tools/src': | 137 'src/third_party/SPIRV-Tools/src': |
135 Var('chromium_git') + '/external/github.com/KhronosGroup/SPIRV-Tools.git' + '
@' + '9166854ac93ef81b026e943ccd230fed6c8b8d3c', | 138 Var('chromium_git') + '/external/github.com/KhronosGroup/SPIRV-Tools.git' +
'@' + '9166854ac93ef81b026e943ccd230fed6c8b8d3c', |
136 | 139 |
137 'src/third_party/angle': | 140 'src/third_party/angle': |
138 Var('chromium_git') + '/angle/angle.git' + '@' + Var('angle_revision'), | 141 Var('chromium_git') + '/angle/angle.git' + '@' + Var('angle_revision'), |
139 | 142 |
140 'src/third_party/colorama/src': | 143 'src/third_party/colorama/src': |
141 Var('chromium_git') + '/external/colorama.git' + '@' + '799604a1041e9b3bc5d27
89ecbd7e8db2e18e6b8', | 144 Var('chromium_git') + '/external/colorama.git' + '@' + '799604a1041e9b3bc5d2
789ecbd7e8db2e18e6b8', |
142 | 145 |
143 'src/third_party/icu': | 146 'src/third_party/icu': |
144 Var('chromium_git') + '/chromium/deps/icu.git' + '@' + 'b0bd3ee50bc2e768d7a17
cbc60d87f517f024dbe', | 147 Var('chromium_git') + '/chromium/deps/icu.git' + '@' + 'b0bd3ee50bc2e768d7a1
7cbc60d87f517f024dbe', |
145 | 148 |
146 'src/third_party/hunspell_dictionaries': | 149 'src/third_party/hunspell_dictionaries': |
147 Var('chromium_git') + '/chromium/deps/hunspell_dictionaries.git' + '@' + 'dc6
e7c25bf47cbfb466e0701fd2728b4a12e79d5', | 150 Var('chromium_git') + '/chromium/deps/hunspell_dictionaries.git' + '@' + 'dc
6e7c25bf47cbfb466e0701fd2728b4a12e79d5', |
148 | 151 |
149 'src/third_party/leveldatabase/src': | 152 'src/third_party/leveldatabase/src': |
150 Var('chromium_git') + '/external/leveldb.git' + '@' + 'a7bff697baa062c8f6b8f
b760eacf658712b611a', | 153 Var('chromium_git') + '/external/leveldb.git' + '@' + 'a7bff697baa062c8f6b8f
b760eacf658712b611a', |
151 | 154 |
152 'src/third_party/snappy/src': | 155 'src/third_party/snappy/src': |
153 Var('chromium_git') + '/external/snappy.git' + '@' + '762bb32f0c9d2f31ba4958
c7c0933d22e80c20bf', | 156 Var('chromium_git') + '/external/snappy.git' + '@' + '762bb32f0c9d2f31ba4958
c7c0933d22e80c20bf', |
154 | 157 |
155 'src/tools/gyp': | 158 'src/tools/gyp': |
156 Var('chromium_git') + '/external/gyp.git' + '@' + 'e7079f0e0e14108ab0dba5872
8ff219637458563', | 159 Var('chromium_git') + '/external/gyp.git' + '@' + 'e7079f0e0e14108ab0dba5872
8ff219637458563', |
157 | 160 |
158 'src/tools/swarming_client': | 161 'src/tools/swarming_client': |
159 Var('chromium_git') + '/external/swarming.client.git' + '@' + Var('swarming_
revision'), | 162 Var('chromium_git') + '/external/swarming.client.git' + '@' + Var('swarming
_revision'), |
160 | 163 |
161 'src/v8': | 164 'src/v8': |
162 Var('chromium_git') + '/v8/v8.git' + '@' + Var('v8_revision'), | 165 Var('chromium_git') + '/v8/v8.git' + '@' + Var('v8_revision'), |
163 | 166 |
164 'src/native_client': | 167 'src/native_client': |
165 Var('chromium_git') + '/native_client/src/native_client.git' + '@' + Var('nac
l_revision'), | 168 Var('chromium_git') + '/native_client/src/native_client.git' + '@' + Var('na
cl_revision'), |
166 | 169 |
167 'src/third_party/sfntly/src': | 170 'src/third_party/sfntly/src': |
168 Var('chromium_git') + '/external/github.com/googlei18n/sfntly.git' + '@' + Va
r('sfntly_revision'), | 171 Var('chromium_git') + '/external/github.com/googlei18n/sfntly.git' + '@' + V
ar('sfntly_revision'), |
169 | 172 |
170 'src/third_party/skia': | 173 'src/third_party/skia': |
171 Var('chromium_git') + '/skia.git' + '@' + Var('skia_revision'), | 174 Var('chromium_git') + '/skia.git' + '@' + Var('skia_revision'), |
172 | 175 |
173 'src/tools/page_cycler/acid3': | 176 'src/tools/page_cycler/acid3': |
174 Var('chromium_git') + '/chromium/deps/acid3.git' + '@' + '6be0a66a1ebd7ebc5ab
c1b2f405a945f6d871521', | 177 Var('chromium_git') + '/chromium/deps/acid3.git' + '@' + '6be0a66a1ebd7ebc5a
bc1b2f405a945f6d871521', |
175 | 178 |
176 'src/chrome/test/data/perf/canvas_bench': | 179 'src/chrome/test/data/perf/canvas_bench': |
177 Var('chromium_git') + '/chromium/canvas_bench.git' + '@' + 'a7b40ea5ae0239517
d78845a5fc9b12976bfc732', | 180 Var('chromium_git') + '/chromium/canvas_bench.git' + '@' + 'a7b40ea5ae023951
7d78845a5fc9b12976bfc732', |
178 | 181 |
179 'src/chrome/test/data/perf/frame_rate/content': | 182 'src/chrome/test/data/perf/frame_rate/content': |
180 Var('chromium_git') + '/chromium/frame_rate/content.git' + '@' + 'c10272c8846
3efeef6bb19c9ec07c42bc8fe22b9', | 183 Var('chromium_git') + '/chromium/frame_rate/content.git' + '@' + 'c10272c884
63efeef6bb19c9ec07c42bc8fe22b9', |
181 | 184 |
182 'src/third_party/bidichecker': | 185 'src/third_party/bidichecker': |
183 Var('chromium_git') + '/external/bidichecker/lib.git' + '@' + '97f2aa645b74c
28c57eca56992235c79850fa9e0', | 186 Var('chromium_git') + '/external/bidichecker/lib.git' + '@' + '97f2aa645b74c
28c57eca56992235c79850fa9e0', |
184 | 187 |
185 'src/third_party/webgl/src': | 188 'src/third_party/webgl/src': |
186 Var('chromium_git') + '/external/khronosgroup/webgl.git' + '@' + 'ae7fd2cff33
f49e1bd9761dc712e0f30089e9092', | 189 Var('chromium_git') + '/external/khronosgroup/webgl.git' + '@' + 'ae7fd2cff3
3f49e1bd9761dc712e0f30089e9092', |
187 | 190 |
188 'src/third_party/webdriver/pylib': | 191 'src/third_party/webdriver/pylib': |
189 Var('chromium_git') + '/external/selenium/py.git' + '@' + '5fd78261a75fe08d2
7ca4835fb6c5ce4b42275bd', | 192 Var('chromium_git') + '/external/selenium/py.git' + '@' + '5fd78261a75fe08d2
7ca4835fb6c5ce4b42275bd', |
190 | 193 |
191 'src/third_party/libvpx/source/libvpx': | 194 'src/third_party/libvpx/source/libvpx': |
192 Var('chromium_git') + '/webm/libvpx.git' + '@' + '99ef84c65a2b5760bec5d93009
74946303090afb', | 195 Var('chromium_git') + '/webm/libvpx.git' + '@' + '99ef84c65a2b5760bec5d9300
974946303090afb', |
193 | 196 |
194 'src/third_party/ffmpeg': | 197 'src/third_party/ffmpeg': |
195 Var('chromium_git') + '/chromium/third_party/ffmpeg.git' + '@' + '3c7a0988210
2bfd6fecdb9d7296f43a8501db95e', | 198 Var('chromium_git') + '/chromium/third_party/ffmpeg.git' + '@' + '3c7a098821
02bfd6fecdb9d7296f43a8501db95e', |
196 | 199 |
197 'src/third_party/usrsctp/usrsctplib': | 200 'src/third_party/usrsctp/usrsctplib': |
198 Var('chromium_git') + '/external/github.com/sctplab/usrsctp' + '@' + '7f9228
152ab3d70e6848cc9c67389a0d4218740e', | 201 Var('chromium_git') + '/external/github.com/sctplab/usrsctp' + '@' + '7f9228
152ab3d70e6848cc9c67389a0d4218740e', |
199 | 202 |
200 'src/third_party/libsrtp': | 203 'src/third_party/libsrtp': |
201 Var('chromium_git') + '/chromium/deps/libsrtp.git' + '@' + '48bdd208dcdbb018c
4a154cf260414dbdfabb86d', # from svn revision 295151 | 204 Var('chromium_git') + '/chromium/deps/libsrtp.git' + '@' + '48bdd208dcdbb018
c4a154cf260414dbdfabb86d', # from svn revision 295151 |
202 | 205 |
203 'src/third_party/yasm/source/patched-yasm': | 206 'src/third_party/yasm/source/patched-yasm': |
204 Var('chromium_git') + '/chromium/deps/yasm/patched-yasm.git' + '@' + '7da28c6
c7c6a1387217352ce02b31754deb54d2a', | 207 Var('chromium_git') + '/chromium/deps/yasm/patched-yasm.git' + '@' + '7da28c
6c7c6a1387217352ce02b31754deb54d2a', |
205 | 208 |
206 'src/third_party/libjpeg_turbo': | 209 'src/third_party/libjpeg_turbo': |
207 Var('chromium_git') + '/chromium/deps/libjpeg_turbo.git' + '@' + '7260e4d8b8e
1e40b17f03fafdf1cd83296900f76', | 210 Var('chromium_git') + '/chromium/deps/libjpeg_turbo.git' + '@' + '7260e4d8b8
e1e40b17f03fafdf1cd83296900f76', |
208 | 211 |
209 'src/third_party/flac': | 212 'src/third_party/flac': |
210 Var('chromium_git') + '/chromium/deps/flac.git' + '@' + 'd0c35f878ec26f969c16
31350b1d36fbd88ad8bb', | 213 Var('chromium_git') + '/chromium/deps/flac.git' + '@' + 'd0c35f878ec26f969c1
631350b1d36fbd88ad8bb', |
211 | 214 |
212 'src/third_party/flatbuffers/src': | 215 'src/third_party/flatbuffers/src': |
213 Var('chromium_git') + '/external/github.com/google/flatbuffers.git' + '@' + '
e92ae5199d52fd59540a800bec7eef46cd778257', | 216 Var('chromium_git') + '/external/github.com/google/flatbuffers.git' + '@' +
'e92ae5199d52fd59540a800bec7eef46cd778257', |
214 | 217 |
215 'src/third_party/pyftpdlib/src': | 218 'src/third_party/pyftpdlib/src': |
216 Var('chromium_git') + '/external/pyftpdlib.git' + '@' + '2be6d65e31c7ee6320d
059f581f05ae8d89d7e45', | 219 Var('chromium_git') + '/external/pyftpdlib.git' + '@' + '2be6d65e31c7ee6320d
059f581f05ae8d89d7e45', |
217 | 220 |
218 'src/third_party/scons-2.0.1': | 221 'src/third_party/scons-2.0.1': |
219 Var('chromium_git') + '/native_client/src/third_party/scons-2.0.1.git' + '@'
+ '1c1550e17fc26355d08627fbdec13d8291227067', | 222 Var('chromium_git') + '/native_client/src/third_party/scons-2.0.1.git' + '@'
+ '1c1550e17fc26355d08627fbdec13d8291227067', |
220 | 223 |
221 'src/third_party/webrtc': | 224 'src/third_party/webrtc': |
222 Var('chromium_git') + '/external/webrtc/trunk/webrtc.git' + '@' + 'aad4d9558
68374ff2d78a635051d032e04d29bd2', # commit position 14351 | 225 Var('chromium_git') + '/external/webrtc/trunk/webrtc.git' + '@' + 'aad4d9558
68374ff2d78a635051d032e04d29bd2', # commit position 14351 |
223 | 226 |
224 'src/third_party/openmax_dl': | 227 'src/third_party/openmax_dl': |
225 Var('chromium_git') + '/external/webrtc/deps/third_party/openmax.git' + '@'
+ Var('openmax_dl_revision'), | 228 Var('chromium_git') + '/external/webrtc/deps/third_party/openmax.git' + '@'
+ Var('openmax_dl_revision'), |
226 | 229 |
227 'src/third_party/jsoncpp/source': | 230 'src/third_party/jsoncpp/source': |
228 Var('chromium_git') + '/external/github.com/open-source-parsers/jsoncpp.git'
+ '@' + 'f572e8e42e22cfcf5ab0aea26574f408943edfa4', # from svn 248 | 231 Var('chromium_git') + '/external/github.com/open-source-parsers/jsoncpp.git'
+ '@' + 'f572e8e42e22cfcf5ab0aea26574f408943edfa4', # from svn 248 |
229 | 232 |
230 'src/third_party/libyuv': | 233 'src/third_party/libyuv': |
231 Var('chromium_git') + '/libyuv/libyuv.git' + '@' + 'de944ed8c74909ea6fbd743a
22efe1e55e851b83', | 234 Var('chromium_git') + '/libyuv/libyuv.git' + '@' + 'de944ed8c74909ea6fbd743a
22efe1e55e851b83', |
232 | 235 |
233 'src/third_party/smhasher/src': | 236 'src/third_party/smhasher/src': |
234 Var('chromium_git') + '/external/smhasher.git' + '@' + 'e87738e57558e0ec472b
2fc3a643b838e5b6e88f', | 237 Var('chromium_git') + '/external/smhasher.git' + '@' + 'e87738e57558e0ec472b
2fc3a643b838e5b6e88f', |
235 | 238 |
236 'src/third_party/libaddressinput/src': | 239 'src/third_party/libaddressinput/src': |
237 Var('chromium_git') + '/external/libaddressinput.git' + '@' + '5eeeb797e79fa
01503fcdcbebdc50036fac023ef', | 240 Var('chromium_git') + '/external/libaddressinput.git' + '@' + '5eeeb797e79fa
01503fcdcbebdc50036fac023ef', |
238 | 241 |
239 'src/third_party/libphonenumber/dist': | 242 'src/third_party/libphonenumber/dist': |
240 Var('chromium_git') + '/external/libphonenumber.git' + '@' + 'a4da30df63a097
d67e3c429ead6790ad91d36cf4', | 243 Var('chromium_git') + '/external/libphonenumber.git' + '@' + 'a4da30df63a097
d67e3c429ead6790ad91d36cf4', |
241 | 244 |
242 'src/third_party/webpagereplay': | 245 'src/third_party/webpagereplay': |
243 Var('chromium_git') + '/external/github.com/chromium/web-page-replay.git' + '
@' + '3cd3a3f6f06a1b87b14b9162c7eb16d23d141241', | 246 Var('chromium_git') + '/external/github.com/chromium/web-page-replay.git' +
'@' + '3cd3a3f6f06a1b87b14b9162c7eb16d23d141241', |
244 | 247 |
245 'src/third_party/pywebsocket/src': | 248 'src/third_party/pywebsocket/src': |
246 Var('chromium_git') + '/external/github.com/google/pywebsocket.git' + '@' +
'2d7b73c3acbd0f41dcab487ae5c97c6feae06ce2', | 249 Var('chromium_git') + '/external/github.com/google/pywebsocket.git' + '@' +
'2d7b73c3acbd0f41dcab487ae5c97c6feae06ce2', |
247 | 250 |
248 'src/media/cdm/api': | 251 'src/media/cdm/api': |
249 Var('chromium_git') + '/chromium/cdm.git' + '@' + '6a62dcef02523e2d5be4defb68
a7d9363c7389d2', | 252 Var('chromium_git') + '/chromium/cdm.git' + '@' + '6a62dcef02523e2d5be4defb6
8a7d9363c7389d2', |
250 | 253 |
251 'src/third_party/mesa/src': | 254 'src/third_party/mesa/src': |
252 Var('chromium_git') + '/chromium/deps/mesa.git' + '@' + 'ef811c6bd4de74e13e70
35ca882cc77f85793fef', | 255 Var('chromium_git') + '/chromium/deps/mesa.git' + '@' + 'ef811c6bd4de74e13e7
035ca882cc77f85793fef', |
253 | 256 |
254 'src/third_party/ced/src': | 257 'src/third_party/ced/src': |
255 Var('chromium_git') + '/external/github.com/google/compact_enc_det.git' + '@
' + '9012c0ab648025dd0f8df14294bf5d6d73793ac9', | 258 Var('chromium_git') + '/external/github.com/google/compact_enc_det.git' + '@
' + '9012c0ab648025dd0f8df14294bf5d6d73793ac9', |
256 | 259 |
257 'src/third_party/swiftshader': | 260 'src/third_party/swiftshader': |
258 'https://swiftshader.googlesource.com/SwiftShader.git' + '@' + Var('swiftsha
der_revision'), | 261 Var('swiftshader_git') + '/SwiftShader.git' + '@' + Var('swiftshader_revisi
on'), |
259 | 262 |
260 'src/third_party/cld_2/src': | 263 'src/third_party/cld_2/src': |
261 Var('chromium_git') + '/external/github.com/CLD2Owners/cld2.git' + '@' + '84
b58a5d7690ebf05a91406f371ce00c3daf31c0', | 264 Var('chromium_git') + '/external/github.com/CLD2Owners/cld2.git' + '@' + '84
b58a5d7690ebf05a91406f371ce00c3daf31c0', |
262 | 265 |
263 'src/third_party/cld_3/src': | 266 'src/third_party/cld_3/src': |
264 Var('chromium_git') + '/external/github.com/google/cld_3.git' + '@' + 'f0167
2272dacc4cb3409f458ed61f7d4eb0f47de', | 267 Var('chromium_git') + '/external/github.com/google/cld_3.git' + '@' + 'f0167
2272dacc4cb3409f458ed61f7d4eb0f47de', |
265 | 268 |
266 'src/third_party/libwebm/source': | 269 'src/third_party/libwebm/source': |
267 Var('chromium_git') + '/webm/libwebm.git' + '@' + '9a235e0bc94319c5f7184bd69c
be5468a74a025c', | 270 Var('chromium_git') + '/webm/libwebm.git' + '@' + '9a235e0bc94319c5f7184bd69
cbe5468a74a025c', |
268 | 271 |
269 'src/third_party/pdfium': | 272 'src/third_party/pdfium': |
270 'https://pdfium.googlesource.com/pdfium.git' + '@' + Var('pdfium_revision'), | 273 Var('pdfium_git') + '/pdfium.git' + '@' + Var('pdfium_revision'), |
271 | 274 |
272 'src/third_party/boringssl/src': | 275 'src/third_party/boringssl/src': |
273 'https://boringssl.googlesource.com/boringssl.git' + '@' + Var('boringssl_re
vision'), | 276 Var('boringssl_git') + '/boringssl.git' + '@' + Var('boringssl_revision'), |
274 | 277 |
275 'src/third_party/py_trace_event/src': | 278 'src/third_party/py_trace_event/src': |
276 Var('chromium_git') + '/external/py_trace_event.git' + '@' + 'dd463ea9e2c430
de2b9e53dea57a77b4c3ac9b30', | 279 Var('chromium_git') + '/external/py_trace_event.git' + '@' + 'dd463ea9e2c430
de2b9e53dea57a77b4c3ac9b30', |
277 | 280 |
278 'src/third_party/dom_distiller_js/dist': | 281 'src/third_party/dom_distiller_js/dist': |
279 Var('chromium_git') + '/external/github.com/chromium/dom-distiller-dist.git'
+ '@' + 'a018e245289d10291c59ebf827bd748bfeb93343', | 282 Var('chromium_git') + '/external/github.com/chromium/dom-distiller-dist.git'
+ '@' + 'a018e245289d10291c59ebf827bd748bfeb93343', |
280 | 283 |
281 'src/third_party/catapult': | 284 'src/third_party/catapult': |
282 Var('chromium_git') + '/external/github.com/catapult-project/catapult.git' +
'@' + | 285 Var('chromium_git') + '/external/github.com/catapult-project/catapult.git' +
'@' + |
283 Var('catapult_revision'), | 286 Var('catapult_revision'), |
284 | 287 |
285 'src/third_party/openh264/src': | 288 'src/third_party/openh264/src': |
286 Var('chromium_git') + '/external/github.com/cisco/openh264' + '@' + 'b37cda2
48234162033e3e11b0335f3131cdfe488', | 289 Var('chromium_git') + '/external/github.com/cisco/openh264' + '@' + 'b37cda2
48234162033e3e11b0335f3131cdfe488', |
287 | 290 |
288 'src/third_party/re2/src': | 291 'src/third_party/re2/src': |
289 Var('chromium_git') + '/external/github.com/google/re2.git' + '@' + 'dba3349
aba83b5588e85e5ecf2b56c97f2d259b7', | 292 Var('chromium_git') + '/external/github.com/google/re2.git' + '@' + 'dba3349
aba83b5588e85e5ecf2b56c97f2d259b7', |
290 | 293 |
291 # Used for building libFuzzers (only supports Linux). | 294 # Used for building libFuzzers (only supports Linux). |
292 'src/third_party/libFuzzer/src': | 295 'src/third_party/libFuzzer/src': |
293 Var('chromium_git') + '/chromium/llvm-project/llvm/lib/Fuzzer.git' + '@' +
Var('libfuzzer_revision'), | 296 Var('chromium_git') + '/chromium/llvm-project/llvm/lib/Fuzzer.git' + '@' +
Var('libfuzzer_revision'), |
294 | 297 |
295 'src/third_party/visualmetrics/src': | 298 'src/third_party/visualmetrics/src': |
296 Var('chromium_git') + '/external/github.com/WPO-Foundation/visualmetrics.git
' + '@' + '1edde9d2fe203229c895b648fdec355917200ad6', | 299 Var('chromium_git') + '/external/github.com/WPO-Foundation/visualmetrics.git
' + '@' + '1edde9d2fe203229c895b648fdec355917200ad6', |
297 } | 300 } |
298 | 301 |
299 | 302 |
300 deps_os = { | 303 deps_os = { |
301 'win': { | 304 'win': { |
302 'src/third_party/cygwin': | 305 'src/third_party/cygwin': |
303 Var('chromium_git') + '/chromium/deps/cygwin.git' + '@' + 'c89e446b273697fa
df3a10ff1007a97c0b7de6df', | 306 Var('chromium_git') + '/chromium/deps/cygwin.git' + '@' + 'c89e446b273697f
adf3a10ff1007a97c0b7de6df', |
304 | 307 |
305 'src/third_party/psyco_win32': | 308 'src/third_party/psyco_win32': |
306 Var('chromium_git') + '/chromium/deps/psyco_win32.git' + '@' + 'f5af9f6910e
e5a8075bbaeed0591469f1661d868', | 309 Var('chromium_git') + '/chromium/deps/psyco_win32.git' + '@' + 'f5af9f6910
ee5a8075bbaeed0591469f1661d868', |
307 | 310 |
308 'src/third_party/bison': | 311 'src/third_party/bison': |
309 Var('chromium_git') + '/chromium/deps/bison.git' + '@' + '083c9a45e4affdd54
64ee2b224c2df649c6e26c3', | 312 Var('chromium_git') + '/chromium/deps/bison.git' + '@' + '083c9a45e4affdd5
464ee2b224c2df649c6e26c3', |
310 | 313 |
311 'src/third_party/gperf': | 314 'src/third_party/gperf': |
312 Var('chromium_git') + '/chromium/deps/gperf.git' + '@' + 'd892d79f64f944977
0443fb06da49b5a1e5d33c1', | 315 Var('chromium_git') + '/chromium/deps/gperf.git' + '@' + 'd892d79f64f94497
70443fb06da49b5a1e5d33c1', |
313 | 316 |
314 'src/third_party/perl': | 317 'src/third_party/perl': |
315 Var('chromium_git') + '/chromium/deps/perl.git' + '@' + 'ac0d98b5cee6c024b0
cffeb4f8f45b6fc5ccdb78', | 318 Var('chromium_git') + '/chromium/deps/perl.git' + '@' + 'ac0d98b5cee6c024b
0cffeb4f8f45b6fc5ccdb78', |
316 | 319 |
317 'src/third_party/lighttpd': | 320 'src/third_party/lighttpd': |
318 Var('chromium_git') + '/chromium/deps/lighttpd.git' + '@' + Var('lighttpd_r
evision'), | 321 Var('chromium_git') + '/chromium/deps/lighttpd.git' + '@' + Var('lighttpd_
revision'), |
319 | 322 |
320 # Parses Windows PE/COFF executable format. | 323 # Parses Windows PE/COFF executable format. |
321 'src/third_party/pefile': | 324 'src/third_party/pefile': |
322 Var('chromium_git') + '/external/pefile.git' + '@' + '72c6ae42396cb913bcab6
3c15585dc3b5c3f92f1', | 325 Var('chromium_git') + '/external/pefile.git' + '@' + '72c6ae42396cb913bcab
63c15585dc3b5c3f92f1', |
323 | 326 |
324 # GNU binutils assembler for x86-32. | 327 # GNU binutils assembler for x86-32. |
325 'src/third_party/gnu_binutils': | 328 'src/third_party/gnu_binutils': |
326 Var('chromium_git') + '/native_client/deps/third_party/gnu_binutils.git' +
'@' + 'f4003433b61b25666565690caf3d7a7a1a4ec436', | 329 Var('chromium_git') + '/native_client/deps/third_party/gnu_binutils.git' +
'@' + 'f4003433b61b25666565690caf3d7a7a1a4ec436', |
327 # GNU binutils assembler for x86-64. | 330 # GNU binutils assembler for x86-64. |
328 'src/third_party/mingw-w64/mingw/bin': | 331 'src/third_party/mingw-w64/mingw/bin': |
329 Var('chromium_git') + '/native_client/deps/third_party/mingw-w64/mingw/bin
.git' + '@' + '3cc8b140b883a9fe4986d12cfd46c16a093d3527', | 332 Var('chromium_git') + '/native_client/deps/third_party/mingw-w64/mingw/bin
.git' + '@' + '3cc8b140b883a9fe4986d12cfd46c16a093d3527', |
330 | 333 |
331 # Dependencies used by libjpeg-turbo | 334 # Dependencies used by libjpeg-turbo |
332 'src/third_party/yasm/binaries': | 335 'src/third_party/yasm/binaries': |
333 Var('chromium_git') + '/chromium/deps/yasm/binaries.git' + '@' + '52f9b3f4b
0aa06da24ef8b123058bb61ee468881', | 336 Var('chromium_git') + '/chromium/deps/yasm/binaries.git' + '@' + '52f9b3f4
b0aa06da24ef8b123058bb61ee468881', |
334 | 337 |
335 # Binaries for nacl sdk. | 338 # Binaries for nacl sdk. |
336 'src/third_party/nacl_sdk_binaries': | 339 'src/third_party/nacl_sdk_binaries': |
337 Var('chromium_git') + '/chromium/deps/nacl_sdk_binaries.git' + '@' + '759df
ca03bdc774da7ecbf974f6e2b84f43699a5', | 340 Var('chromium_git') + '/chromium/deps/nacl_sdk_binaries.git' + '@' + '759d
fca03bdc774da7ecbf974f6e2b84f43699a5', |
338 }, | 341 }, |
339 'ios': { | 342 'ios': { |
340 'src/ios/third_party/earl_grey/src': | 343 'src/ios/third_party/earl_grey/src': |
341 Var('chromium_git') + '/external/github.com/google/EarlGrey.git' + '@' + '0
90aa5fa68d4c422af4ee84912d30bc89a3e8820', | 344 Var('chromium_git') + '/external/github.com/google/EarlGrey.git' + '@' + '
090aa5fa68d4c422af4ee84912d30bc89a3e8820', |
342 | 345 |
343 'src/ios/third_party/fishhook/src': | 346 'src/ios/third_party/fishhook/src': |
344 Var('chromium_git') + '/external/github.com/facebook/fishhook.git' + '@' +
'd172d5247aa590c25d0b1885448bae76036ea22c', | 347 Var('chromium_git') + '/external/github.com/facebook/fishhook.git' + '@' +
'd172d5247aa590c25d0b1885448bae76036ea22c', |
345 | 348 |
346 'src/ios/third_party/gcdwebserver/src': | 349 'src/ios/third_party/gcdwebserver/src': |
347 Var('chromium_git') + '/external/github.com/swisspol/GCDWebServer.git' + '@
' + '3d5fd0b8281a7224c057deb2d17709b5bea64836', | 350 Var('chromium_git') + '/external/github.com/swisspol/GCDWebServer.git' + '
@' + '3d5fd0b8281a7224c057deb2d17709b5bea64836', |
348 | 351 |
349 'src/ios/third_party/material_text_accessibility_ios/src': | 352 'src/ios/third_party/material_text_accessibility_ios/src': |
350 Var('chromium_git') + '/external/github.com/google/material-text-accessibil
ity-ios.git' + '@' + '5a8cb31cf26d661f4b0f5fbcc9119cf3930ed098', | 353 Var('chromium_git') + '/external/github.com/google/material-text-accessibi
lity-ios.git' + '@' + '5a8cb31cf26d661f4b0f5fbcc9119cf3930ed098', |
351 | 354 |
352 'src/ios/third_party/ochamcrest/src': | 355 'src/ios/third_party/ochamcrest/src': |
353 Var('chromium_git') + '/external/github.com/hamcrest/OCHamcrest.git' + '@'
+ 'd7ee4ecfb6bd13c3c8d364682b6228ccd86e1e1a', | 356 Var('chromium_git') + '/external/github.com/hamcrest/OCHamcrest.git' + '@'
+ 'd7ee4ecfb6bd13c3c8d364682b6228ccd86e1e1a', |
354 | 357 |
355 'src/third_party/google_toolbox_for_mac/src': | 358 'src/third_party/google_toolbox_for_mac/src': |
356 Var('chromium_git') + '/external/github.com/google/google-toolbox-for-mac.
git' + '@' + Var('google_toolbox_for_mac_revision'), | 359 Var('chromium_git') + '/external/github.com/google/google-toolbox-for-mac.
git' + '@' + Var('google_toolbox_for_mac_revision'), |
357 }, | 360 }, |
358 'mac': { | 361 'mac': { |
359 'src/third_party/google_toolbox_for_mac/src': | 362 'src/third_party/google_toolbox_for_mac/src': |
360 Var('chromium_git') + '/external/github.com/google/google-toolbox-for-mac.
git' + '@' + Var('google_toolbox_for_mac_revision'), | 363 Var('chromium_git') + '/external/github.com/google/google-toolbox-for-mac.
git' + '@' + Var('google_toolbox_for_mac_revision'), |
361 | 364 |
362 | 365 |
363 'src/third_party/lighttpd': | 366 'src/third_party/lighttpd': |
364 Var('chromium_git') + '/chromium/deps/lighttpd.git' + '@' + Var('lighttpd_r
evision'), | 367 Var('chromium_git') + '/chromium/deps/lighttpd.git' + '@' + Var('lighttpd_
revision'), |
365 | 368 |
366 'src/chrome/installer/mac/third_party/xz/xz': | 369 'src/chrome/installer/mac/third_party/xz/xz': |
367 Var('chromium_git') + '/chromium/deps/xz.git' + '@' + 'eecaf55632ca72e90eb2
641376bce7cdbc7284f7', | 370 Var('chromium_git') + '/chromium/deps/xz.git' + '@' + 'eecaf55632ca72e90eb
2641376bce7cdbc7284f7', |
368 }, | 371 }, |
369 'unix': { | 372 'unix': { |
370 # Linux, really. | 373 # Linux, really. |
371 'src/third_party/xdg-utils': | 374 'src/third_party/xdg-utils': |
372 Var('chromium_git') + '/chromium/deps/xdg-utils.git' + '@' + 'd80274d5869b1
7b8c9067a1022e4416ee7ed5e0d', | 375 Var('chromium_git') + '/chromium/deps/xdg-utils.git' + '@' + 'd80274d5869b
17b8c9067a1022e4416ee7ed5e0d', |
373 | 376 |
374 'src/third_party/lss': | 377 'src/third_party/lss': |
375 Var('chromium_git') + '/linux-syscall-support.git' + '@' + Var('lss_revisi
on'), | 378 Var('chromium_git') + '/linux-syscall-support.git' + '@' + Var('lss_revisi
on'), |
376 | 379 |
377 # For Linux and Chromium OS. | 380 # For Linux and Chromium OS. |
378 'src/third_party/cros_system_api': | 381 'src/third_party/cros_system_api': |
379 Var('chromium_git') + '/chromiumos/platform/system_api.git' + '@' + '6d7653
e36068a12f538512f80c4ce77ea2492b92', | 382 Var('chromium_git') + '/chromiumos/platform/system_api.git' + '@' + '6d765
3e36068a12f538512f80c4ce77ea2492b92', |
380 | 383 |
381 # Note that this is different from Android's freetype repo. | 384 # Note that this is different from Android's freetype repo. |
382 'src/third_party/freetype2/src': | 385 'src/third_party/freetype2/src': |
383 Var('chromium_git') + '/chromium/src/third_party/freetype2.git' + '@' + 'fc
1532a7c4c592f24a4c1a0261d2845524ca5cff', | 386 Var('chromium_git') + '/chromium/src/third_party/freetype2.git' + '@' + 'f
c1532a7c4c592f24a4c1a0261d2845524ca5cff', |
384 | 387 |
385 'src/third_party/freetype-android/src': | 388 'src/third_party/freetype-android/src': |
386 Var('chromium_git') + '/chromium/src/third_party/freetype2.git' + '@' + Var
('freetype_android_revision'), | 389 Var('chromium_git') + '/chromium/src/third_party/freetype2.git' + '@' + Va
r('freetype_android_revision'), |
387 | 390 |
388 # Build tools for Chrome OS. Note: This depends on third_party/pyelftools. | 391 # Build tools for Chrome OS. Note: This depends on third_party/pyelftools. |
389 'src/third_party/chromite': | 392 'src/third_party/chromite': |
390 Var('chromium_git') + '/chromiumos/chromite.git' + '@' + '0123f4124441ddb85
745a6cb1ff853916e9626c9', | 393 Var('chromium_git') + '/chromiumos/chromite.git' + '@' + '0123f4124441ddb8
5745a6cb1ff853916e9626c9', |
391 | 394 |
392 # Dependency of chromite.git and skia. | 395 # Dependency of chromite.git and skia. |
393 'src/third_party/pyelftools': | 396 'src/third_party/pyelftools': |
394 Var('chromium_git') + '/chromiumos/third_party/pyelftools.git' + '@' + '19b
3e610c86fcadb837d252c794cb5e8008826ae', | 397 Var('chromium_git') + '/chromiumos/third_party/pyelftools.git' + '@' + '19
b3e610c86fcadb837d252c794cb5e8008826ae', |
395 | 398 |
396 'src/third_party/liblouis/src': | 399 'src/third_party/liblouis/src': |
397 Var('chromium_git') + '/external/liblouis-github.git' + '@' + '5f9c03f2a347
8561deb6ae4798175094be8a26c2', | 400 Var('chromium_git') + '/external/liblouis-github.git' + '@' + '5f9c03f2a34
78561deb6ae4798175094be8a26c2', |
398 | 401 |
399 # Used for embedded builds. CrOS & Linux use the system version. | 402 # Used for embedded builds. CrOS & Linux use the system version. |
400 'src/third_party/fontconfig/src': | 403 'src/third_party/fontconfig/src': |
401 Var('chromium_git') + '/external/fontconfig.git' + '@' + 'f16c3118e25546c1b
749f9823c51827a60aeb5c1', | 404 Var('chromium_git') + '/external/fontconfig.git' + '@' + 'f16c3118e25546c1
b749f9823c51827a60aeb5c1', |
402 | 405 |
403 # Graphics buffer allocator for Chrome OS. | 406 # Graphics buffer allocator for Chrome OS. |
404 'src/third_party/minigbm/src': | 407 'src/third_party/minigbm/src': |
405 Var('chromium_git') + '/chromiumos/platform/minigbm.git' + '@' + 'f9e7c4c8e
91fb354abf714c7a5c89b4990814ff3', | 408 Var('chromium_git') + '/chromiumos/platform/minigbm.git' + '@' + 'f9e7c4c8
e91fb354abf714c7a5c89b4990814ff3', |
406 | 409 |
407 # Display server protocol for Linux. | 410 # Display server protocol for Linux. |
408 'src/third_party/wayland/src': | 411 'src/third_party/wayland/src': |
409 Var('chromium_git') + '/external/anongit.freedesktop.org/git/wayland/waylan
d.git' + '@' + '47163797f810373c81b6e13b7a8a245eb9877785', | 412 Var('chromium_git') + '/external/anongit.freedesktop.org/git/wayland/wayla
nd.git' + '@' + '47163797f810373c81b6e13b7a8a245eb9877785', |
410 | 413 |
411 # Wayland protocols that add functionality not available in the core protoco
l. | 414 # Wayland protocols that add functionality not available in the core protoco
l. |
412 'src/third_party/wayland-protocols/src': | 415 'src/third_party/wayland-protocols/src': |
413 Var('chromium_git') + '/external/anongit.freedesktop.org/git/wayland/waylan
d-protocols.git' + '@' + '2e541a36deff5f2e16e25e27f7f93d26822eecc2', | 416 Var('chromium_git') + '/external/anongit.freedesktop.org/git/wayland/wayla
nd-protocols.git' + '@' + '2e541a36deff5f2e16e25e27f7f93d26822eecc2', |
414 | 417 |
415 # Wireless Display Software. Used on Chrome OS. | 418 # Wireless Display Software. Used on Chrome OS. |
416 'src/third_party/wds/src': | 419 'src/third_party/wds/src': |
417 Var('chromium_git') + '/external/github.com/01org/wds' + '@' + 'ac3d8210d95
f3000bf5c8e16a79dbbbf22d554a5', | 420 Var('chromium_git') + '/external/github.com/01org/wds' + '@' + 'ac3d8210d9
5f3000bf5c8e16a79dbbbf22d554a5', |
418 | 421 |
419 # gRPC, an RPC framework. For Blimp use only. | 422 # gRPC, an RPC framework. For Blimp use only. |
420 'src/third_party/grpc': | 423 'src/third_party/grpc': |
421 Var('chromium_git') + '/external/github.com/grpc/grpc' + '@' + '3f186a41daa
7c951234ea98cfaa50996047a47fd', | 424 Var('chromium_git') + '/external/github.com/grpc/grpc' + '@' + '3f186a41da
a7c951234ea98cfaa50996047a47fd', |
422 }, | 425 }, |
423 'android': { | 426 'android': { |
424 'src/third_party/android_protobuf/src': | 427 'src/third_party/android_protobuf/src': |
425 Var('chromium_git') + '/external/android_protobuf.git' + '@' + '999188d0dc7
2e97f7fe08bb756958a2cf090f4e7', | 428 Var('chromium_git') + '/external/android_protobuf.git' + '@' + '999188d0dc
72e97f7fe08bb756958a2cf090f4e7', |
426 | 429 |
427 'src/third_party/android_tools': | 430 'src/third_party/android_tools': |
428 Var('chromium_git') + '/android_tools.git' + '@' + '25d57ead05d3dfef26e9c19
b13ed10b0a69829cf', | 431 Var('chromium_git') + '/android_tools.git' + '@' + '25d57ead05d3dfef26e9c1
9b13ed10b0a69829cf', |
429 | 432 |
430 'src/third_party/apache-mime4j': | 433 'src/third_party/apache-mime4j': |
431 Var('chromium_git') + '/chromium/deps/apache-mime4j.git' + '@' + '28cb1108b
ff4b6cf0a2e86ff58b3d025934ebe3a', | 434 Var('chromium_git') + '/chromium/deps/apache-mime4j.git' + '@' + '28cb1108
bff4b6cf0a2e86ff58b3d025934ebe3a', |
432 | 435 |
433 'src/third_party/apache-portable-runtime/src': | 436 'src/third_party/apache-portable-runtime/src': |
434 Var('chromium_git') + '/external/apache-portable-runtime.git' + '@' + 'c76a
8c4277e09a82eaa229e35246edea1ee0a6a1', | 437 Var('chromium_git') + '/external/apache-portable-runtime.git' + '@' + 'c76
a8c4277e09a82eaa229e35246edea1ee0a6a1', |
435 | 438 |
436 'src/third_party/errorprone/lib': | 439 'src/third_party/errorprone/lib': |
437 Var('chromium_git') + '/chromium/third_party/errorprone.git' + '@' + '0eea
83b66343133b9c76b7d3288c30321818ebcf', | 440 Var('chromium_git') + '/chromium/third_party/errorprone.git' + '@' + '0eea
83b66343133b9c76b7d3288c30321818ebcf', |
438 | 441 |
439 'src/third_party/findbugs': | 442 'src/third_party/findbugs': |
440 Var('chromium_git') + '/chromium/deps/findbugs.git' + '@' + '57f05238d3ac77
ea0a194813d3065dd780c6e566', | 443 Var('chromium_git') + '/chromium/deps/findbugs.git' + '@' + '57f05238d3ac7
7ea0a194813d3065dd780c6e566', |
441 | 444 |
442 'src/third_party/freetype-android/src': | 445 'src/third_party/freetype-android/src': |
443 Var('chromium_git') + '/chromium/src/third_party/freetype2.git' + '@' + Var
('freetype_android_revision'), | 446 Var('chromium_git') + '/chromium/src/third_party/freetype2.git' + '@' + Va
r('freetype_android_revision'), |
444 | 447 |
445 'src/third_party/elfutils/src': | 448 'src/third_party/elfutils/src': |
446 Var('chromium_git') + '/external/elfutils.git' + '@' + '249673729a7e5dbd5de
4f3760bdcaa3d23d154d7', | 449 Var('chromium_git') + '/external/elfutils.git' + '@' + '249673729a7e5dbd5d
e4f3760bdcaa3d23d154d7', |
447 | 450 |
448 'src/third_party/httpcomponents-client': | 451 'src/third_party/httpcomponents-client': |
449 Var('chromium_git') + '/chromium/deps/httpcomponents-client.git' + '@' + '2
85c4dafc5de0e853fa845dce5773e223219601c', | 452 Var('chromium_git') + '/chromium/deps/httpcomponents-client.git' + '@' + '
285c4dafc5de0e853fa845dce5773e223219601c', |
450 | 453 |
451 'src/third_party/httpcomponents-core': | 454 'src/third_party/httpcomponents-core': |
452 Var('chromium_git') + '/chromium/deps/httpcomponents-core.git' + '@' + '9f7
180a96f8fa5cab23f793c14b413356d419e62', | 455 Var('chromium_git') + '/chromium/deps/httpcomponents-core.git' + '@' + '9f
7180a96f8fa5cab23f793c14b413356d419e62', |
453 | 456 |
454 'src/third_party/jsr-305/src': | 457 'src/third_party/jsr-305/src': |
455 Var('chromium_git') + '/external/jsr-305.git' + '@' + '642c508235471f7220a
f6d5df2d3210e3bfc0919', | 458 Var('chromium_git') + '/external/jsr-305.git' + '@' + '642c508235471f7220a
f6d5df2d3210e3bfc0919', |
456 | 459 |
457 'src/third_party/junit/src': | 460 'src/third_party/junit/src': |
458 Var('chromium_git') + '/external/junit.git' + '@' + '64155f8a9babcfcf4263c
f4d08253a1556e75481', | 461 Var('chromium_git') + '/external/junit.git' + '@' + '64155f8a9babcfcf4263c
f4d08253a1556e75481', |
459 | 462 |
460 'src/third_party/mockito/src': | 463 'src/third_party/mockito/src': |
461 Var('chromium_git') + '/external/mockito/mockito.git' + '@' + 'de83ad4598a
d4cf5ea53c69a8a8053780b04b850', | 464 Var('chromium_git') + '/external/mockito/mockito.git' + '@' + 'de83ad4598a
d4cf5ea53c69a8a8053780b04b850', |
462 | 465 |
(...skipping 543 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1006 ], | 1009 ], |
1007 }, | 1010 }, |
1008 ] | 1011 ] |
1009 | 1012 |
1010 recursedeps = [ | 1013 recursedeps = [ |
1011 # android_tools manages the NDK. | 1014 # android_tools manages the NDK. |
1012 'src/third_party/android_tools', | 1015 'src/third_party/android_tools', |
1013 # ANGLE manages DEPS that it also owns the build files for, such as dEQP. | 1016 # ANGLE manages DEPS that it also owns the build files for, such as dEQP. |
1014 ("src/third_party/angle", "DEPS.chromium"), | 1017 ("src/third_party/angle", "DEPS.chromium"), |
1015 ] | 1018 ] |
OLD | NEW |