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

Side by Side Diff: DEPS

Issue 1046473002: Use new web-page-replay mirror. (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 | 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 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 248 matching lines...) Expand 10 before | Expand all | Expand 10 after
259 Var('chromium_git') + '/external/libphonenumber/cpp/src/phonenumbers.git' + '@' + '0d6e3e50e17c94262ad1ca3b7d52b11223084bca', 259 Var('chromium_git') + '/external/libphonenumber/cpp/src/phonenumbers.git' + '@' + '0d6e3e50e17c94262ad1ca3b7d52b11223084bca',
260 'src/third_party/libphonenumber/src/test': 260 'src/third_party/libphonenumber/src/test':
261 Var('chromium_git') + '/external/libphonenumber/cpp/test.git' + '@' + 'f351a 7e007f9c9995494499120bbc361ca808a16', 261 Var('chromium_git') + '/external/libphonenumber/cpp/test.git' + '@' + 'f351a 7e007f9c9995494499120bbc361ca808a16',
262 'src/third_party/libphonenumber/src/resources': 262 'src/third_party/libphonenumber/src/resources':
263 Var('chromium_git') + '/external/libphonenumber/resources.git' + '@' + 'b6df dc7952571ff7ee72643cd88c988cbe966396', 263 Var('chromium_git') + '/external/libphonenumber/resources.git' + '@' + 'b6df dc7952571ff7ee72643cd88c988cbe966396',
264 264
265 'src/tools/deps2git': 265 'src/tools/deps2git':
266 Var('chromium_git') + '/chromium/tools/deps2git.git' + '@' + 'f04828eb0b5acd3 e7ad983c024870f17f17b06d9', 266 Var('chromium_git') + '/chromium/tools/deps2git.git' + '@' + 'f04828eb0b5acd3 e7ad983c024870f17f17b06d9',
267 267
268 'src/third_party/webpagereplay': 268 'src/third_party/webpagereplay':
269 Var('chromium_git') + '/external/web-page-replay.git' + '@' + '532b413ff95e85 95d5028e0dae75dcf3ba712d2e', 269 Var('chromium_git') + '/external/github.com/chromium/web-page-replay.git' + ' @' + '5e6780f1f762f635c8f45865308db520c29ac3d8',
270 270
271 'src/third_party/pywebsocket/src': 271 'src/third_party/pywebsocket/src':
272 Var('chromium_git') + '/external/pywebsocket/src.git' + '@' + 'cb349e87ddb30 ff8d1fa1a89be39cec901f4a29c', 272 Var('chromium_git') + '/external/pywebsocket/src.git' + '@' + 'cb349e87ddb30 ff8d1fa1a89be39cec901f4a29c',
273 273
274 'src/third_party/opus/src': 274 'src/third_party/opus/src':
275 Var('chromium_git') + '/chromium/deps/opus.git' + '@' + 'cae696156f1e60006e39 821e79a1811ae1933c69', 275 Var('chromium_git') + '/chromium/deps/opus.git' + '@' + 'cae696156f1e60006e39 821e79a1811ae1933c69',
276 276
277 'src/media/cdm/ppapi/api': 277 'src/media/cdm/ppapi/api':
278 Var('chromium_git') + '/chromium/cdm.git' + '@' + '7377023e384f296cbb27644eb2 c485275f1f92e8', # from svn revision 294518 278 Var('chromium_git') + '/chromium/cdm.git' + '@' + '7377023e384f296cbb27644eb2 c485275f1f92e8', # from svn revision 294518
279 279
(...skipping 511 matching lines...) Expand 10 before | Expand all | Expand 10 after
791 # corresponding .py files have already been deleted. 791 # corresponding .py files have already been deleted.
792 'name': 'remove_stale_pyc_files', 792 'name': 'remove_stale_pyc_files',
793 'pattern': 'src/tools/.*\\.py', 793 'pattern': 'src/tools/.*\\.py',
794 'action': [ 794 'action': [
795 'python', 795 'python',
796 'src/tools/remove_stale_pyc_files.py', 796 'src/tools/remove_stale_pyc_files.py',
797 'src/tools', 797 'src/tools',
798 ], 798 ],
799 }, 799 },
800 ] 800 ]
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