OLD | NEW |
---|---|
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 12 matching lines...) Expand all Loading... | |
23 'v8_revision': '230d131d173ab2d60291d303177bc04ec3f6e519', | 23 'v8_revision': '230d131d173ab2d60291d303177bc04ec3f6e519', |
24 'angle_revision': 'bdd419f9f5b006e913606e7363125942c8ae06bc', | 24 'angle_revision': 'bdd419f9f5b006e913606e7363125942c8ae06bc', |
25 'buildtools_revision': '565d04e8741429fb1b4f26d102f2c6c3b849edeb', | 25 'buildtools_revision': '565d04e8741429fb1b4f26d102f2c6c3b849edeb', |
26 'dart_revision': '9416219c28e500a354ff0086765601efa5b1378e', | 26 'dart_revision': '9416219c28e500a354ff0086765601efa5b1378e', |
27 'dart_root_certificates_revision': 'c3a41df63afacec62fcb8135196177e35fe72f71', | 27 'dart_root_certificates_revision': 'c3a41df63afacec62fcb8135196177e35fe72f71', |
28 'dart_observatory_packages_revision': '5c199c5954146747f75ed127871207718dc8778 6', | 28 'dart_observatory_packages_revision': '5c199c5954146747f75ed127871207718dc8778 6', |
29 'pdfium_revision': 'ae4256f45df69bbfdf722a6ec17e1e851911ae4e', | 29 'pdfium_revision': 'ae4256f45df69bbfdf722a6ec17e1e851911ae4e', |
30 'boringssl_revision': '642f1498d056dbba3e50ed5a232ab2f482626dec', | 30 'boringssl_revision': '642f1498d056dbba3e50ed5a232ab2f482626dec', |
31 'lss_revision': '6f97298fe3794e92c8c896a6bc06e0b36e4c3de3', | 31 'lss_revision': '6f97298fe3794e92c8c896a6bc06e0b36e4c3de3', |
32 'nss_revision': 'bb4e75a43d007518ae7d618665ea2f25b0c60b63', | 32 'nss_revision': 'bb4e75a43d007518ae7d618665ea2f25b0c60b63', |
33 'nacl_revision': '19d52fd1ca55c92c4cb086084657d9a121096ef7', | 33 'nacl_revision': '9c69f1fcb35b34f136da7ea7c91ceb743b9d2aaa', |
Mark Seaborn
2015/10/20 21:32:40
It's better to do rolls as a separate change, if p
Sean Klein
2015/10/22 21:50:00
Done (Petr already rolled them for me)
| |
34 } | 34 } |
35 | 35 |
36 # Only these hosts are allowed for dependencies in this DEPS file. | 36 # Only these hosts are allowed for dependencies in this DEPS file. |
37 # If you need to add a new host, contact chrome infrastructure team. | 37 # If you need to add a new host, contact chrome infrastructure team. |
38 allowed_hosts = [ | 38 allowed_hosts = [ |
39 'boringssl.googlesource.com', | 39 'boringssl.googlesource.com', |
40 'chromium.googlesource.com', | 40 'chromium.googlesource.com', |
41 'pdfium.googlesource.com', | 41 'pdfium.googlesource.com', |
42 ] | 42 ] |
43 | 43 |
(...skipping 268 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
312 }, | 312 }, |
313 { | 313 { |
314 # This downloads binaries for Native Client's newlib toolchain. | 314 # This downloads binaries for Native Client's newlib toolchain. |
315 # Done in lieu of building the toolchain from scratch as it can take | 315 # Done in lieu of building the toolchain from scratch as it can take |
316 # anywhere from 30 minutes to 4 hours depending on platform to build. | 316 # anywhere from 30 minutes to 4 hours depending on platform to build. |
317 'name': 'nacltools', | 317 'name': 'nacltools', |
318 'pattern': '.', | 318 'pattern': '.', |
319 'action': [ | 319 'action': [ |
320 'python', 'src/build/download_nacl_toolchains.py', | 320 'python', 'src/build/download_nacl_toolchains.py', |
321 '--packages', 'pnacl_newlib', | 321 '--packages', 'pnacl_newlib', |
322 '--packages', 'pnacl_translator', | |
322 'sync', '--extract', | 323 'sync', '--extract', |
323 ], | 324 ], |
324 }, | 325 }, |
325 { | 326 { |
326 # This downloads linux and android Go binaries according to | 327 # This downloads linux and android Go binaries according to |
327 # tools/go/VERSION. | 328 # tools/go/VERSION. |
328 'name': 'gotools', | 329 'name': 'gotools', |
329 'pattern': '.', | 330 'pattern': '.', |
330 'action': [ | 331 'action': [ |
331 'python', 'src/tools/go/download.py', | 332 'python', 'src/tools/go/download.py', |
(...skipping 55 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
387 'pattern': '', | 388 'pattern': '', |
388 'action': [ 'download_from_google_storage', | 389 'action': [ 'download_from_google_storage', |
389 '--no_resume', | 390 '--no_resume', |
390 '--quiet', | 391 '--quiet', |
391 '--no_auth', | 392 '--no_auth', |
392 '--bucket', 'mojo/prediction', | 393 '--bucket', 'mojo/prediction', |
393 '-d', 'src/services/prediction/res', | 394 '-d', 'src/services/prediction/res', |
394 ], | 395 ], |
395 }, | 396 }, |
396 ] | 397 ] |
OLD | NEW |