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

Side by Side Diff: DEPS

Issue 1971963003: Serializing <keygen> and <track> should not generate end tags. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 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
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 'src/third_party/pdfium': 263 'src/third_party/pdfium':
264 'https://pdfium.googlesource.com/pdfium.git' + '@' + Var('pdfium_revision'), 264 'https://pdfium.googlesource.com/pdfium.git' + '@' + Var('pdfium_revision'),
265 265
266 'src/third_party/boringssl/src': 266 'src/third_party/boringssl/src':
267 'https://boringssl.googlesource.com/boringssl.git' + '@' + Var('boringssl_re vision'), 267 'https://boringssl.googlesource.com/boringssl.git' + '@' + Var('boringssl_re vision'),
268 268
269 'src/third_party/py_trace_event/src': 269 'src/third_party/py_trace_event/src':
270 Var('chromium_git') + '/external/py_trace_event.git' + '@' + 'dd463ea9e2c430 de2b9e53dea57a77b4c3ac9b30', 270 Var('chromium_git') + '/external/py_trace_event.git' + '@' + 'dd463ea9e2c430 de2b9e53dea57a77b4c3ac9b30',
271 271
272 'src/third_party/dom_distiller_js/dist': 272 'src/third_party/dom_distiller_js/dist':
273 Var('chromium_git') + '/external/github.com/chromium/dom-distiller-dist.git' + '@' + '01315875f52c6013472fe615f6c9c631499b9b6d', 273 Var('chromium_git') + '/external/github.com/chromium/dom-distiller-dist.git' + '@' + 'ce63d90f1897919023ebb63d8debd758843a1794',
274 274
275 'src/third_party/catapult': 275 'src/third_party/catapult':
276 Var('chromium_git') + '/external/github.com/catapult-project/catapult.git' + '@' + 276 Var('chromium_git') + '/external/github.com/catapult-project/catapult.git' + '@' +
277 Var('catapult_revision'), 277 Var('catapult_revision'),
278 278
279 'src/third_party/openh264/src': 279 'src/third_party/openh264/src':
280 Var('chromium_git') + '/external/github.com/cisco/openh264' + '@' + 'b37cda2 48234162033e3e11b0335f3131cdfe488', 280 Var('chromium_git') + '/external/github.com/cisco/openh264' + '@' + 'b37cda2 48234162033e3e11b0335f3131cdfe488',
281 281
282 'src/third_party/re2/src': 282 'src/third_party/re2/src':
283 Var('chromium_git') + '/external/github.com/google/re2.git' + '@' + 'dba3349 aba83b5588e85e5ecf2b56c97f2d259b7', 283 Var('chromium_git') + '/external/github.com/google/re2.git' + '@' + 'dba3349 aba83b5588e85e5ecf2b56c97f2d259b7',
(...skipping 562 matching lines...) Expand 10 before | Expand all | Expand 10 after
846 'src/build/android/download_doclava.py', 846 'src/build/android/download_doclava.py',
847 ], 847 ],
848 }, 848 },
849 { 849 {
850 # A change to a .gyp, .gypi, or to GYP itself should run the generator. 850 # A change to a .gyp, .gypi, or to GYP itself should run the generator.
851 'name': 'gyp', 851 'name': 'gyp',
852 'pattern': '.', 852 'pattern': '.',
853 'action': ['python', 'src/build/gyp_chromium', '--running-as-hook'], 853 'action': ['python', 'src/build/gyp_chromium', '--running-as-hook'],
854 }, 854 },
855 ] 855 ]
OLDNEW
« no previous file with comments | « no previous file | third_party/WebKit/LayoutTests/imported/web-platform-tests/html/syntax/serializing-html-fragments/outerHTML-expected.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698