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

Side by Side Diff: DEPS

Issue 1669023004: Roll WebRTC 11486:11495, Libjingle 11485:11495 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Update includes in content and remoting Created 4 years, 10 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 | content/browser/renderer_host/p2p/socket_host.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 173 matching lines...) Expand 10 before | Expand all | Expand 10 after
184 'src/third_party/webdriver/pylib': 184 'src/third_party/webdriver/pylib':
185 Var('chromium_git') + '/external/selenium/py.git' + '@' + '5fd78261a75fe08d2 7ca4835fb6c5ce4b42275bd', 185 Var('chromium_git') + '/external/selenium/py.git' + '@' + '5fd78261a75fe08d2 7ca4835fb6c5ce4b42275bd',
186 186
187 'src/third_party/libvpx_new/source/libvpx': 187 'src/third_party/libvpx_new/source/libvpx':
188 Var('chromium_git') + '/webm/libvpx.git' + '@' + 'f51dd8c2ac7dcdbc269918b0d0 fe30920f5641f7', 188 Var('chromium_git') + '/webm/libvpx.git' + '@' + 'f51dd8c2ac7dcdbc269918b0d0 fe30920f5641f7',
189 189
190 'src/third_party/ffmpeg': 190 'src/third_party/ffmpeg':
191 Var('chromium_git') + '/chromium/third_party/ffmpeg.git' + '@' + '501a5c5db44 7ec2b0903551c011dfcbf6c5cd22f', 191 Var('chromium_git') + '/chromium/third_party/ffmpeg.git' + '@' + '501a5c5db44 7ec2b0903551c011dfcbf6c5cd22f',
192 192
193 'src/third_party/libjingle/source/talk': 193 'src/third_party/libjingle/source/talk':
194 Var('chromium_git') + '/external/webrtc/trunk/talk.git' + '@' + 'd70be77dd71 984c9b212dd32ebdcfe585f237ff1', # commit position 11485 194 Var('chromium_git') + '/external/webrtc/trunk/talk.git' + '@' + 'abc975d7cc9 0aafebfa7915eb87d8ee4157a8adf', # commit position 11495
195 195
196 'src/third_party/usrsctp/usrsctplib': 196 'src/third_party/usrsctp/usrsctplib':
197 Var('chromium_git') + '/external/github.com/sctplab/usrsctp' + '@' + 'c60ec8 b35c3fe6027d7a3faae89d1c8d7dd3ce98', 197 Var('chromium_git') + '/external/github.com/sctplab/usrsctp' + '@' + 'c60ec8 b35c3fe6027d7a3faae89d1c8d7dd3ce98',
198 198
199 'src/third_party/libsrtp': 199 'src/third_party/libsrtp':
200 Var('chromium_git') + '/chromium/deps/libsrtp.git' + '@' + '9cc4f2f799887e5d6 4bd28c159ea34b413f6be31', # from svn revision 295151 200 Var('chromium_git') + '/chromium/deps/libsrtp.git' + '@' + '9cc4f2f799887e5d6 4bd28c159ea34b413f6be31', # from svn revision 295151
201 201
202 'src/third_party/yasm/source/patched-yasm': 202 'src/third_party/yasm/source/patched-yasm':
203 Var('chromium_git') + '/chromium/deps/yasm/patched-yasm.git' + '@' + '4671120 cd8558ce62ee8672ebf3eb6f5216f909b', 203 Var('chromium_git') + '/chromium/deps/yasm/patched-yasm.git' + '@' + '4671120 cd8558ce62ee8672ebf3eb6f5216f909b',
204 204
205 'src/third_party/libjpeg_turbo': 205 'src/third_party/libjpeg_turbo':
206 Var('chromium_git') + '/chromium/deps/libjpeg_turbo.git' + '@' + 'e4e75037f29 745f1546b6ebf5cf532e841c04c2c', 206 Var('chromium_git') + '/chromium/deps/libjpeg_turbo.git' + '@' + 'e4e75037f29 745f1546b6ebf5cf532e841c04c2c',
207 207
208 'src/third_party/flac': 208 'src/third_party/flac':
209 Var('chromium_git') + '/chromium/deps/flac.git' + '@' + '2c4b86af352b23498315 c016dc207e3fb2733fc0', 209 Var('chromium_git') + '/chromium/deps/flac.git' + '@' + '2c4b86af352b23498315 c016dc207e3fb2733fc0',
210 210
211 'src/third_party/pyftpdlib/src': 211 'src/third_party/pyftpdlib/src':
212 Var('chromium_git') + '/external/pyftpdlib.git' + '@' + '2be6d65e31c7ee6320d 059f581f05ae8d89d7e45', 212 Var('chromium_git') + '/external/pyftpdlib.git' + '@' + '2be6d65e31c7ee6320d 059f581f05ae8d89d7e45',
213 213
214 'src/third_party/scons-2.0.1': 214 'src/third_party/scons-2.0.1':
215 Var('chromium_git') + '/native_client/src/third_party/scons-2.0.1.git' + '@' + '1c1550e17fc26355d08627fbdec13d8291227067', 215 Var('chromium_git') + '/native_client/src/third_party/scons-2.0.1.git' + '@' + '1c1550e17fc26355d08627fbdec13d8291227067',
216 216
217 'src/third_party/webrtc': 217 'src/third_party/webrtc':
218 Var('chromium_git') + '/external/webrtc/trunk/webrtc.git' + '@' + '052f590e0 dc0129f0a00bfd5cfe86d2aa3c7d806', # commit position 11486 218 Var('chromium_git') + '/external/webrtc/trunk/webrtc.git' + '@' + 'e1bbb30ea b4da8c44324ad7ac418153fd574f0e9', # commit position 11495
219 219
220 'src/third_party/openmax_dl': 220 'src/third_party/openmax_dl':
221 Var('chromium_git') + '/external/webrtc/deps/third_party/openmax.git' + '@' + Var('openmax_dl_revision'), 221 Var('chromium_git') + '/external/webrtc/deps/third_party/openmax.git' + '@' + Var('openmax_dl_revision'),
222 222
223 'src/third_party/jsoncpp/source': 223 'src/third_party/jsoncpp/source':
224 Var('chromium_git') + '/external/github.com/open-source-parsers/jsoncpp.git' + '@' + 'f572e8e42e22cfcf5ab0aea26574f408943edfa4', # from svn 248 224 Var('chromium_git') + '/external/github.com/open-source-parsers/jsoncpp.git' + '@' + 'f572e8e42e22cfcf5ab0aea26574f408943edfa4', # from svn 248
225 225
226 'src/third_party/libyuv': 226 'src/third_party/libyuv':
227 Var('chromium_git') + '/libyuv/libyuv.git' + '@' + '903c91cc2e3c831748d6f616 8b7a8bb98f6ab9ec', # from version 1571 227 Var('chromium_git') + '/libyuv/libyuv.git' + '@' + '903c91cc2e3c831748d6f616 8b7a8bb98f6ab9ec', # from version 1571
228 228
(...skipping 600 matching lines...) Expand 10 before | Expand all | Expand 10 after
829 'src/tools', 829 'src/tools',
830 ], 830 ],
831 }, 831 },
832 { 832 {
833 # A change to a .gyp, .gypi, or to GYP itself should run the generator. 833 # A change to a .gyp, .gypi, or to GYP itself should run the generator.
834 'name': 'gyp', 834 'name': 'gyp',
835 'pattern': '.', 835 'pattern': '.',
836 'action': ['python', 'src/build/gyp_chromium'], 836 'action': ['python', 'src/build/gyp_chromium'],
837 }, 837 },
838 ] 838 ]
OLDNEW
« no previous file with comments | « no previous file | content/browser/renderer_host/p2p/socket_host.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698