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

Side by Side Diff: DEPS

Issue 2061433002: Roll base to 9e74307b276b2f9988005c0e97e85ee222586f79. (Closed) Base URL: https://github.com/domokit/monet.git@master
Patch Set: Created 4 years, 6 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 | crypto/openssl_util.cc » ('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 #
11 # Then commit .DEPS.git locally (gclient doesn't like dirty trees) and run 11 # Then commit .DEPS.git locally (gclient doesn't like dirty trees) and run
12 # gclient sync 12 # gclient sync
13 # Verify the thing happened you wanted. Then revert your .DEPS.git change 13 # Verify the thing happened you wanted. Then revert your .DEPS.git change
14 # DO NOT CHECK IN CHANGES TO .DEPS.git upstream. It will be automatically 14 # DO NOT CHECK IN CHANGES TO .DEPS.git upstream. It will be automatically
15 # updated by a bot when you modify this one. 15 # updated by a bot when you modify this one.
16 # 16 #
17 # When adding a new dependency, please update the top-level .gitignore file 17 # When adding a new dependency, please update the top-level .gitignore file
18 # to list the dependency's destination directory. 18 # to list the dependency's destination directory.
19 19
20 vars = { 20 vars = {
21 'chromium_git': 'https://chromium.googlesource.com', 21 'chromium_git': 'https://chromium.googlesource.com',
22 'base_revision': '0032c8e1a72eb85d947d8df8de503caa62b4d0a8', 22 'base_revision': '9e74307b276b2f9988005c0e97e85ee222586f79',
23 'boringssl_revision': '2deb984187ce8f6c739c780e7fe95e859e93b3da', 23 'boringssl_revision': '2deb984187ce8f6c739c780e7fe95e859e93b3da',
24 'buildtools_revision': '222bd42ce39d1bd8f08fe089b066f49c469e1cdf', 24 'buildtools_revision': '222bd42ce39d1bd8f08fe089b066f49c469e1cdf',
25 'gurl_revision': '718eee97ed6a4df41d14726eb2eddc871d9eaaa3', 25 'gurl_revision': '718eee97ed6a4df41d14726eb2eddc871d9eaaa3',
26 'lss_revision': '6f97298fe3794e92c8c896a6bc06e0b36e4c3de3', 26 'lss_revision': '6f97298fe3794e92c8c896a6bc06e0b36e4c3de3',
27 'mojo_devtools_revision': 'd498890dc825363948a5852a2328b8ef937f5af4', 27 'mojo_devtools_revision': 'd498890dc825363948a5852a2328b8ef937f5af4',
28 'mojo_sdk_revision': '8471cd1e603aafb17350b24df8f21f3cb2fee2c9', 28 'mojo_sdk_revision': '8471cd1e603aafb17350b24df8f21f3cb2fee2c9',
29 } 29 }
30 30
31 # Only these hosts are allowed for dependencies in this DEPS file. 31 # Only these hosts are allowed for dependencies in this DEPS file.
32 # If you need to add a new host, contact chrome infrastructure team. 32 # If you need to add a new host, contact chrome infrastructure team.
(...skipping 176 matching lines...) Expand 10 before | Expand all | Expand 10 after
209 'action': [ 'src/tools/download_from_google_storage.py', 209 'action': [ 'src/tools/download_from_google_storage.py',
210 '--no_resume', 210 '--no_resume',
211 '--quiet', 211 '--quiet',
212 '--platform=linux*', 212 '--platform=linux*',
213 '--no_auth', 213 '--no_auth',
214 '--bucket', 'mojo/mojom_parser/linux64', 214 '--bucket', 'mojo/mojom_parser/linux64',
215 '-s', 'src/third_party/mojo/src/mojo/public/tools/bindings/mojom _tool/bin/linux64/mojom.sha1', 215 '-s', 'src/third_party/mojo/src/mojo/public/tools/bindings/mojom _tool/bin/linux64/mojom.sha1',
216 ], 216 ],
217 }, 217 },
218 ] 218 ]
OLDNEW
« no previous file with comments | « no previous file | crypto/openssl_util.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698