| 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 19 matching lines...) Expand all Loading... |
| 30 'boringssl_revision': '642f1498d056dbba3e50ed5a232ab2f482626dec', | 30 'boringssl_revision': '642f1498d056dbba3e50ed5a232ab2f482626dec', |
| 31 'lss_revision': 'e079768b7e3a94dcbe7d338496c0c3bde7151b6e', | 31 'lss_revision': 'e079768b7e3a94dcbe7d338496c0c3bde7151b6e', |
| 32 'nss_revision': 'bb4e75a43d007518ae7d618665ea2f25b0c60b63', | 32 'nss_revision': 'bb4e75a43d007518ae7d618665ea2f25b0c60b63', |
| 33 'nacl_revision': '87d5dd90911a0657c27574f78e86b7dfc4ad8b29', | 33 'nacl_revision': '87d5dd90911a0657c27574f78e86b7dfc4ad8b29', |
| 34 'archive_dart_revision': '07ffd98c5403b7f9ae067b57dc9487611be420f5', | 34 'archive_dart_revision': '07ffd98c5403b7f9ae067b57dc9487611be420f5', |
| 35 'args_dart_revision': 'e0e8377412ee6cd6a5a4a8632848181c1db91f44', | 35 'args_dart_revision': 'e0e8377412ee6cd6a5a4a8632848181c1db91f44', |
| 36 'box2d_dart_revision': 'c5e65d9546275e78ad2a1d51b459e7638f6e4323', | 36 'box2d_dart_revision': 'c5e65d9546275e78ad2a1d51b459e7638f6e4323', |
| 37 'cassowary_dart_revision': '7e5afc5b3956a18636d5b37b1dcba1705865564b', | 37 'cassowary_dart_revision': '7e5afc5b3956a18636d5b37b1dcba1705865564b', |
| 38 'collection_dart_revision': '79ebc6fc2dae581cb23ad50a5c600c1b7dd132f8', | 38 'collection_dart_revision': '79ebc6fc2dae581cb23ad50a5c600c1b7dd132f8', |
| 39 'crypto_dart_revision': 'd4558dea1639e5ad2a41d045265b8ece270c2d90', | 39 'crypto_dart_revision': 'd4558dea1639e5ad2a41d045265b8ece270c2d90', |
| 40 'newton_dart_revision': '86f615f047fca6a0a1b16ad76b98897bca20a281', |
| 40 'path_dart_revision': '2f3dcdec32011f1bc41194ae3640d6d9292a7096', | 41 'path_dart_revision': '2f3dcdec32011f1bc41194ae3640d6d9292a7096', |
| 41 'quiver_dart_revision': '6bab7dec34189eee579178eb16d3063c8ae69031', | 42 'quiver_dart_revision': '6bab7dec34189eee579178eb16d3063c8ae69031', |
| 42 'source_span_dart_revision': '5c6c13f62fc111adaace3aeb4a38853d64481d06', | 43 'source_span_dart_revision': '5c6c13f62fc111adaace3aeb4a38853d64481d06', |
| 43 'string_scanner_dart_revision': '9f00056b32f41efc376adecfb696a01bc7c593d7', | 44 'string_scanner_dart_revision': '9f00056b32f41efc376adecfb696a01bc7c593d7', |
| 44 'vector_math_dart_revision': '65915583f7aa606cb47ed265f853c18c60102b81', | 45 'vector_math_dart_revision': '65915583f7aa606cb47ed265f853c18c60102b81', |
| 45 'yaml_dart_revision': 'd8c1ce75edf051ea1d5583b24474f8656abb4920', | 46 'yaml_dart_revision': 'd8c1ce75edf051ea1d5583b24474f8656abb4920', |
| 46 } | 47 } |
| 47 | 48 |
| 48 # Only these hosts are allowed for dependencies in this DEPS file. | 49 # Only these hosts are allowed for dependencies in this DEPS file. |
| 49 # If you need to add a new host, contact chrome infrastructure team. | 50 # If you need to add a new host, contact chrome infrastructure team. |
| (...skipping 74 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 124 | 125 |
| 125 'src/third_party/dart-pkg/cassowary': | 126 'src/third_party/dart-pkg/cassowary': |
| 126 Var('chromium_git') + '/external/github.com/domokit/cassowary.git' + '@' + V
ar('cassowary_dart_revision'), | 127 Var('chromium_git') + '/external/github.com/domokit/cassowary.git' + '@' + V
ar('cassowary_dart_revision'), |
| 127 | 128 |
| 128 'src/third_party/dart-pkg/collection': | 129 'src/third_party/dart-pkg/collection': |
| 129 Var('chromium_git') + '/external/github.com/dart-lang/collection.git' + '@'
+ Var('collection_dart_revision'), | 130 Var('chromium_git') + '/external/github.com/dart-lang/collection.git' + '@'
+ Var('collection_dart_revision'), |
| 130 | 131 |
| 131 'src/third_party/dart-pkg/crypto': | 132 'src/third_party/dart-pkg/crypto': |
| 132 Var('chromium_git') + '/external/github.com/dart-lang/crypto.git' + '@' + Va
r('crypto_dart_revision'), | 133 Var('chromium_git') + '/external/github.com/dart-lang/crypto.git' + '@' + Va
r('crypto_dart_revision'), |
| 133 | 134 |
| 135 'src/third_party/dart-pkg/newton': |
| 136 Var('chromium_git') + '/external/github.com/domokit/newton.git' + '@' + Var(
'newton_dart_revision'), |
| 137 |
| 134 'src/third_party/dart-pkg/path': | 138 'src/third_party/dart-pkg/path': |
| 135 Var('chromium_git') + '/external/github.com/dart-lang/path.git' + '@' + Var(
'path_dart_revision'), | 139 Var('chromium_git') + '/external/github.com/dart-lang/path.git' + '@' + Var(
'path_dart_revision'), |
| 136 | 140 |
| 137 'src/third_party/dart-pkg/quiver': | 141 'src/third_party/dart-pkg/quiver': |
| 138 Var('chromium_git') + '/external/github.com/google/quiver-dart.git' + '@' +
Var('quiver_dart_revision'), | 142 Var('chromium_git') + '/external/github.com/google/quiver-dart.git' + '@' +
Var('quiver_dart_revision'), |
| 139 | 143 |
| 140 'src/third_party/dart-pkg/source_span': | 144 'src/third_party/dart-pkg/source_span': |
| 141 Var('chromium_git') + '/external/github.com/dart-lang/source_span.git' + '@'
+ Var('source_span_dart_revision'), | 145 Var('chromium_git') + '/external/github.com/dart-lang/source_span.git' + '@'
+ Var('source_span_dart_revision'), |
| 142 | 146 |
| 143 'src/third_party/dart-pkg/string_scanner': | 147 'src/third_party/dart-pkg/string_scanner': |
| (...skipping 266 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 410 'name': 'keyboard_native_resources', | 414 'name': 'keyboard_native_resources', |
| 411 'pattern': '', | 415 'pattern': '', |
| 412 'action': [ 'download_from_google_storage', | 416 'action': [ 'download_from_google_storage', |
| 413 '--no_resume', | 417 '--no_resume', |
| 414 '--no_auth', | 418 '--no_auth', |
| 415 '--bucket', 'mojo/keyboard_native', | 419 '--bucket', 'mojo/keyboard_native', |
| 416 '-d', 'src/services/keyboard_native/res', | 420 '-d', 'src/services/keyboard_native/res', |
| 417 ], | 421 ], |
| 418 }, | 422 }, |
| 419 ] | 423 ] |
| OLD | NEW |