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': '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': '8071f876e10f96da879853a7705d9c5aba378839', |
33 'archive_dart_revision': '07ffd98c5403b7f9ae067b57dc9487611be420f5', | |
34 'args_dart_revision': 'e0e8377412ee6cd6a5a4a8632848181c1db91f44', | |
35 'box2d_dart_revision': 'c5e65d9546275e78ad2a1d51b459e7638f6e4323', | |
36 'cassowary_dart_revision': '7e5afc5b3956a18636d5b37b1dcba1705865564b', | |
37 'collection_dart_revision': '79ebc6fc2dae581cb23ad50a5c600c1b7dd132f8', | |
38 'crypto_dart_revision': 'd4558dea1639e5ad2a41d045265b8ece270c2d90', | |
39 'newton_dart_revision': '9fbe5fbac809246f7ace4176feca13bdf731e393', | |
40 'path_dart_revision': '2f3dcdec32011f1bc41194ae3640d6d9292a7096', | |
41 'quiver_dart_revision': '6bab7dec34189eee579178eb16d3063c8ae69031', | |
42 'source_span_dart_revision': '5c6c13f62fc111adaace3aeb4a38853d64481d06', | |
43 'string_scanner_dart_revision': '9f00056b32f41efc376adecfb696a01bc7c593d7', | |
44 'vector_math_dart_revision': '65915583f7aa606cb47ed265f853c18c60102b81', | |
45 'yaml_dart_revision': 'd8c1ce75edf051ea1d5583b24474f8656abb4920', | |
46 } | 33 } |
47 | 34 |
48 # Only these hosts are allowed for dependencies in this DEPS file. | 35 # Only these hosts are allowed for dependencies in this DEPS file. |
49 # 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. |
50 allowed_hosts = [ | 37 allowed_hosts = [ |
51 'boringssl.googlesource.com', | 38 'boringssl.googlesource.com', |
52 'chromium.googlesource.com', | 39 'chromium.googlesource.com', |
53 'pdfium.googlesource.com', | 40 'pdfium.googlesource.com', |
54 ] | 41 ] |
55 | 42 |
(...skipping 50 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
106 | 93 |
107 'src/third_party/boringssl/src': | 94 'src/third_party/boringssl/src': |
108 'https://boringssl.googlesource.com/boringssl.git' + '@' + Var('boringssl_re
vision'), | 95 'https://boringssl.googlesource.com/boringssl.git' + '@' + Var('boringssl_re
vision'), |
109 | 96 |
110 'src/third_party/requests/src': | 97 'src/third_party/requests/src': |
111 Var('chromium_git') + '/external/github.com/kennethreitz/requests.git' + '@'
+ 'f172b30356d821d180fa4ecfa3e71c7274a32de4', | 98 Var('chromium_git') + '/external/github.com/kennethreitz/requests.git' + '@'
+ 'f172b30356d821d180fa4ecfa3e71c7274a32de4', |
112 | 99 |
113 'src/native_client': | 100 'src/native_client': |
114 Var('chromium_git') + '/native_client/src/native_client.git' + '@' + Var('na
cl_revision'), | 101 Var('chromium_git') + '/native_client/src/native_client.git' + '@' + Var('na
cl_revision'), |
115 | 102 |
116 'src/third_party/dart-pkg/archive': | |
117 Var('chromium_git') + '/external/github.com/brendan-duncan/archive.git' + '@
' + Var('archive_dart_revision'), | |
118 | |
119 'src/third_party/dart-pkg/args': | |
120 Var('chromium_git') + '/external/github.com/dart-lang/args.git' + '@' + Var(
'args_dart_revision'), | |
121 | |
122 'src/third_party/dart-pkg/box2d': | |
123 Var('chromium_git') + '/external/github.com/google/box2d.dart.git' + '@' + V
ar('box2d_dart_revision'), | |
124 | |
125 'src/third_party/dart-pkg/cassowary': | |
126 Var('chromium_git') + '/external/github.com/domokit/cassowary.git' + '@' + V
ar('cassowary_dart_revision'), | |
127 | |
128 'src/third_party/dart-pkg/collection': | |
129 Var('chromium_git') + '/external/github.com/dart-lang/collection.git' + '@'
+ Var('collection_dart_revision'), | |
130 | |
131 'src/third_party/dart-pkg/crypto': | |
132 Var('chromium_git') + '/external/github.com/dart-lang/crypto.git' + '@' + Va
r('crypto_dart_revision'), | |
133 | |
134 'src/third_party/dart-pkg/newton': | |
135 Var('chromium_git') + '/external/github.com/domokit/newton.git' + '@' + Var(
'newton_dart_revision'), | |
136 | |
137 'src/third_party/dart-pkg/path': | |
138 Var('chromium_git') + '/external/github.com/dart-lang/path.git' + '@' + Var(
'path_dart_revision'), | |
139 | |
140 'src/third_party/dart-pkg/quiver': | |
141 Var('chromium_git') + '/external/github.com/google/quiver-dart.git' + '@' +
Var('quiver_dart_revision'), | |
142 | |
143 'src/third_party/dart-pkg/source_span': | |
144 Var('chromium_git') + '/external/github.com/dart-lang/source_span.git' + '@'
+ Var('source_span_dart_revision'), | |
145 | |
146 'src/third_party/dart-pkg/string_scanner': | |
147 Var('chromium_git') + '/external/github.com/dart-lang/string_scanner.git' +
'@' + Var('string_scanner_dart_revision'), | |
148 | |
149 'src/third_party/dart-pkg/vector_math': | |
150 Var('chromium_git') + '/external/github.com/google/vector_math.dart.git' + '
@' + Var('vector_math_dart_revision'), | |
151 | |
152 'src/third_party/dart-pkg/yaml': | |
153 Var('chromium_git') + '/external/github.com/dart-lang/yaml.git' + '@' + Var(
'yaml_dart_revision'), | |
154 | |
155 'src/third_party/pyelftools': | 103 'src/third_party/pyelftools': |
156 Var('chromium_git') + '/chromiumos/third_party/pyelftools.git' + '@' + '19b3
e610c86fcadb837d252c794cb5e8008826ae', | 104 Var('chromium_git') + '/chromiumos/third_party/pyelftools.git' + '@' + '19b3
e610c86fcadb837d252c794cb5e8008826ae', |
157 | 105 |
158 'src/third_party/breakpad/src': | 106 'src/third_party/breakpad/src': |
159 Var('chromium_git') + '/external/google-breakpad/src.git' + '@' + '242fb9a38
db6ba534b1f7daa341dd4d79171658b', # from svn revision 1471 | 107 Var('chromium_git') + '/external/google-breakpad/src.git' + '@' + '242fb9a38
db6ba534b1f7daa341dd4d79171658b', # from svn revision 1471 |
160 | 108 |
161 'src/third_party/lss': | 109 'src/third_party/lss': |
162 Var('chromium_git') + '/external/linux-syscall-support/lss.git' + '@' + Var(
'lss_revision'), | 110 Var('chromium_git') + '/external/linux-syscall-support/lss.git' + '@' + Var(
'lss_revision'), |
163 | 111 |
164 'src/third_party/leveldatabase/src': | 112 'src/third_party/leveldatabase/src': |
(...skipping 167 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
332 # Pull the prebuilt network service binaries according to | 280 # Pull the prebuilt network service binaries according to |
333 # mojo/public/tools/NETWORK_SERVICE_VERSION. | 281 # mojo/public/tools/NETWORK_SERVICE_VERSION. |
334 { | 282 { |
335 'name': 'download_network_service', | 283 'name': 'download_network_service', |
336 'pattern': '', | 284 'pattern': '', |
337 'action': [ 'python', | 285 'action': [ 'python', |
338 'src/mojo/public/tools/download_network_service.py', | 286 'src/mojo/public/tools/download_network_service.py', |
339 '--tools-directory', '../../../tools', | 287 '--tools-directory', '../../../tools', |
340 ], | 288 ], |
341 }, | 289 }, |
342 # Run "pub get" on any directories with checked-in pubspec.yaml files | |
343 # (excluding sky/, whose pubspec.yaml files are not intended for supporting | |
344 # building in-place in the repo). | |
345 { | |
346 'name': 'run_dart_pub_get', | |
347 'pattern': '', | |
348 'action': [ 'python', | |
349 'src/mojo/public/tools/git/dart_pub_get.py', | |
350 '--repository-root', '../../../..', | |
351 '--dart-sdk-directory', | |
352 '../../../../third_party/dart-sdk/dart-sdk', | |
353 '--dirs-to-ignore', 'sky/', | |
354 ], | |
355 }, | |
356 { | 290 { |
357 # Ensure that we don't accidentally reference any .pyc files whose | 291 # Ensure that we don't accidentally reference any .pyc files whose |
358 # corresponding .py files have already been deleted. | 292 # corresponding .py files have already been deleted. |
359 'name': 'remove_stale_pyc_files', | 293 'name': 'remove_stale_pyc_files', |
360 'pattern': 'src/tools/.*\\.py', | 294 'pattern': 'src/tools/.*\\.py', |
361 'action': [ | 295 'action': [ |
362 'python', | 296 'python', |
363 'src/tools/remove_stale_pyc_files.py', | 297 'src/tools/remove_stale_pyc_files.py', |
364 'src/tools', | 298 'src/tools', |
365 ], | 299 ], |
(...skipping 70 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
436 'name': 'prediction_resources', | 370 'name': 'prediction_resources', |
437 'pattern': '', | 371 'pattern': '', |
438 'action': [ 'download_from_google_storage', | 372 'action': [ 'download_from_google_storage', |
439 '--no_resume', | 373 '--no_resume', |
440 '--no_auth', | 374 '--no_auth', |
441 '--bucket', 'mojo/prediction', | 375 '--bucket', 'mojo/prediction', |
442 '-d', 'src/services/prediction/res', | 376 '-d', 'src/services/prediction/res', |
443 ], | 377 ], |
444 }, | 378 }, |
445 ] | 379 ] |
OLD | NEW |