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 1217283002: Download material design icons using DEPS (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 5 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 | mojo/dart/mojo_services/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 254 matching lines...) Expand 10 before | Expand all | Expand 10 after
265 'name': 'sky_server_mac', 265 'name': 'sky_server_mac',
266 'pattern': '.', 266 'pattern': '.',
267 'action': [ 'download_from_google_storage', 267 'action': [ 'download_from_google_storage',
268 '--no_resume', 268 '--no_resume',
269 '--platform=darwin', 269 '--platform=darwin',
270 '--no_auth', 270 '--no_auth',
271 '--bucket', 'mojo', 271 '--bucket', 'mojo',
272 '-s', 'src/sky/tools/skygo/mac/sky_server.sha1', 272 '-s', 'src/sky/tools/skygo/mac/sky_server.sha1',
273 ], 273 ],
274 }, 274 },
275 {
276 'name': 'material_design_icons',
277 'pattern': '.',
278 'action': [
279 'python',
280 'src/sky/sdk/lib/download_material_design_icons',
281 ],
282 },
275 # Pull binutils for linux, enabled debug fission for faster linking / 283 # Pull binutils for linux, enabled debug fission for faster linking /
276 # debugging when used with clang on Ubuntu Precise. 284 # debugging when used with clang on Ubuntu Precise.
277 # https://code.google.com/p/chromium/issues/detail?id=352046 285 # https://code.google.com/p/chromium/issues/detail?id=352046
278 { 286 {
279 'name': 'binutils', 287 'name': 'binutils',
280 'pattern': 'src/third_party/binutils', 288 'pattern': 'src/third_party/binutils',
281 'action': [ 289 'action': [
282 'python', 290 'python',
283 'src/third_party/binutils/download.py', 291 'src/third_party/binutils/download.py',
284 ], 292 ],
(...skipping 82 matching lines...) Expand 10 before | Expand all | Expand 10 after
367 'name': 'keyboard_native_resources', 375 'name': 'keyboard_native_resources',
368 'pattern': '', 376 'pattern': '',
369 'action': [ 'download_from_google_storage', 377 'action': [ 'download_from_google_storage',
370 '--no_resume', 378 '--no_resume',
371 '--no_auth', 379 '--no_auth',
372 '--bucket', 'mojo/keyboard_native', 380 '--bucket', 'mojo/keyboard_native',
373 '-d', 'src/services/keyboard_native/res', 381 '-d', 'src/services/keyboard_native/res',
374 ], 382 ],
375 }, 383 },
376 ] 384 ]
OLDNEW
« no previous file with comments | « no previous file | mojo/dart/mojo_services/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698