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

Side by Side Diff: DEPS

Issue 1710123002: Update yasm to the same version currently used by Chromium. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 4 years, 10 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/config/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 automatically processed to create .DEPS.git which is the file 1 # This file is automatically processed to create .DEPS.git which is the file
2 # that gclient uses under git. 2 # that gclient uses under git.
3 # 3 #
4 # See http://code.google.com/p/chromium/wiki/UsingGit 4 # See http://code.google.com/p/chromium/wiki/UsingGit
5 # 5 #
6 # To test manually, run: 6 # To test manually, run:
7 # python tools/deps2git/deps2git.py -o .DEPS.git -w <gclientdir> 7 # python tools/deps2git/deps2git.py -o .DEPS.git -w <gclientdir>
8 # where <gcliendir> is the absolute path to the directory containing the 8 # where <gcliendir> is the absolute path to the directory containing the
9 # .gclient file (the parent of 'src'). 9 # .gclient file (the parent of 'src').
10 # 10 #
(...skipping 65 matching lines...) Expand 10 before | Expand all | Expand 10 after
76 76
77 'src/dart/third_party/root_certificates': 77 'src/dart/third_party/root_certificates':
78 Var('chromium_git') + 78 Var('chromium_git') +
79 '/external/github.com/dart-lang/root_certificates' + '@' + 79 '/external/github.com/dart-lang/root_certificates' + '@' +
80 Var('dart_root_certificates_revision'), 80 Var('dart_root_certificates_revision'),
81 81
82 'src/third_party/skia': 82 'src/third_party/skia':
83 Var('chromium_git') + '/skia.git' + '@' + Var('skia_revision'), 83 Var('chromium_git') + '/skia.git' + '@' + Var('skia_revision'),
84 84
85 'src/third_party/yasm/source/patched-yasm': 85 'src/third_party/yasm/source/patched-yasm':
86 Var('chromium_git') + '/chromium/deps/yasm/patched-yasm.git' + '@' + '4671120 cd8558ce62ee8672ebf3eb6f5216f909b', 86 Var('chromium_git') + '/chromium/deps/yasm/patched-yasm.git' + '@' + '7da28c6 c7c6a1387217352ce02b31754deb54d2a',
87 87
88 'src/third_party/smhasher/src': 88 'src/third_party/smhasher/src':
89 Var('chromium_git') + '/external/smhasher.git' + '@' + 'e87738e57558e0ec472b 2fc3a643b838e5b6e88f', 89 Var('chromium_git') + '/external/smhasher.git' + '@' + 'e87738e57558e0ec472b 2fc3a643b838e5b6e88f',
90 90
91 'src/third_party/pywebsocket/src': 91 'src/third_party/pywebsocket/src':
92 Var('chromium_git') + '/external/pywebsocket/src.git' + '@' + 'cb349e87ddb30 ff8d1fa1a89be39cec901f4a29c', 92 Var('chromium_git') + '/external/pywebsocket/src.git' + '@' + 'cb349e87ddb30 ff8d1fa1a89be39cec901f4a29c',
93 93
94 'src/third_party/mesa/src': 94 'src/third_party/mesa/src':
95 Var('chromium_git') + '/chromium/deps/mesa.git' + '@' + '071d25db04c23821a12a 8b260ab9d96a097402f0', 95 Var('chromium_git') + '/chromium/deps/mesa.git' + '@' + '071d25db04c23821a12a 8b260ab9d96a097402f0',
96 96
(...skipping 316 matching lines...) Expand 10 before | Expand all | Expand 10 after
413 'action': [ 'src/tools/download_from_google_storage.py', 413 'action': [ 'src/tools/download_from_google_storage.py',
414 '--no_resume', 414 '--no_resume',
415 '--quiet', 415 '--quiet',
416 '--platform=darwin', 416 '--platform=darwin',
417 '--no_auth', 417 '--no_auth',
418 '--bucket', 'mojo/mojom_parser/mac64', 418 '--bucket', 'mojo/mojom_parser/mac64',
419 '-s', 'src/mojo/public/tools/bindings/mojom_parser/bin/mac64/moj om_parser.sha1', 419 '-s', 'src/mojo/public/tools/bindings/mojom_parser/bin/mac64/moj om_parser.sha1',
420 ], 420 ],
421 }, 421 },
422 ] 422 ]
OLDNEW
« no previous file with comments | « .gitignore ('k') | build/config/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698