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

Side by Side Diff: DEPS

Issue 987793002: Update DOM Distiller roll script DEPS in out/package. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Updated grit to understand android webview Created 5 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 | « .gitignore ('k') | build/common.gypi » ('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 272 matching lines...) Expand 10 before | Expand all | Expand 10 after
283 Var('chromium_git') + '/external/cld2.git' + '@' + '14d9ef8d4766326f8aa7de54 402d1b9c782d4481', # from svn revision 193 283 Var('chromium_git') + '/external/cld2.git' + '@' + '14d9ef8d4766326f8aa7de54 402d1b9c782d4481', # from svn revision 193
284 284
285 'src/third_party/pdfium': 285 'src/third_party/pdfium':
286 'https://pdfium.googlesource.com/pdfium.git' + '@' + Var('pdfium_revision'), 286 'https://pdfium.googlesource.com/pdfium.git' + '@' + Var('pdfium_revision'),
287 287
288 'src/third_party/boringssl/src': 288 'src/third_party/boringssl/src':
289 'https://boringssl.googlesource.com/boringssl.git' + '@' + Var('boringssl_re vision'), 289 'https://boringssl.googlesource.com/boringssl.git' + '@' + Var('boringssl_re vision'),
290 290
291 'src/third_party/py_trace_event/src': 291 'src/third_party/py_trace_event/src':
292 Var('chromium_git') + '/external/py_trace_event.git' + '@' + 'dd463ea9e2c430 de2b9e53dea57a77b4c3ac9b30', 292 Var('chromium_git') + '/external/py_trace_event.git' + '@' + 'dd463ea9e2c430 de2b9e53dea57a77b4c3ac9b30',
293
294 'src/third_party/dom_distiller_js/dist':
295 Var('chromium_git') + '/external/github.com/chromium/dom-distiller-dist.git' + '@' + '964272de851ef5d5d1096d319526b992d8d3d7f6',
293 } 296 }
294 297
295 298
296 deps_os = { 299 deps_os = {
297 'win': { 300 'win': {
298 'src/chrome/tools/test/reference_build/chrome_win': 301 'src/chrome/tools/test/reference_build/chrome_win':
299 Var('chromium_git') + '/chromium/reference_builds/chrome_win.git' + '@' + ' f8a3a845dfc845df6b14280f04f86a61959357ef', 302 Var('chromium_git') + '/chromium/reference_builds/chrome_win.git' + '@' + ' f8a3a845dfc845df6b14280f04f86a61959357ef',
300 303
301 'src/third_party/cygwin': 304 'src/third_party/cygwin':
302 Var('chromium_git') + '/chromium/deps/cygwin.git' + '@' + 'c89e446b273697fa df3a10ff1007a97c0b7de6df', 305 Var('chromium_git') + '/chromium/deps/cygwin.git' + '@' + 'c89e446b273697fa df3a10ff1007a97c0b7de6df',
(...skipping 477 matching lines...) Expand 10 before | Expand all | Expand 10 after
780 # corresponding .py files have already been deleted. 783 # corresponding .py files have already been deleted.
781 'name': 'remove_stale_pyc_files', 784 'name': 'remove_stale_pyc_files',
782 'pattern': 'src/tools/.*\\.py', 785 'pattern': 'src/tools/.*\\.py',
783 'action': [ 786 'action': [
784 'python', 787 'python',
785 'src/tools/remove_stale_pyc_files.py', 788 'src/tools/remove_stale_pyc_files.py',
786 'src/tools', 789 'src/tools',
787 ], 790 ],
788 }, 791 },
789 ] 792 ]
OLDNEW
« no previous file with comments | « .gitignore ('k') | build/common.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698