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

Side by Side Diff: DEPS

Issue 1976673002: Roll WebRTC 12681:12729, Libjingle 12581:12686 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Update WebRTC to 12729 (the dependent WebRTC CL was reverted and relanded) Created 4 years, 7 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 | remoting/protocol/http_ice_config_request_unittest.cc » ('j') | 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 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 183 matching lines...) Expand 10 before | Expand all | Expand 10 after
194 'src/third_party/webdriver/pylib': 194 'src/third_party/webdriver/pylib':
195 Var('chromium_git') + '/external/selenium/py.git' + '@' + '5fd78261a75fe08d2 7ca4835fb6c5ce4b42275bd', 195 Var('chromium_git') + '/external/selenium/py.git' + '@' + '5fd78261a75fe08d2 7ca4835fb6c5ce4b42275bd',
196 196
197 'src/third_party/libvpx/source/libvpx': 197 'src/third_party/libvpx/source/libvpx':
198 Var('chromium_git') + '/webm/libvpx.git' + '@' + '57566ff24adbf8109414ea9085 85cc5edec3ac70', 198 Var('chromium_git') + '/webm/libvpx.git' + '@' + '57566ff24adbf8109414ea9085 85cc5edec3ac70',
199 199
200 'src/third_party/ffmpeg': 200 'src/third_party/ffmpeg':
201 Var('chromium_git') + '/chromium/third_party/ffmpeg.git' + '@' + '77fdc79ab48 570f5018cb4d4086909e8b7297743', 201 Var('chromium_git') + '/chromium/third_party/ffmpeg.git' + '@' + '77fdc79ab48 570f5018cb4d4086909e8b7297743',
202 202
203 'src/third_party/libjingle/source/talk': 203 'src/third_party/libjingle/source/talk':
204 Var('chromium_git') + '/external/webrtc/trunk/talk.git' + '@' + 'ca22ce254a9 86a0b0878d27c4789dacc2eb418a5', # commit position 12581 204 Var('chromium_git') + '/external/webrtc/trunk/talk.git' + '@' + '3c48e13de1d af70d65f675d7a6bc02ea194a6192', # commit position 12686
205 205
206 'src/third_party/usrsctp/usrsctplib': 206 'src/third_party/usrsctp/usrsctplib':
207 Var('chromium_git') + '/external/github.com/sctplab/usrsctp' + '@' + 'c60ec8 b35c3fe6027d7a3faae89d1c8d7dd3ce98', 207 Var('chromium_git') + '/external/github.com/sctplab/usrsctp' + '@' + 'c60ec8 b35c3fe6027d7a3faae89d1c8d7dd3ce98',
208 208
209 'src/third_party/libsrtp': 209 'src/third_party/libsrtp':
210 Var('chromium_git') + '/chromium/deps/libsrtp.git' + '@' + '720780acf8fa41c4a 6ad515d0382d62f8f5195eb', # from svn revision 295151 210 Var('chromium_git') + '/chromium/deps/libsrtp.git' + '@' + '720780acf8fa41c4a 6ad515d0382d62f8f5195eb', # from svn revision 295151
211 211
212 'src/third_party/yasm/source/patched-yasm': 212 'src/third_party/yasm/source/patched-yasm':
213 Var('chromium_git') + '/chromium/deps/yasm/patched-yasm.git' + '@' + '7da28c6 c7c6a1387217352ce02b31754deb54d2a', 213 Var('chromium_git') + '/chromium/deps/yasm/patched-yasm.git' + '@' + '7da28c6 c7c6a1387217352ce02b31754deb54d2a',
214 214
215 'src/third_party/libjpeg_turbo': 215 'src/third_party/libjpeg_turbo':
216 Var('chromium_git') + '/chromium/deps/libjpeg_turbo.git' + '@' + '414f2433e66 34942b9ceea9450bdc21dcc5520cf', 216 Var('chromium_git') + '/chromium/deps/libjpeg_turbo.git' + '@' + '414f2433e66 34942b9ceea9450bdc21dcc5520cf',
217 217
218 'src/third_party/flac': 218 'src/third_party/flac':
219 Var('chromium_git') + '/chromium/deps/flac.git' + '@' + '812243a85937e06102ba 312c6caf8823e243b35b', 219 Var('chromium_git') + '/chromium/deps/flac.git' + '@' + '812243a85937e06102ba 312c6caf8823e243b35b',
220 220
221 'src/third_party/flatbuffers/src': 221 'src/third_party/flatbuffers/src':
222 Var('chromium_git') + '/external/github.com/google/flatbuffers.git' + '@' + ' 6f751d5d26fd566f8c9060358101a2596677f9cf', 222 Var('chromium_git') + '/external/github.com/google/flatbuffers.git' + '@' + ' 6f751d5d26fd566f8c9060358101a2596677f9cf',
223 223
224 'src/third_party/pyftpdlib/src': 224 'src/third_party/pyftpdlib/src':
225 Var('chromium_git') + '/external/pyftpdlib.git' + '@' + '2be6d65e31c7ee6320d 059f581f05ae8d89d7e45', 225 Var('chromium_git') + '/external/pyftpdlib.git' + '@' + '2be6d65e31c7ee6320d 059f581f05ae8d89d7e45',
226 226
227 'src/third_party/scons-2.0.1': 227 'src/third_party/scons-2.0.1':
228 Var('chromium_git') + '/native_client/src/third_party/scons-2.0.1.git' + '@' + '1c1550e17fc26355d08627fbdec13d8291227067', 228 Var('chromium_git') + '/native_client/src/third_party/scons-2.0.1.git' + '@' + '1c1550e17fc26355d08627fbdec13d8291227067',
229 229
230 'src/third_party/webrtc': 230 'src/third_party/webrtc':
231 Var('chromium_git') + '/external/webrtc/trunk/webrtc.git' + '@' + '0ddcbd41f 75d94717296f78a720a20370de57e80', # commit position 12681 231 Var('chromium_git') + '/external/webrtc/trunk/webrtc.git' + '@' + 'a52f9dbcc bc867f9dfd14fbbd42714ad8dfde514', # commit position 12729
232 232
233 'src/third_party/openmax_dl': 233 'src/third_party/openmax_dl':
234 Var('chromium_git') + '/external/webrtc/deps/third_party/openmax.git' + '@' + Var('openmax_dl_revision'), 234 Var('chromium_git') + '/external/webrtc/deps/third_party/openmax.git' + '@' + Var('openmax_dl_revision'),
235 235
236 'src/third_party/jsoncpp/source': 236 'src/third_party/jsoncpp/source':
237 Var('chromium_git') + '/external/github.com/open-source-parsers/jsoncpp.git' + '@' + 'f572e8e42e22cfcf5ab0aea26574f408943edfa4', # from svn 248 237 Var('chromium_git') + '/external/github.com/open-source-parsers/jsoncpp.git' + '@' + 'f572e8e42e22cfcf5ab0aea26574f408943edfa4', # from svn 248
238 238
239 'src/third_party/libyuv': 239 'src/third_party/libyuv':
240 Var('chromium_git') + '/libyuv/libyuv.git' + '@' + '76aee8ced7ca74c724d69c1d cf9891348450c8e8', 240 Var('chromium_git') + '/libyuv/libyuv.git' + '@' + '76aee8ced7ca74c724d69c1d cf9891348450c8e8',
241 241
(...skipping 613 matching lines...) Expand 10 before | Expand all | Expand 10 after
855 'src/build/android/download_doclava.py', 855 'src/build/android/download_doclava.py',
856 ], 856 ],
857 }, 857 },
858 { 858 {
859 # A change to a .gyp, .gypi, or to GYP itself should run the generator. 859 # A change to a .gyp, .gypi, or to GYP itself should run the generator.
860 'name': 'gyp', 860 'name': 'gyp',
861 'pattern': '.', 861 'pattern': '.',
862 'action': ['python', 'src/build/gyp_chromium', '--running-as-hook'], 862 'action': ['python', 'src/build/gyp_chromium', '--running-as-hook'],
863 }, 863 },
864 ] 864 ]
OLDNEW
« no previous file with comments | « no previous file | remoting/protocol/http_ice_config_request_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698