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

Side by Side Diff: DEPS

Issue 969413002: Roll WebRTC 8548:8573, Libjingle 8550:8571 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 9 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 | third_party/libjingle/README.chromium » ('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 189 matching lines...) Expand 10 before | Expand all | Expand 10 after
200 'src/third_party/webdriver/pylib': 200 'src/third_party/webdriver/pylib':
201 Var('chromium_git') + '/external/selenium/py.git' + '@' + '5fd78261a75fe08d2 7ca4835fb6c5ce4b42275bd', 201 Var('chromium_git') + '/external/selenium/py.git' + '@' + '5fd78261a75fe08d2 7ca4835fb6c5ce4b42275bd',
202 202
203 'src/third_party/libvpx': 203 'src/third_party/libvpx':
204 Var('chromium_git') + '/chromium/deps/libvpx.git' + '@' + Var('libvpx_revisi on'), 204 Var('chromium_git') + '/chromium/deps/libvpx.git' + '@' + Var('libvpx_revisi on'),
205 205
206 'src/third_party/ffmpeg': 206 'src/third_party/ffmpeg':
207 Var('chromium_git') + '/chromium/third_party/ffmpeg.git' + '@' + 'f5698b4f3e3 e8eacad18d77cf69882fe14015de5', 207 Var('chromium_git') + '/chromium/third_party/ffmpeg.git' + '@' + 'f5698b4f3e3 e8eacad18d77cf69882fe14015de5',
208 208
209 'src/third_party/libjingle/source/talk': 209 'src/third_party/libjingle/source/talk':
210 Var('chromium_git') + '/external/webrtc/trunk/talk.git' + '@' + 'bbfd3991a4a 9b270c352ccba09b5d60b3222ef10', 210 Var('chromium_git') + '/external/webrtc/trunk/talk.git' + '@' + '3b22f077ebf 4bcb3195cf74624d17439d2176d5c',
211 211
212 'src/third_party/usrsctp/usrsctplib': 212 'src/third_party/usrsctp/usrsctplib':
213 Var('chromium_git') + '/external/usrsctplib.git' + '@' + '13718c7b9fd376fde0 92cbd3c5347d15059ac652', # from svn revision 9167 213 Var('chromium_git') + '/external/usrsctplib.git' + '@' + '13718c7b9fd376fde0 92cbd3c5347d15059ac652', # from svn revision 9167
214 214
215 'src/third_party/libsrtp': 215 'src/third_party/libsrtp':
216 Var('chromium_git') + '/chromium/deps/libsrtp.git' + '@' + '6446144c7f083552f 21cc4e6768e891bcb767574', 216 Var('chromium_git') + '/chromium/deps/libsrtp.git' + '@' + '6446144c7f083552f 21cc4e6768e891bcb767574',
217 217
218 'src/third_party/yasm/source/patched-yasm': 218 'src/third_party/yasm/source/patched-yasm':
219 Var('chromium_git') + '/chromium/deps/yasm/patched-yasm.git' + '@' + '4671120 cd8558ce62ee8672ebf3eb6f5216f909b', 219 Var('chromium_git') + '/chromium/deps/yasm/patched-yasm.git' + '@' + '4671120 cd8558ce62ee8672ebf3eb6f5216f909b',
220 220
221 'src/third_party/libjpeg_turbo': 221 'src/third_party/libjpeg_turbo':
222 Var('chromium_git') + '/chromium/deps/libjpeg_turbo.git' + '@' + '034e9a9747e 0983bc19808ea70e469bc8342081f', 222 Var('chromium_git') + '/chromium/deps/libjpeg_turbo.git' + '@' + '034e9a9747e 0983bc19808ea70e469bc8342081f',
223 223
224 'src/third_party/flac': 224 'src/third_party/flac':
225 Var('chromium_git') + '/chromium/deps/flac.git' + '@' + '0635a091379d9677f1dd de5f2eec85d0f096f219', 225 Var('chromium_git') + '/chromium/deps/flac.git' + '@' + '0635a091379d9677f1dd de5f2eec85d0f096f219',
226 226
227 'src/third_party/pyftpdlib/src': 227 'src/third_party/pyftpdlib/src':
228 Var('chromium_git') + '/external/pyftpdlib.git' + '@' + '2be6d65e31c7ee6320d 059f581f05ae8d89d7e45', 228 Var('chromium_git') + '/external/pyftpdlib.git' + '@' + '2be6d65e31c7ee6320d 059f581f05ae8d89d7e45',
229 229
230 'src/third_party/scons-2.0.1': 230 'src/third_party/scons-2.0.1':
231 Var('chromium_git') + '/native_client/src/third_party/scons-2.0.1.git' + '@' + '1c1550e17fc26355d08627fbdec13d8291227067', 231 Var('chromium_git') + '/native_client/src/third_party/scons-2.0.1.git' + '@' + '1c1550e17fc26355d08627fbdec13d8291227067',
232 232
233 'src/third_party/webrtc': 233 'src/third_party/webrtc':
234 Var('chromium_git') + '/external/webrtc/trunk/webrtc.git' + '@' + '1e5b7f78e 95daa0e0cb8a6ddfee20011208154b6', 234 Var('chromium_git') + '/external/webrtc/trunk/webrtc.git' + '@' + 'c9dfd1c66 4e7fd1859efc3d9dd3aaca1894898d6',
235 235
236 'src/third_party/openmax_dl': 236 'src/third_party/openmax_dl':
237 Var('chromium_git') + '/external/webrtc/deps/third_party/openmax.git' + '@' + Var('openmax_dl_revision'), 237 Var('chromium_git') + '/external/webrtc/deps/third_party/openmax.git' + '@' + Var('openmax_dl_revision'),
238 238
239 'src/third_party/jsoncpp/source/include': 239 'src/third_party/jsoncpp/source/include':
240 Var('chromium_git') + '/external/jsoncpp/jsoncpp/include.git' + '@' + 'b0dd4 8e02b6e6248328db78a65b5c601f150c349', 240 Var('chromium_git') + '/external/jsoncpp/jsoncpp/include.git' + '@' + 'b0dd4 8e02b6e6248328db78a65b5c601f150c349',
241 241
242 'src/third_party/jsoncpp/source/src/lib_json': 242 'src/third_party/jsoncpp/source/src/lib_json':
243 Var('chromium_git') + '/external/jsoncpp/jsoncpp/src/lib_json.git' + '@' + ' a8caa51ba2f80971a45880425bf2ae864a786784', 243 Var('chromium_git') + '/external/jsoncpp/jsoncpp/src/lib_json.git' + '@' + ' a8caa51ba2f80971a45880425bf2ae864a786784',
244 244
(...skipping 530 matching lines...) Expand 10 before | Expand all | Expand 10 after
775 # corresponding .py files have already been deleted. 775 # corresponding .py files have already been deleted.
776 'name': 'remove_stale_pyc_files', 776 'name': 'remove_stale_pyc_files',
777 'pattern': 'src/tools/.*\\.py', 777 'pattern': 'src/tools/.*\\.py',
778 'action': [ 778 'action': [
779 'python', 779 'python',
780 'src/tools/remove_stale_pyc_files.py', 780 'src/tools/remove_stale_pyc_files.py',
781 'src/tools', 781 'src/tools',
782 ], 782 ],
783 }, 783 },
784 ] 784 ]
OLDNEW
« no previous file with comments | « no previous file | third_party/libjingle/README.chromium » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698