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 # |
11 # Then commit .DEPS.git locally (gclient doesn't like dirty trees) and run | 11 # Then commit .DEPS.git locally (gclient doesn't like dirty trees) and run |
12 # gclient sync | 12 # gclient sync |
13 # Verify the thing happened you wanted. Then revert your .DEPS.git change | 13 # Verify the thing happened you wanted. Then revert your .DEPS.git change |
14 # DO NOT CHECK IN CHANGES TO .DEPS.git upstream. It will be automatically | 14 # DO NOT CHECK IN CHANGES TO .DEPS.git upstream. It will be automatically |
15 # updated by a bot when you modify this one. | 15 # updated by a bot when you modify this one. |
16 # | 16 # |
17 # When adding a new dependency, please update the top-level .gitignore file | 17 # When adding a new dependency, please update the top-level .gitignore file |
18 # to list the dependency's destination directory. | 18 # to list the dependency's destination directory. |
19 | 19 |
20 vars = { | 20 vars = { |
21 'chromium_git': 'https://chromium.googlesource.com', | 21 'chromium_git': 'https://chromium.googlesource.com', |
22 'dart_svn': 'https://dart.googlecode.com', | 22 'dart_svn': 'https://dart.googlecode.com', |
23 'skia_revision': '409fd66a5afcef5f165f7ccec7c3473add231752', | 23 'skia_revision': '409fd66a5afcef5f165f7ccec7c3473add231752', |
24 'v8_revision': '230d131d173ab2d60291d303177bc04ec3f6e519', | 24 'v8_revision': '230d131d173ab2d60291d303177bc04ec3f6e519', |
25 'angle_revision': 'bdd419f9f5b006e913606e7363125942c8ae06bc', | 25 'angle_revision': 'bdd419f9f5b006e913606e7363125942c8ae06bc', |
26 'buildtools_revision': 'fa660d47fa1a6c649d5c29e001348447c55709e6', | 26 'buildtools_revision': 'fa660d47fa1a6c649d5c29e001348447c55709e6', |
27 'dart_revision': '856248f1356d1e7564c8b27dcbe35c770cde2eb5', | 27 'dart_revision': '7c1bccb26325d26b62324e5780eca1d13e98ccc4', |
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', | 34 'vector_math_dart_revision': '65915583f7aa606cb47ed265f853c18c60102b81', |
35 'box2d_dart_revision': 'c5e65d9546275e78ad2a1d51b459e7638f6e4323', | 35 'box2d_dart_revision': 'c5e65d9546275e78ad2a1d51b459e7638f6e4323', |
36 } | 36 } |
37 | 37 |
(...skipping 322 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
360 'name': 'keyboard_native_resources', | 360 'name': 'keyboard_native_resources', |
361 'pattern': '', | 361 'pattern': '', |
362 'action': [ 'download_from_google_storage', | 362 'action': [ 'download_from_google_storage', |
363 '--no_resume', | 363 '--no_resume', |
364 '--no_auth', | 364 '--no_auth', |
365 '--bucket', 'mojo/keyboard_native', | 365 '--bucket', 'mojo/keyboard_native', |
366 '-d', 'src/services/keyboard_native/res', | 366 '-d', 'src/services/keyboard_native/res', |
367 ], | 367 ], |
368 }, | 368 }, |
369 ] | 369 ] |
OLD | NEW |