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

Side by Side Diff: DEPS

Issue 1757403003: Roll src/third_party/catapult/ 9880e4847..a6a1c0fca (1 commit). (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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 252 matching lines...) Expand 10 before | Expand all | Expand 10 after
263 'https://boringssl.googlesource.com/boringssl.git' + '@' + Var('boringssl_re vision'), 263 'https://boringssl.googlesource.com/boringssl.git' + '@' + Var('boringssl_re vision'),
264 264
265 'src/third_party/py_trace_event/src': 265 'src/third_party/py_trace_event/src':
266 Var('chromium_git') + '/external/py_trace_event.git' + '@' + 'dd463ea9e2c430 de2b9e53dea57a77b4c3ac9b30', 266 Var('chromium_git') + '/external/py_trace_event.git' + '@' + 'dd463ea9e2c430 de2b9e53dea57a77b4c3ac9b30',
267 267
268 'src/third_party/dom_distiller_js/dist': 268 'src/third_party/dom_distiller_js/dist':
269 Var('chromium_git') + '/external/github.com/chromium/dom-distiller-dist.git' + '@' + 'e21fe06cb71327ec62431f823e783d7b02f97b26', 269 Var('chromium_git') + '/external/github.com/chromium/dom-distiller-dist.git' + '@' + 'e21fe06cb71327ec62431f823e783d7b02f97b26',
270 270
271 'src/third_party/catapult': 271 'src/third_party/catapult':
272 Var('chromium_git') + '/external/github.com/catapult-project/catapult.git' + '@' + 272 Var('chromium_git') + '/external/github.com/catapult-project/catapult.git' + '@' +
273 '9880e484751ef3ed9873a17b604a5a6798032b2e', 273 'a6a1c0fca425e42611ea0a27114ccf81ceee1ee2',
274 274
275 'src/third_party/openh264/src': 275 'src/third_party/openh264/src':
276 Var('chromium_git') + '/external/github.com/cisco/openh264' + '@' + 'b37cda2 48234162033e3e11b0335f3131cdfe488', 276 Var('chromium_git') + '/external/github.com/cisco/openh264' + '@' + 'b37cda2 48234162033e3e11b0335f3131cdfe488',
277 277
278 'src/third_party/re2/src': 278 'src/third_party/re2/src':
279 Var('chromium_git') + '/external/github.com/google/re2.git' + '@' + 'dba3349 aba83b5588e85e5ecf2b56c97f2d259b7', 279 Var('chromium_git') + '/external/github.com/google/re2.git' + '@' + 'dba3349 aba83b5588e85e5ecf2b56c97f2d259b7',
280 } 280 }
281 281
282 282
283 deps_os = { 283 deps_os = {
(...skipping 557 matching lines...) Expand 10 before | Expand all | Expand 10 after
841 'src/tools', 841 'src/tools',
842 ], 842 ],
843 }, 843 },
844 { 844 {
845 # A change to a .gyp, .gypi, or to GYP itself should run the generator. 845 # A change to a .gyp, .gypi, or to GYP itself should run the generator.
846 'name': 'gyp', 846 'name': 'gyp',
847 'pattern': '.', 847 'pattern': '.',
848 'action': ['python', 'src/build/gyp_chromium'], 848 'action': ['python', 'src/build/gyp_chromium'],
849 }, 849 },
850 ] 850 ]
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