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

Side by Side Diff: DEPS

Issue 2034373002: Generate the proto JSON converter for DOM distiller (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Windows-specific fixes Created 4 years, 4 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 | third_party/dom_distiller_js/BUILD.gn » ('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 258 matching lines...) Expand 10 before | Expand all | Expand 10 after
269 'src/third_party/pdfium': 269 'src/third_party/pdfium':
270 'https://pdfium.googlesource.com/pdfium.git' + '@' + Var('pdfium_revision'), 270 'https://pdfium.googlesource.com/pdfium.git' + '@' + Var('pdfium_revision'),
271 271
272 'src/third_party/boringssl/src': 272 'src/third_party/boringssl/src':
273 'https://boringssl.googlesource.com/boringssl.git' + '@' + Var('boringssl_re vision'), 273 'https://boringssl.googlesource.com/boringssl.git' + '@' + Var('boringssl_re vision'),
274 274
275 'src/third_party/py_trace_event/src': 275 'src/third_party/py_trace_event/src':
276 Var('chromium_git') + '/external/py_trace_event.git' + '@' + 'dd463ea9e2c430 de2b9e53dea57a77b4c3ac9b30', 276 Var('chromium_git') + '/external/py_trace_event.git' + '@' + 'dd463ea9e2c430 de2b9e53dea57a77b4c3ac9b30',
277 277
278 'src/third_party/dom_distiller_js/dist': 278 'src/third_party/dom_distiller_js/dist':
279 Var('chromium_git') + '/external/github.com/chromium/dom-distiller-dist.git' + '@' + 'a52cdd99c5adfe6e2e85da815fe390ce90567498', 279 Var('chromium_git') + '/external/github.com/chromium/dom-distiller-dist.git' + '@' + '1112733b5f3879d7040c28024d09f88b2ccd061d',
280 280
281 'src/third_party/catapult': 281 'src/third_party/catapult':
282 Var('chromium_git') + '/external/github.com/catapult-project/catapult.git' + '@' + 282 Var('chromium_git') + '/external/github.com/catapult-project/catapult.git' + '@' +
283 Var('catapult_revision'), 283 Var('catapult_revision'),
284 284
285 'src/third_party/openh264/src': 285 'src/third_party/openh264/src':
286 Var('chromium_git') + '/external/github.com/cisco/openh264' + '@' + 'b37cda2 48234162033e3e11b0335f3131cdfe488', 286 Var('chromium_git') + '/external/github.com/cisco/openh264' + '@' + 'b37cda2 48234162033e3e11b0335f3131cdfe488',
287 287
288 'src/third_party/re2/src': 288 'src/third_party/re2/src':
289 Var('chromium_git') + '/external/github.com/google/re2.git' + '@' + 'dba3349 aba83b5588e85e5ecf2b56c97f2d259b7', 289 Var('chromium_git') + '/external/github.com/google/re2.git' + '@' + 'dba3349 aba83b5588e85e5ecf2b56c97f2d259b7',
(...skipping 711 matching lines...) Expand 10 before | Expand all | Expand 10 after
1001 'name': 'doclava', 1001 'name': 'doclava',
1002 'pattern': '.', 1002 'pattern': '.',
1003 'action': ['python', 1003 'action': ['python',
1004 'src/build/android/download_doclava.py', 1004 'src/build/android/download_doclava.py',
1005 ], 1005 ],
1006 }, 1006 },
1007 ] 1007 ]
1008 1008
1009 # ANGLE manages DEPS that it also owns the build files for, such as dEQP. 1009 # ANGLE manages DEPS that it also owns the build files for, such as dEQP.
1010 recursedeps = [("src/third_party/angle", "DEPS.chromium")] 1010 recursedeps = [("src/third_party/angle", "DEPS.chromium")]
OLDNEW
« no previous file with comments | « no previous file | third_party/dom_distiller_js/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698