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

Side by Side Diff: DEPS

Issue 1225323003: Roll WebRTC 9555:9563, Libjingle 9558:9559 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 5 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' + '@' + '1f2f7df0f40 05fb620342d847bbaa1ec54122c68', 189 Var('chromium_git') + '/chromium/third_party/ffmpeg.git' + '@' + '1f2f7df0f40 05fb620342d847bbaa1ec54122c68',
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' + '@' + '1b25fa26dbb 02cd3e213d150f749693040ecb98d', # commit position 9558 192 Var('chromium_git') + '/external/webrtc/trunk/talk.git' + '@' + '261b5395f27 610640f5492c2a29100a12c48543b', # commit position 9559
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' + '@' + 'c291ce676d2c855f7b27 39f00f5c7f7e813813dc', 207 Var('chromium_git') + '/chromium/deps/flac.git' + '@' + 'c291ce676d2c855f7b27 39f00f5c7f7e813813dc',
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' + '@' + '09d15b431 fc25892b9500d50fa38972a77164fc8', # commit position 9555 216 Var('chromium_git') + '/external/webrtc/trunk/webrtc.git' + '@' + '3b5caf99e 6166bed8d860e17c452e2df1fe94d13', # commit position 9563
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' + '@' + '0e83b64e8879e9469919dc96 b5d970c7c5bd05af', # from version 1444 225 Var('chromium_git') + '/libyuv/libyuv.git' + '@' + '0e83b64e8879e9469919dc96 b5d970c7c5bd05af', # from version 1444
226 226
(...skipping 562 matching lines...) Expand 10 before | Expand all | Expand 10 after
789 # migration completes (let's say Sep 1 2014). 789 # migration completes (let's say Sep 1 2014).
790 'name': 'check_git_config', 790 'name': 'check_git_config',
791 'pattern': '.', 791 'pattern': '.',
792 'action': [ 792 'action': [
793 'python', 793 'python',
794 'src/tools/check_git_config.py', 794 'src/tools/check_git_config.py',
795 '--running-as-hook', 795 '--running-as-hook',
796 ], 796 ],
797 }, 797 },
798 ] 798 ]
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