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 13 matching lines...) Expand all Loading... |
24 'v8_revision': '230d131d173ab2d60291d303177bc04ec3f6e519', | 24 'v8_revision': '230d131d173ab2d60291d303177bc04ec3f6e519', |
25 'angle_revision': 'bdd419f9f5b006e913606e7363125942c8ae06bc', | 25 'angle_revision': 'bdd419f9f5b006e913606e7363125942c8ae06bc', |
26 'buildtools_revision': '15308f469a704c45d15567fa69cd94ce07ad0e1b', | 26 'buildtools_revision': '15308f469a704c45d15567fa69cd94ce07ad0e1b', |
27 'dart_revision': '7c02eae5ec835c410682182bd380791f69b5eb8d', | 27 'dart_revision': '7c02eae5ec835c410682182bd380791f69b5eb8d', |
28 'dart_observatory_packages_revision': '45565', | 28 'dart_observatory_packages_revision': '45565', |
29 'pdfium_revision': 'b0115665b0f33971f1b7077740d51e155583cec0', | 29 'pdfium_revision': 'b0115665b0f33971f1b7077740d51e155583cec0', |
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 'vector_math_dart_revision': '65915583f7aa606cb47ed265f853c18c60102b81', |
| 35 'box2d_dart_revision': 'c5e65d9546275e78ad2a1d51b459e7638f6e4323', |
34 } | 36 } |
35 | 37 |
36 # Only these hosts are allowed for dependencies in this DEPS file. | 38 # Only these hosts are allowed for dependencies in this DEPS file. |
37 # If you need to add a new host, contact chrome infrastructure team. | 39 # If you need to add a new host, contact chrome infrastructure team. |
38 allowed_hosts = [ | 40 allowed_hosts = [ |
39 'boringssl.googlesource.com', | 41 'boringssl.googlesource.com', |
40 'chromium.googlesource.com', | 42 'chromium.googlesource.com', |
41 'dart.googlecode.com', | 43 'dart.googlecode.com', |
42 'pdfium.googlesource.com', | 44 'pdfium.googlesource.com', |
43 ] | 45 ] |
(...skipping 49 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
93 'https://pdfium.googlesource.com/pdfium.git' + '@' + Var('pdfium_revision'), | 95 'https://pdfium.googlesource.com/pdfium.git' + '@' + Var('pdfium_revision'), |
94 | 96 |
95 'src/third_party/boringssl/src': | 97 'src/third_party/boringssl/src': |
96 'https://boringssl.googlesource.com/boringssl.git' + '@' + Var('boringssl_re
vision'), | 98 'https://boringssl.googlesource.com/boringssl.git' + '@' + Var('boringssl_re
vision'), |
97 | 99 |
98 'src/third_party/requests/src': | 100 'src/third_party/requests/src': |
99 Var('chromium_git') + '/external/github.com/kennethreitz/requests.git' + '@'
+ 'f172b30356d821d180fa4ecfa3e71c7274a32de4', | 101 Var('chromium_git') + '/external/github.com/kennethreitz/requests.git' + '@'
+ 'f172b30356d821d180fa4ecfa3e71c7274a32de4', |
100 | 102 |
101 'src/native_client': | 103 'src/native_client': |
102 Var('chromium_git') + '/native_client/src/native_client.git' + '@' + Var('na
cl_revision'), | 104 Var('chromium_git') + '/native_client/src/native_client.git' + '@' + Var('na
cl_revision'), |
| 105 |
| 106 'src/third_party/dart-pkg/vector_math': |
| 107 Var('chromium_git') + '/external/github.com/google/vector_math.dart.git' +
'@' + Var('vector_math_dart_revision'), |
| 108 |
| 109 'src/third_party/dart-pkg/box2d': |
| 110 Var('chromium_git') + '/external/github.com/google/box2d.dart.git' + '@' +
Var('box2d_dart_revision'), |
103 } | 111 } |
104 | 112 |
105 | 113 |
106 deps_os = { | 114 deps_os = { |
107 'android': { | 115 'android': { |
108 'src/third_party/colorama/src': | 116 'src/third_party/colorama/src': |
109 Var('chromium_git') + '/external/colorama.git' + '@' + '799604a1041e9b3bc5d
2789ecbd7e8db2e18e6b8', | 117 Var('chromium_git') + '/external/colorama.git' + '@' + '799604a1041e9b3bc5d
2789ecbd7e8db2e18e6b8', |
110 | 118 |
111 'src/third_party/jsr-305/src': | 119 'src/third_party/jsr-305/src': |
112 Var('chromium_git') + '/external/jsr-305.git' + '@' + '642c508235471f722
0af6d5df2d3210e3bfc0919', | 120 Var('chromium_git') + '/external/jsr-305.git' + '@' + '642c508235471f722
0af6d5df2d3210e3bfc0919', |
(...skipping 239 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
352 'name': 'dejavu-fonts', | 360 'name': 'dejavu-fonts', |
353 'pattern': '', | 361 'pattern': '', |
354 'action': [ 'download_from_google_storage', | 362 'action': [ 'download_from_google_storage', |
355 '--no_resume', | 363 '--no_resume', |
356 '--no_auth', | 364 '--no_auth', |
357 '--bucket', 'mojo/dejavu-fonts', | 365 '--bucket', 'mojo/dejavu-fonts', |
358 '-s', 'src/third_party/dejavu-fonts-ttf-2.34/ttf/DejaVuSansMono.
ttf.sha1', | 366 '-s', 'src/third_party/dejavu-fonts-ttf-2.34/ttf/DejaVuSansMono.
ttf.sha1', |
359 ], | 367 ], |
360 }, | 368 }, |
361 ] | 369 ] |
OLD | NEW |