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 29 matching lines...) Expand all Loading... |
40 # and whatever else without interference from each other. | 40 # and whatever else without interference from each other. |
41 'pdfium_revision': '767aebbef641a89498deebc29369a078207b4dcc', | 41 'pdfium_revision': '767aebbef641a89498deebc29369a078207b4dcc', |
42 # Three lines of non-changing comments so that | 42 # Three lines of non-changing comments so that |
43 # the commit queue can handle CLs rolling BoringSSL | 43 # the commit queue can handle CLs rolling BoringSSL |
44 # and whatever else without interference from each other. | 44 # and whatever else without interference from each other. |
45 'boringssl_revision': '751e889b1d791d2b91c1437248454fa1d4e101a5', | 45 'boringssl_revision': '751e889b1d791d2b91c1437248454fa1d4e101a5', |
46 # Three lines of non-changing comments so that | 46 # Three lines of non-changing comments so that |
47 # the commit queue can handle CLs rolling lss | 47 # the commit queue can handle CLs rolling lss |
48 # and whatever else without interference from each other. | 48 # and whatever else without interference from each other. |
49 'lss_revision': '952107fa7cea0daaabead28c0e92d579bee517eb', | 49 'lss_revision': '952107fa7cea0daaabead28c0e92d579bee517eb', |
| 50 # Three lines of non-changing comments so that |
| 51 # the commit queue can handle CLs rolling nss |
| 52 # and whatever else without interference from each other. |
| 53 'nss_revision': '87b96db4268293187d7cf741907a6d5d1d8080e0', |
50 } | 54 } |
51 | 55 |
52 # Only these hosts are allowed for dependencies in this DEPS file. | 56 # Only these hosts are allowed for dependencies in this DEPS file. |
53 # If you need to add a new host, contact chrome infrastracture team. | 57 # If you need to add a new host, contact chrome infrastracture team. |
54 allowed_hosts = [ | 58 allowed_hosts = [ |
55 'chromium.googlesource.com', | 59 'chromium.googlesource.com', |
56 'boringssl.googlesource.com', | 60 'boringssl.googlesource.com', |
57 'pdfium.googlesource.com', | 61 'pdfium.googlesource.com', |
58 ] | 62 ] |
59 | 63 |
(...skipping 90 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
150 | 154 |
151 'src/third_party/jsr-305/src': | 155 'src/third_party/jsr-305/src': |
152 Var('chromium_git') + '/external/jsr-305.git' + '@' + '642c508235471f722
0af6d5df2d3210e3bfc0919', | 156 Var('chromium_git') + '/external/jsr-305.git' + '@' + '642c508235471f722
0af6d5df2d3210e3bfc0919', |
153 | 157 |
154 'src/third_party/android_tools': | 158 'src/third_party/android_tools': |
155 Var('chromium_git') + '/android_tools.git' + '@' + 'ea50cccc11657404ce22cf9
28062ed1a3927eb39', | 159 Var('chromium_git') + '/android_tools.git' + '@' + 'ea50cccc11657404ce22cf9
28062ed1a3927eb39', |
156 | 160 |
157 'src/third_party/freetype': | 161 'src/third_party/freetype': |
158 Var('chromium_git') + '/chromium/src/third_party/freetype.git' + '@' + 'a
2b9955b49034a51dfbc8bf9f4e9d312149cecac', | 162 Var('chromium_git') + '/chromium/src/third_party/freetype.git' + '@' + 'a
2b9955b49034a51dfbc8bf9f4e9d312149cecac', |
159 }, | 163 }, |
| 164 'win': { |
| 165 'src/third_party/nss': |
| 166 Var('chromium_git') + '/chromium/deps/nss.git' + '@' + Var('nss_revision'), |
| 167 'src/third_party/bison': |
| 168 Var('chromium_git') + '/chromium/deps/bison.git' + '@' + '083c9a45e4affdd54
64ee2b224c2df649c6e26c3', |
| 169 'src/third_party/gperf': |
| 170 Var('chromium_git') + '/chromium/deps/gperf.git' + '@' + 'd892d79f64f944977
0443fb06da49b5a1e5d33c1', |
| 171 } |
160 } | 172 } |
161 | 173 |
162 | 174 |
163 include_rules = [ | 175 include_rules = [ |
164 # Everybody can use some things. | 176 # Everybody can use some things. |
165 '+base', | 177 '+base', |
166 '+build', | 178 '+build', |
167 | 179 |
168 '+testing', | 180 '+testing', |
169 '+third_party/icu/source/common/unicode', | 181 '+third_party/icu/source/common/unicode', |
(...skipping 63 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
233 'name': 'gn_linux64', | 245 'name': 'gn_linux64', |
234 'pattern': '.', | 246 'pattern': '.', |
235 'action': [ 'download_from_google_storage', | 247 'action': [ 'download_from_google_storage', |
236 '--no_resume', | 248 '--no_resume', |
237 '--platform=linux*', | 249 '--platform=linux*', |
238 '--no_auth', | 250 '--no_auth', |
239 '--bucket', 'chromium-gn', | 251 '--bucket', 'chromium-gn', |
240 '-s', 'src/buildtools/linux64/gn.sha1', | 252 '-s', 'src/buildtools/linux64/gn.sha1', |
241 ], | 253 ], |
242 }, | 254 }, |
| 255 { |
| 256 'name': 'gn_win', |
| 257 'pattern': '.', |
| 258 'action': [ 'download_from_google_storage', |
| 259 '--no_resume', |
| 260 '--platform=win*', |
| 261 '--no_auth', |
| 262 '--bucket', 'chromium-gn', |
| 263 '-s', 'src/buildtools/win/gn.exe.sha1', |
| 264 ], |
| 265 }, |
243 # Pull clang-format binaries using checked-in hashes. | 266 # Pull clang-format binaries using checked-in hashes. |
244 { | 267 { |
245 'name': 'clang_format_linux', | 268 'name': 'clang_format_linux', |
246 'pattern': '.', | 269 'pattern': '.', |
247 'action': [ 'download_from_google_storage', | 270 'action': [ 'download_from_google_storage', |
248 '--no_resume', | 271 '--no_resume', |
249 '--platform=linux*', | 272 '--platform=linux*', |
250 '--no_auth', | 273 '--no_auth', |
251 '--bucket', 'chromium-clang-format', | 274 '--bucket', 'chromium-clang-format', |
252 '-s', 'src/buildtools/linux64/clang-format.sha1', | 275 '-s', 'src/buildtools/linux64/clang-format.sha1', |
(...skipping 27 matching lines...) Expand all Loading... |
280 # corresponding .py files have already been deleted. | 303 # corresponding .py files have already been deleted. |
281 'name': 'remove_stale_pyc_files', | 304 'name': 'remove_stale_pyc_files', |
282 'pattern': 'src/tools/.*\\.py', | 305 'pattern': 'src/tools/.*\\.py', |
283 'action': [ | 306 'action': [ |
284 'python', | 307 'python', |
285 'src/tools/remove_stale_pyc_files.py', | 308 'src/tools/remove_stale_pyc_files.py', |
286 'src/tools', | 309 'src/tools', |
287 ], | 310 ], |
288 }, | 311 }, |
289 ] | 312 ] |
OLD | NEW |