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

Side by Side Diff: DEPS

Issue 1171413002: Roll WebRTC 9397:9407, Libjingle 9392:9404 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 6 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 171 matching lines...) Expand 10 before | Expand all | Expand 10 after
182 'src/third_party/webdriver/pylib': 182 'src/third_party/webdriver/pylib':
183 Var('chromium_git') + '/external/selenium/py.git' + '@' + '5fd78261a75fe08d2 7ca4835fb6c5ce4b42275bd', 183 Var('chromium_git') + '/external/selenium/py.git' + '@' + '5fd78261a75fe08d2 7ca4835fb6c5ce4b42275bd',
184 184
185 'src/third_party/libvpx': 185 'src/third_party/libvpx':
186 Var('chromium_git') + '/chromium/deps/libvpx.git' + '@' + Var('libvpx_revisi on'), 186 Var('chromium_git') + '/chromium/deps/libvpx.git' + '@' + Var('libvpx_revisi on'),
187 187
188 'src/third_party/ffmpeg': 188 'src/third_party/ffmpeg':
189 Var('chromium_git') + '/chromium/third_party/ffmpeg.git' + '@' + '0ec2f1eee82 359bb9c02a912feb1914a3a169cbe', 189 Var('chromium_git') + '/chromium/third_party/ffmpeg.git' + '@' + '0ec2f1eee82 359bb9c02a912feb1914a3a169cbe',
190 190
191 'src/third_party/libjingle/source/talk': 191 'src/third_party/libjingle/source/talk':
192 Var('chromium_git') + '/external/webrtc/trunk/talk.git' + '@' + '76def906af6 fd52acec7b8dbc3d2de83cf510a76', # commit position 9392 192 Var('chromium_git') + '/external/webrtc/trunk/talk.git' + '@' + '9b056ad3ded 21f0d249a873015c6976f951a9e3b', # commit position 9404
193 193
194 'src/third_party/usrsctp/usrsctplib': 194 'src/third_party/usrsctp/usrsctplib':
195 Var('chromium_git') + '/external/usrsctplib.git' + '@' + '36444a999739e9e408 f8f587cb4c3ffeef2e50ac', # from svn revision 9215 195 Var('chromium_git') + '/external/usrsctplib.git' + '@' + '36444a999739e9e408 f8f587cb4c3ffeef2e50ac', # from svn revision 9215
196 196
197 'src/third_party/libsrtp': 197 'src/third_party/libsrtp':
198 Var('chromium_git') + '/chromium/deps/libsrtp.git' + '@' + '9c53f858cddd4d890 e405e91ff3af0b48dfd90e6', # from svn revision 295151 198 Var('chromium_git') + '/chromium/deps/libsrtp.git' + '@' + '9c53f858cddd4d890 e405e91ff3af0b48dfd90e6', # from svn revision 295151
199 199
200 'src/third_party/yasm/source/patched-yasm': 200 'src/third_party/yasm/source/patched-yasm':
201 Var('chromium_git') + '/chromium/deps/yasm/patched-yasm.git' + '@' + '4671120 cd8558ce62ee8672ebf3eb6f5216f909b', 201 Var('chromium_git') + '/chromium/deps/yasm/patched-yasm.git' + '@' + '4671120 cd8558ce62ee8672ebf3eb6f5216f909b',
202 202
203 'src/third_party/libjpeg_turbo': 203 'src/third_party/libjpeg_turbo':
204 Var('chromium_git') + '/chromium/deps/libjpeg_turbo.git' + '@' + 'f4631b6ee8b 1dbb05e51ae335a7886f9ac598ab6', 204 Var('chromium_git') + '/chromium/deps/libjpeg_turbo.git' + '@' + 'f4631b6ee8b 1dbb05e51ae335a7886f9ac598ab6',
205 205
206 'src/third_party/flac': 206 'src/third_party/flac':
207 Var('chromium_git') + '/chromium/deps/flac.git' + '@' + '0635a091379d9677f1dd de5f2eec85d0f096f219', 207 Var('chromium_git') + '/chromium/deps/flac.git' + '@' + '0635a091379d9677f1dd de5f2eec85d0f096f219',
208 208
209 'src/third_party/pyftpdlib/src': 209 'src/third_party/pyftpdlib/src':
210 Var('chromium_git') + '/external/pyftpdlib.git' + '@' + '2be6d65e31c7ee6320d 059f581f05ae8d89d7e45', 210 Var('chromium_git') + '/external/pyftpdlib.git' + '@' + '2be6d65e31c7ee6320d 059f581f05ae8d89d7e45',
211 211
212 'src/third_party/scons-2.0.1': 212 'src/third_party/scons-2.0.1':
213 Var('chromium_git') + '/native_client/src/third_party/scons-2.0.1.git' + '@' + '1c1550e17fc26355d08627fbdec13d8291227067', 213 Var('chromium_git') + '/native_client/src/third_party/scons-2.0.1.git' + '@' + '1c1550e17fc26355d08627fbdec13d8291227067',
214 214
215 'src/third_party/webrtc': 215 'src/third_party/webrtc':
216 Var('chromium_git') + '/external/webrtc/trunk/webrtc.git' + '@' + '3da998b3b ef4692d1b7cc6d754edba15f432189a', # commit position 9397 216 Var('chromium_git') + '/external/webrtc/trunk/webrtc.git' + '@' + '53e1dffa8 88c884cc5c9ac3903932f742a36772b', # commit position 9407
217 217
218 'src/third_party/openmax_dl': 218 'src/third_party/openmax_dl':
219 Var('chromium_git') + '/external/webrtc/deps/third_party/openmax.git' + '@' + Var('openmax_dl_revision'), 219 Var('chromium_git') + '/external/webrtc/deps/third_party/openmax.git' + '@' + Var('openmax_dl_revision'),
220 220
221 'src/third_party/jsoncpp/source': 221 'src/third_party/jsoncpp/source':
222 Var('chromium_git') + '/external/github.com/open-source-parsers/jsoncpp.git' + '@' + 'f572e8e42e22cfcf5ab0aea26574f408943edfa4', # from svn 248 222 Var('chromium_git') + '/external/github.com/open-source-parsers/jsoncpp.git' + '@' + 'f572e8e42e22cfcf5ab0aea26574f408943edfa4', # from svn 248
223 223
224 'src/third_party/libyuv': 224 'src/third_party/libyuv':
225 Var('chromium_git') + '/libyuv/libyuv.git' + '@' + '632c50f29cdacb8c5872ce99 38444b676b4a0c81', # from svn revision 1407 225 Var('chromium_git') + '/libyuv/libyuv.git' + '@' + '632c50f29cdacb8c5872ce99 38444b676b4a0c81', # from svn revision 1407
226 226
(...skipping 542 matching lines...) Expand 10 before | Expand all | Expand 10 after
769 # corresponding .py files have already been deleted. 769 # corresponding .py files have already been deleted.
770 'name': 'remove_stale_pyc_files', 770 'name': 'remove_stale_pyc_files',
771 'pattern': 'src/tools/.*\\.py', 771 'pattern': 'src/tools/.*\\.py',
772 'action': [ 772 'action': [
773 'python', 773 'python',
774 'src/tools/remove_stale_pyc_files.py', 774 'src/tools/remove_stale_pyc_files.py',
775 'src/tools', 775 'src/tools',
776 ], 776 ],
777 }, 777 },
778 ] 778 ]
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