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

Side by Side Diff: DEPS

Issue 755623005: Roll src/third_party/ffmpeg 438ff61:399d38b for 2171 branch (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@2171
Patch Set: Created 6 years 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 | no next file » | 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 automatically processed to create .DEPS.git which is the file 1 # This file is automatically processed to create .DEPS.git which is the file
2 # that gclient uses under git. 2 # that gclient uses under git.
3 # 3 #
4 # See http://code.google.com/p/chromium/wiki/UsingGit 4 # See http://code.google.com/p/chromium/wiki/UsingGit
5 # 5 #
6 # To test manually, run: 6 # To test manually, run:
7 # python tools/deps2git/deps2git.py -o .DEPS.git -w <gclientdir> 7 # python tools/deps2git/deps2git.py -o .DEPS.git -w <gclientdir>
8 # where <gcliendir> is the absolute path to the directory containing the 8 # where <gcliendir> is the absolute path to the directory containing the
9 # .gclient file (the parent of 'src'). 9 # .gclient file (the parent of 'src').
10 # 10 #
(...skipping 193 matching lines...) Expand 10 before | Expand all | Expand 10 after
204 'src/third_party/swig/Lib': 204 'src/third_party/swig/Lib':
205 Var('chromium_git') + '/chromium/deps/swig/Lib.git' + '@' + 'f2a695d52e61e6a8 d967731434f165ed400f0d69', 205 Var('chromium_git') + '/chromium/deps/swig/Lib.git' + '@' + 'f2a695d52e61e6a8 d967731434f165ed400f0d69',
206 206
207 'src/third_party/webdriver/pylib': 207 'src/third_party/webdriver/pylib':
208 Var('chromium_git') + '/external/selenium/py.git' + '@' + '5fd78261a75fe08d2 7ca4835fb6c5ce4b42275bd', 208 Var('chromium_git') + '/external/selenium/py.git' + '@' + '5fd78261a75fe08d2 7ca4835fb6c5ce4b42275bd',
209 209
210 'src/third_party/libvpx': 210 'src/third_party/libvpx':
211 Var('chromium_git') + '/chromium/deps/libvpx.git' + '@' + Var('libvpx_revisi on'), 211 Var('chromium_git') + '/chromium/deps/libvpx.git' + '@' + Var('libvpx_revisi on'),
212 212
213 'src/third_party/ffmpeg': 213 'src/third_party/ffmpeg':
214 Var('chromium_git') + '/chromium/third_party/ffmpeg.git' + '@' + '438ff61fe51 641665f0ec3bc55e7b416d0aa251a', 214 Var('chromium_git') + '/chromium/third_party/ffmpeg.git' + '@' + '399d38b9bab a60763e1db26be5d6a8577a4276f4',
215 215
216 'src/third_party/libjingle/source/talk': 216 'src/third_party/libjingle/source/talk':
217 Var('chromium_git') + '/external/webrtc/trunk/talk.git' + '@' + '40539b82d5a 2c9bcf23d078e997ce0368160f5a3', 217 Var('chromium_git') + '/external/webrtc/trunk/talk.git' + '@' + '40539b82d5a 2c9bcf23d078e997ce0368160f5a3',
218 218
219 'src/third_party/usrsctp/usrsctplib': 219 'src/third_party/usrsctp/usrsctplib':
220 Var('chromium_git') + '/external/usrsctplib.git' + '@' + '8975bd5397c2ec97f5 0e0b87b544054e0536bfe1', 220 Var('chromium_git') + '/external/usrsctplib.git' + '@' + '8975bd5397c2ec97f5 0e0b87b544054e0536bfe1',
221 221
222 'src/third_party/libsrtp': 222 'src/third_party/libsrtp':
223 Var('chromium_git') + '/chromium/deps/libsrtp.git' + '@' + '98284c8600c73812f f4716a6ea157d1e11d417dc', 223 Var('chromium_git') + '/chromium/deps/libsrtp.git' + '@' + '98284c8600c73812f f4716a6ea157d1e11d417dc',
224 224
(...skipping 562 matching lines...) Expand 10 before | Expand all | Expand 10 after
787 # corresponding .py files have already been deleted. 787 # corresponding .py files have already been deleted.
788 'name': 'remove_stale_pyc_files', 788 'name': 'remove_stale_pyc_files',
789 'pattern': 'src/tools/.*\\.py', 789 'pattern': 'src/tools/.*\\.py',
790 'action': [ 790 'action': [
791 'python', 791 'python',
792 'src/tools/remove_stale_pyc_files.py', 792 'src/tools/remove_stale_pyc_files.py',
793 'src/tools', 793 'src/tools',
794 ], 794 ],
795 }, 795 },
796 ] 796 ]
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698