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 'base_revision': '5e00da80f6adb7082d1c0e88d3274cf87cc43bc5', | 22 'base_revision': '3ed5621c3408ce7109597b81faa0c27f1085a2cb', |
23 'boringssl_revision': '2deb984187ce8f6c739c780e7fe95e859e93b3da', | 23 'boringssl_revision': '2deb984187ce8f6c739c780e7fe95e859e93b3da', |
24 'buildtools_revision': '222bd42ce39d1bd8f08fe089b066f49c469e1cdf', | 24 'buildtools_revision': '222bd42ce39d1bd8f08fe089b066f49c469e1cdf', |
25 'gurl_revision': '718eee97ed6a4df41d14726eb2eddc871d9eaaa3', | 25 'gurl_revision': '718eee97ed6a4df41d14726eb2eddc871d9eaaa3', |
| 26 'lss_revision': '6f97298fe3794e92c8c896a6bc06e0b36e4c3de3', |
26 'mojo_devtools_revision': 'd498890dc825363948a5852a2328b8ef937f5af4', | 27 'mojo_devtools_revision': 'd498890dc825363948a5852a2328b8ef937f5af4', |
27 'mojo_sdk_revision': '8471cd1e603aafb17350b24df8f21f3cb2fee2c9', | 28 'mojo_sdk_revision': '8471cd1e603aafb17350b24df8f21f3cb2fee2c9', |
28 } | 29 } |
29 | 30 |
30 # Only these hosts are allowed for dependencies in this DEPS file. | 31 # Only these hosts are allowed for dependencies in this DEPS file. |
31 # If you need to add a new host, contact chrome infrastructure team. | 32 # If you need to add a new host, contact chrome infrastructure team. |
32 allowed_hosts = [ | 33 allowed_hosts = [ |
33 'boringssl.googlesource.com', | 34 'boringssl.googlesource.com', |
34 'chromium.googlesource.com', | 35 'chromium.googlesource.com', |
35 ] | 36 ] |
(...skipping 10 matching lines...) Expand all Loading... |
46 | 47 |
47 'src/testing/gtest': | 48 'src/testing/gtest': |
48 Var('chromium_git') + '/external/googletest.git' + '@' + '9855a87157778d39b9
5eccfb201a9dc90f6d61c6', # from svn revision 746 | 49 Var('chromium_git') + '/external/googletest.git' + '@' + '9855a87157778d39b9
5eccfb201a9dc90f6d61c6', # from svn revision 746 |
49 | 50 |
50 'src/testing/gmock': | 51 'src/testing/gmock': |
51 Var('chromium_git') + '/external/googlemock.git' + '@' + '0421b6f358139f02e1
02c9c332ce19a33faf75be', # from svn revision 566 | 52 Var('chromium_git') + '/external/googlemock.git' + '@' + '0421b6f358139f02e1
02c9c332ce19a33faf75be', # from svn revision 566 |
52 | 53 |
53 'src/third_party/boringssl/src': | 54 'src/third_party/boringssl/src': |
54 'https://boringssl.googlesource.com/boringssl.git' + '@' + Var('boringssl_re
vision'), | 55 'https://boringssl.googlesource.com/boringssl.git' + '@' + Var('boringssl_re
vision'), |
55 | 56 |
| 57 'src/third_party/icu': |
| 58 Var('chromium_git') + '/chromium/deps/icu.git' + '@' + '94e4b770ce2f6065d426
1d29c32683a6099b9d93', |
| 59 |
56 'src/third_party/requests/src': | 60 'src/third_party/requests/src': |
57 Var('chromium_git') + '/external/github.com/kennethreitz/requests.git' + '@'
+ 'f172b30356d821d180fa4ecfa3e71c7274a32de4', | 61 Var('chromium_git') + '/external/github.com/kennethreitz/requests.git' + '@'
+ 'f172b30356d821d180fa4ecfa3e71c7274a32de4', |
58 | 62 |
59 'src/third_party/icu': | 63 'src/third_party/lss': |
60 Var('chromium_git') + '/chromium/deps/icu.git' + '@' + '94e4b770ce2f6065d426
1d29c32683a6099b9d93', | 64 Var('chromium_git') + '/external/linux-syscall-support/lss.git' + '@' + Var(
'lss_revision'), |
61 | 65 |
62 'src/third_party/mojo/src/mojo/public': | 66 'src/third_party/mojo/src/mojo/public': |
63 Var('chromium_git') + '/external/github.com/domokit/mojo_sdk.git' + '@' + Va
r('mojo_sdk_revision'), | 67 Var('chromium_git') + '/external/github.com/domokit/mojo_sdk.git' + '@' + Va
r('mojo_sdk_revision'), |
64 | 68 |
65 'src/tools/grit': | 69 'src/third_party/mojo_devtools': |
66 Var('chromium_git') + '/external/grit-i18n.git' + '@' + 'c1b1591a05209c1ad46
7e845ba8543c22f9072af', # from svn revision 189 | 70 'https://github.com/domokit/devtools.git' + '@' + Var('mojo_devtools_revisio
n'), |
67 | 71 |
68 'src/third_party/pyelftools': | 72 'src/third_party/pyelftools': |
69 Var('chromium_git') + '/chromiumos/third_party/pyelftools.git' + '@' + '19b3
e610c86fcadb837d252c794cb5e8008826ae', | 73 Var('chromium_git') + '/chromiumos/third_party/pyelftools.git' + '@' + '19b3
e610c86fcadb837d252c794cb5e8008826ae', |
70 | 74 |
71 'src/third_party/mojo_devtools': | 75 'src/tools/grit': |
72 'https://github.com/domokit/devtools.git' + '@' + Var('mojo_devtools_revisio
n'), | 76 Var('chromium_git') + '/external/grit-i18n.git' + '@' + 'c1b1591a05209c1ad46
7e845ba8543c22f9072af', # from svn revision 189 |
73 | 77 |
74 'src/url': | 78 'src/url': |
75 Var('chromium_git') + '/external/github.com/domokit/gurl' + '@' + Var('gurl_
revision'), | 79 Var('chromium_git') + '/external/github.com/domokit/gurl' + '@' + Var('gurl_
revision'), |
76 } | 80 } |
77 | 81 |
78 deps_os = { | 82 deps_os = { |
79 'android': { | 83 'android': { |
80 'src/third_party/appurify-python/src': | 84 'src/third_party/appurify-python/src': |
81 Var('chromium_git') + '/external/github.com/appurify/appurify-python.git'
+ '@' + 'ee7abd5c5ae3106f72b2a0b9d2cb55094688e867', | 85 Var('chromium_git') + '/external/github.com/appurify/appurify-python.git'
+ '@' + 'ee7abd5c5ae3106f72b2a0b9d2cb55094688e867', |
82 | 86 |
(...skipping 122 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
205 'action': [ 'src/tools/download_from_google_storage.py', | 209 'action': [ 'src/tools/download_from_google_storage.py', |
206 '--no_resume', | 210 '--no_resume', |
207 '--quiet', | 211 '--quiet', |
208 '--platform=linux*', | 212 '--platform=linux*', |
209 '--no_auth', | 213 '--no_auth', |
210 '--bucket', 'mojo/mojom_parser/linux64', | 214 '--bucket', 'mojo/mojom_parser/linux64', |
211 '-s', 'src/third_party/mojo/src/mojo/public/tools/bindings/mojom
_tool/bin/linux64/mojom.sha1', | 215 '-s', 'src/third_party/mojo/src/mojo/public/tools/bindings/mojom
_tool/bin/linux64/mojom.sha1', |
212 ], | 216 ], |
213 }, | 217 }, |
214 ] | 218 ] |
OLD | NEW |