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

Side by Side Diff: DEPS

Issue 1705533002: Remove yasm (and DONT_EMBED_BUILD_METADATA). (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 64 matching lines...) Expand 10 before | Expand all | Expand 10 after
75 Var('dart_observatory_packages_revision'), 75 Var('dart_observatory_packages_revision'),
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':
86 Var('chromium_git') + '/chromium/deps/yasm/patched-yasm.git' + '@' + '4671120 cd8558ce62ee8672ebf3eb6f5216f909b',
87
88 'src/third_party/smhasher/src': 85 'src/third_party/smhasher/src':
89 Var('chromium_git') + '/external/smhasher.git' + '@' + 'e87738e57558e0ec472b 2fc3a643b838e5b6e88f', 86 Var('chromium_git') + '/external/smhasher.git' + '@' + 'e87738e57558e0ec472b 2fc3a643b838e5b6e88f',
90 87
91 'src/third_party/pywebsocket/src': 88 'src/third_party/pywebsocket/src':
92 Var('chromium_git') + '/external/pywebsocket/src.git' + '@' + 'cb349e87ddb30 ff8d1fa1a89be39cec901f4a29c', 89 Var('chromium_git') + '/external/pywebsocket/src.git' + '@' + 'cb349e87ddb30 ff8d1fa1a89be39cec901f4a29c',
93 90
94 'src/third_party/mesa/src': 91 'src/third_party/mesa/src':
95 Var('chromium_git') + '/chromium/deps/mesa.git' + '@' + '071d25db04c23821a12a 8b260ab9d96a097402f0', 92 Var('chromium_git') + '/chromium/deps/mesa.git' + '@' + '071d25db04c23821a12a 8b260ab9d96a097402f0',
96 93
97 'src/third_party/pdfium': 94 'src/third_party/pdfium':
(...skipping 315 matching lines...) Expand 10 before | Expand all | Expand 10 after
413 'action': [ 'src/tools/download_from_google_storage.py', 410 'action': [ 'src/tools/download_from_google_storage.py',
414 '--no_resume', 411 '--no_resume',
415 '--quiet', 412 '--quiet',
416 '--platform=darwin', 413 '--platform=darwin',
417 '--no_auth', 414 '--no_auth',
418 '--bucket', 'mojo/mojom_parser/mac64', 415 '--bucket', 'mojo/mojom_parser/mac64',
419 '-s', 'src/mojo/public/tools/bindings/mojom_parser/bin/mac64/moj om_parser.sha1', 416 '-s', 'src/mojo/public/tools/bindings/mojom_parser/bin/mac64/moj om_parser.sha1',
420 ], 417 ],
421 }, 418 },
422 ] 419 ]
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