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

Side by Side Diff: DEPS

Issue 1087093002: Roll web-page-replay to d6b0f311b2864581e4112ee839086737a51a4dc6. (attempt 2) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Update DEPs. Created 5 years, 8 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 245 matching lines...) Expand 10 before | Expand all | Expand 10 after
256 Var('chromium_git') + '/external/libphonenumber/cpp/src/phonenumbers.git' + '@' + '0d6e3e50e17c94262ad1ca3b7d52b11223084bca', 256 Var('chromium_git') + '/external/libphonenumber/cpp/src/phonenumbers.git' + '@' + '0d6e3e50e17c94262ad1ca3b7d52b11223084bca',
257 'src/third_party/libphonenumber/src/test': 257 'src/third_party/libphonenumber/src/test':
258 Var('chromium_git') + '/external/libphonenumber/cpp/test.git' + '@' + 'f351a 7e007f9c9995494499120bbc361ca808a16', 258 Var('chromium_git') + '/external/libphonenumber/cpp/test.git' + '@' + 'f351a 7e007f9c9995494499120bbc361ca808a16',
259 'src/third_party/libphonenumber/src/resources': 259 'src/third_party/libphonenumber/src/resources':
260 Var('chromium_git') + '/external/libphonenumber/resources.git' + '@' + 'b6df dc7952571ff7ee72643cd88c988cbe966396', 260 Var('chromium_git') + '/external/libphonenumber/resources.git' + '@' + 'b6df dc7952571ff7ee72643cd88c988cbe966396',
261 261
262 'src/tools/deps2git': 262 'src/tools/deps2git':
263 Var('chromium_git') + '/chromium/tools/deps2git.git' + '@' + 'f04828eb0b5acd3 e7ad983c024870f17f17b06d9', 263 Var('chromium_git') + '/chromium/tools/deps2git.git' + '@' + 'f04828eb0b5acd3 e7ad983c024870f17f17b06d9',
264 264
265 'src/third_party/webpagereplay': 265 'src/third_party/webpagereplay':
266 Var('chromium_git') + '/external/github.com/chromium/web-page-replay.git' + ' @' + '94d7e2a265facfbb0570a9a7fd6c335c774ee866', 266 Var('chromium_git') + '/external/github.com/chromium/web-page-replay.git' + ' @' + '4e4d540a18c099e2ad805696072f95815f313c0e',
267 267
268 'src/third_party/pywebsocket/src': 268 'src/third_party/pywebsocket/src':
269 Var('chromium_git') + '/external/pywebsocket/src.git' + '@' + 'cb349e87ddb30 ff8d1fa1a89be39cec901f4a29c', 269 Var('chromium_git') + '/external/pywebsocket/src.git' + '@' + 'cb349e87ddb30 ff8d1fa1a89be39cec901f4a29c',
270 270
271 'src/third_party/opus/src': 271 'src/third_party/opus/src':
272 Var('chromium_git') + '/chromium/deps/opus.git' + '@' + 'cae696156f1e60006e39 821e79a1811ae1933c69', 272 Var('chromium_git') + '/chromium/deps/opus.git' + '@' + 'cae696156f1e60006e39 821e79a1811ae1933c69',
273 273
274 'src/media/cdm/ppapi/api': 274 'src/media/cdm/ppapi/api':
275 Var('chromium_git') + '/chromium/cdm.git' + '@' + '7377023e384f296cbb27644eb2 c485275f1f92e8', # from svn revision 294518 275 Var('chromium_git') + '/chromium/cdm.git' + '@' + '7377023e384f296cbb27644eb2 c485275f1f92e8', # from svn revision 294518
276 276
(...skipping 509 matching lines...) Expand 10 before | Expand all | Expand 10 after
786 # corresponding .py files have already been deleted. 786 # corresponding .py files have already been deleted.
787 'name': 'remove_stale_pyc_files', 787 'name': 'remove_stale_pyc_files',
788 'pattern': 'src/tools/.*\\.py', 788 'pattern': 'src/tools/.*\\.py',
789 'action': [ 789 'action': [
790 'python', 790 'python',
791 'src/tools/remove_stale_pyc_files.py', 791 'src/tools/remove_stale_pyc_files.py',
792 'src/tools', 792 'src/tools',
793 ], 793 ],
794 }, 794 },
795 ] 795 ]
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