| 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 11 matching lines...) Expand all Loading... |
| 22 'skia_revision': '2ced78866fcadd98895777c8dffe92e229775181', | 22 'skia_revision': '2ced78866fcadd98895777c8dffe92e229775181', |
| 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': 'cab003366785773ace16b5305ac1f33c228cac54', | 26 'dart_revision': 'cab003366785773ace16b5305ac1f33c228cac54', |
| 27 'dart_observatory_packages_revision': 'cdc4b3d4c15b9c0c8e7702dff127b440afbb748
5', | 27 'dart_observatory_packages_revision': 'cdc4b3d4c15b9c0c8e7702dff127b440afbb748
5', |
| 28 'pdfium_revision': 'ae4256f45df69bbfdf722a6ec17e1e851911ae4e', | 28 'pdfium_revision': 'ae4256f45df69bbfdf722a6ec17e1e851911ae4e', |
| 29 'boringssl_revision': '642f1498d056dbba3e50ed5a232ab2f482626dec', | 29 'boringssl_revision': '642f1498d056dbba3e50ed5a232ab2f482626dec', |
| 30 'lss_revision': '6f97298fe3794e92c8c896a6bc06e0b36e4c3de3', | 30 'lss_revision': '6f97298fe3794e92c8c896a6bc06e0b36e4c3de3', |
| 31 'nss_revision': 'bb4e75a43d007518ae7d618665ea2f25b0c60b63', | 31 'nss_revision': 'bb4e75a43d007518ae7d618665ea2f25b0c60b63', |
| 32 'nacl_revision': '8071f876e10f96da879853a7705d9c5aba378839', | 32 'nacl_revision': '19d52fd1ca55c92c4cb086084657d9a121096ef7', |
| 33 } | 33 } |
| 34 | 34 |
| 35 # Only these hosts are allowed for dependencies in this DEPS file. | 35 # Only these hosts are allowed for dependencies in this DEPS file. |
| 36 # If you need to add a new host, contact chrome infrastructure team. | 36 # If you need to add a new host, contact chrome infrastructure team. |
| 37 allowed_hosts = [ | 37 allowed_hosts = [ |
| 38 'boringssl.googlesource.com', | 38 'boringssl.googlesource.com', |
| 39 'chromium.googlesource.com', | 39 'chromium.googlesource.com', |
| 40 'pdfium.googlesource.com', | 40 'pdfium.googlesource.com', |
| 41 ] | 41 ] |
| 42 | 42 |
| (...skipping 327 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 370 'name': 'prediction_resources', | 370 'name': 'prediction_resources', |
| 371 'pattern': '', | 371 'pattern': '', |
| 372 'action': [ 'download_from_google_storage', | 372 'action': [ 'download_from_google_storage', |
| 373 '--no_resume', | 373 '--no_resume', |
| 374 '--no_auth', | 374 '--no_auth', |
| 375 '--bucket', 'mojo/prediction', | 375 '--bucket', 'mojo/prediction', |
| 376 '-d', 'src/services/prediction/res', | 376 '-d', 'src/services/prediction/res', |
| 377 ], | 377 ], |
| 378 }, | 378 }, |
| 379 ] | 379 ] |
| OLD | NEW |