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

Side by Side Diff: DEPS

Issue 903153002: Install android test certificate authority when host supports SNI (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add TODO to move cert creation (certutils calls) to webpagereplay.py. Created 5 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 | tools/telemetry/telemetry/core/platform/android_platform_backend.py » ('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 250 matching lines...) Expand 10 before | Expand all | Expand 10 after
261 Var('chromium_git') + '/external/libphonenumber/cpp/src/phonenumbers.git' + '@' + '0d6e3e50e17c94262ad1ca3b7d52b11223084bca', 261 Var('chromium_git') + '/external/libphonenumber/cpp/src/phonenumbers.git' + '@' + '0d6e3e50e17c94262ad1ca3b7d52b11223084bca',
262 'src/third_party/libphonenumber/src/test': 262 'src/third_party/libphonenumber/src/test':
263 Var('chromium_git') + '/external/libphonenumber/cpp/test.git' + '@' + 'f351a 7e007f9c9995494499120bbc361ca808a16', 263 Var('chromium_git') + '/external/libphonenumber/cpp/test.git' + '@' + 'f351a 7e007f9c9995494499120bbc361ca808a16',
264 'src/third_party/libphonenumber/src/resources': 264 'src/third_party/libphonenumber/src/resources':
265 Var('chromium_git') + '/external/libphonenumber/resources.git' + '@' + 'b6df dc7952571ff7ee72643cd88c988cbe966396', 265 Var('chromium_git') + '/external/libphonenumber/resources.git' + '@' + 'b6df dc7952571ff7ee72643cd88c988cbe966396',
266 266
267 'src/tools/deps2git': 267 'src/tools/deps2git':
268 Var('chromium_git') + '/chromium/tools/deps2git.git' + '@' + 'f04828eb0b5acd3 e7ad983c024870f17f17b06d9', 268 Var('chromium_git') + '/chromium/tools/deps2git.git' + '@' + 'f04828eb0b5acd3 e7ad983c024870f17f17b06d9',
269 269
270 'src/third_party/webpagereplay': 270 'src/third_party/webpagereplay':
271 Var('chromium_git') + '/external/web-page-replay.git' + '@' + '2f7b704b8b5679 83c040f555d3e46f9766db8e87', 271 Var('chromium_git') + '/external/web-page-replay.git' + '@' + '532b413ff95e85 95d5028e0dae75dcf3ba712d2e',
272 272
273 'src/third_party/pywebsocket/src': 273 'src/third_party/pywebsocket/src':
274 Var('chromium_git') + '/external/pywebsocket/src.git' + '@' + 'cb349e87ddb30 ff8d1fa1a89be39cec901f4a29c', 274 Var('chromium_git') + '/external/pywebsocket/src.git' + '@' + 'cb349e87ddb30 ff8d1fa1a89be39cec901f4a29c',
275 275
276 'src/third_party/opus/src': 276 'src/third_party/opus/src':
277 Var('chromium_git') + '/chromium/deps/opus.git' + '@' + 'cae696156f1e60006e39 821e79a1811ae1933c69', 277 Var('chromium_git') + '/chromium/deps/opus.git' + '@' + 'cae696156f1e60006e39 821e79a1811ae1933c69',
278 278
279 'src/media/cdm/ppapi/api': 279 'src/media/cdm/ppapi/api':
280 Var('chromium_git') + '/chromium/cdm.git' + '@' + '7b7c6cc620e13c8057b4b6bff1 9e5955feb2c8fa', # from svn revision 293617 280 Var('chromium_git') + '/chromium/cdm.git' + '@' + '7b7c6cc620e13c8057b4b6bff1 9e5955feb2c8fa', # from svn revision 293617
281 281
(...skipping 495 matching lines...) Expand 10 before | Expand all | Expand 10 after
777 # corresponding .py files have already been deleted. 777 # corresponding .py files have already been deleted.
778 'name': 'remove_stale_pyc_files', 778 'name': 'remove_stale_pyc_files',
779 'pattern': 'src/tools/.*\\.py', 779 'pattern': 'src/tools/.*\\.py',
780 'action': [ 780 'action': [
781 'python', 781 'python',
782 'src/tools/remove_stale_pyc_files.py', 782 'src/tools/remove_stale_pyc_files.py',
783 'src/tools', 783 'src/tools',
784 ], 784 ],
785 }, 785 },
786 ] 786 ]
OLDNEW
« no previous file with comments | « no previous file | tools/telemetry/telemetry/core/platform/android_platform_backend.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698