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 'libcxx_revision': '48198f9110397fff47fe7c37cbfa296be7d44d3d', | |
23 'libcxxabi_revision': '4ad1009ab3a59fa7a6896d74d5e4de5885697f95', | |
24 'sfntly_revision': '1bdaae8fc788a5ac8936d68bf24f37d977a13dac', | 22 'sfntly_revision': '1bdaae8fc788a5ac8936d68bf24f37d977a13dac', |
25 'skia_revision': '9558f653877b982df415e4d075db55b7558f7654', | 23 'skia_revision': '0899696e9fec7d376b63655bedaed76871cb15c2', |
26 # Three lines of non-changing comments so that | 24 # Three lines of non-changing comments so that |
27 # the commit queue can handle CLs rolling Skia | 25 # the commit queue can handle CLs rolling Skia |
28 # and V8 without interference from each other. | 26 # and V8 without interference from each other. |
29 'v8_revision': 'cc2b2f487bfa07c4f8f33ac574a4580ad9ec0374', | 27 'v8_revision': 'cc2b2f487bfa07c4f8f33ac574a4580ad9ec0374', |
30 # Three lines of non-changing comments so that | 28 # Three lines of non-changing comments so that |
31 # the commit queue can handle CLs rolling ANGLE | 29 # the commit queue can handle CLs rolling ANGLE |
32 # and whatever else without interference from each other. | 30 # and whatever else without interference from each other. |
33 "angle_revision": "cd1db9e6c937a69f8efb5f73a3fcad14a737c436", | 31 'angle_revision': '04184fb0465ea2692b90cf0fa8b203df6c31cebf', |
34 # Three lines of non-changing comments so that | 32 # Three lines of non-changing comments so that |
35 # the commit queue can handle CLs rolling build tools | 33 # the commit queue can handle CLs rolling build tools |
36 # and whatever else without interference from each other. | 34 # and whatever else without interference from each other. |
37 'buildtools_revision': '23a4e2f545c7b6340d7e5a2b74801941b0a86535', | 35 'buildtools_revision': '451dcd05a5b34936f5be67b2472cd63aaa508401', |
38 # Three lines of non-changing comments so that | 36 # Three lines of non-changing comments so that |
39 # the commit queue can handle CLs rolling PDFium | 37 # the commit queue can handle CLs rolling PDFium |
40 # and whatever else without interference from each other. | 38 # and whatever else without interference from each other. |
41 'pdfium_revision': 'a48ead9b7e3dc01f1bde83f69062eebd960edfdc', | 39 'pdfium_revision': 'f8105c665856863ad95da37fee6c12b98b953e2c', |
42 # Three lines of non-changing comments so that | 40 # Three lines of non-changing comments so that |
43 # the commit queue can handle CLs rolling BoringSSL | 41 # the commit queue can handle CLs rolling BoringSSL |
44 # and whatever else without interference from each other. | 42 # and whatever else without interference from each other. |
45 'boringssl_revision': 'aac2f6a6a00921499ed85787aace287724fbc07e', | 43 'boringssl_revision': 'ca9a538aa0f2ebdd261783efa032e69a2ea17fbc', |
46 # Three lines of non-changing comments so that | 44 # Three lines of non-changing comments so that |
47 # the commit queue can handle CLs rolling lss | 45 # the commit queue can handle CLs rolling lss |
48 # and whatever else without interference from each other. | 46 # and whatever else without interference from each other. |
49 'lss_revision': '952107fa7cea0daaabead28c0e92d579bee517eb', | 47 'lss_revision': '952107fa7cea0daaabead28c0e92d579bee517eb', |
50 # Three lines of non-changing comments so that | 48 # Three lines of non-changing comments so that |
51 # the commit queue can handle CLs rolling nss | 49 # the commit queue can handle CLs rolling nss |
52 # and whatever else without interference from each other. | 50 # and whatever else without interference from each other. |
53 'nss_revision': 'bb4e75a43d007518ae7d618665ea2f25b0c60b63', | 51 'nss_revision': 'bb4e75a43d007518ae7d618665ea2f25b0c60b63', |
54 } | 52 } |
55 | 53 |
(...skipping 15 matching lines...) Expand all Loading... |
71 'src/testing/gtest': | 69 'src/testing/gtest': |
72 Var('chromium_git') + '/external/googletest.git' + '@' + '8245545b6dc9c4703e6
496d1efd19e975ad2b038', # from svn revision 700 | 70 Var('chromium_git') + '/external/googletest.git' + '@' + '8245545b6dc9c4703e6
496d1efd19e975ad2b038', # from svn revision 700 |
73 | 71 |
74 'src/testing/gmock': | 72 'src/testing/gmock': |
75 Var('chromium_git') + '/external/googlemock.git' + '@' + '29763965ab52f245652
99976b936d1265cb6a271', # from svn revision 501 | 73 Var('chromium_git') + '/external/googlemock.git' + '@' + '29763965ab52f245652
99976b936d1265cb6a271', # from svn revision 501 |
76 | 74 |
77 'src/third_party/angle': | 75 'src/third_party/angle': |
78 Var('chromium_git') + '/angle/angle.git' + '@' + Var('angle_revision'), | 76 Var('chromium_git') + '/angle/angle.git' + '@' + Var('angle_revision'), |
79 | 77 |
80 'src/third_party/icu': | 78 'src/third_party/icu': |
81 Var('chromium_git') + '/chromium/deps/icu.git' + '@' + '51c1a4ce5f362676aa1f1
cfdb5b7e52edabfa5aa', | 79 Var('chromium_git') + '/chromium/deps/icu.git' + '@' + '4e3266f32c62d30a3f9e2
232a753c60129d1e670', |
82 | |
83 'src/third_party/libc++/trunk': | |
84 Var('chromium_git') + '/chromium/llvm-project/libcxx.git' + '@' + Var('libcx
x_revision'), | |
85 | |
86 'src/third_party/libc++abi/trunk': | |
87 Var('chromium_git') + '/chromium/llvm-project/libcxxabi.git' + '@' + Var('li
bcxxabi_revision'), | |
88 | 80 |
89 'src/tools/grit': | 81 'src/tools/grit': |
90 Var('chromium_git') + '/external/grit-i18n.git' + '@' + 'a5890a8118c0c80cc05
60e6d8d5cf65e5d725509', # from svn revision 185 | 82 Var('chromium_git') + '/external/grit-i18n.git' + '@' + 'a5890a8118c0c80cc05
60e6d8d5cf65e5d725509', # from svn revision 185 |
91 | 83 |
92 'src/v8': | 84 'src/v8': |
93 Var('chromium_git') + '/v8/v8.git' + '@' + Var('v8_revision'), | 85 Var('chromium_git') + '/v8/v8.git' + '@' + Var('v8_revision'), |
94 | 86 |
95 'src/third_party/sfntly/cpp/src': | 87 'src/third_party/sfntly/cpp/src': |
96 Var('chromium_git') + '/external/sfntly/cpp/src.git' + '@' + Var('sfntly_re
vision'), | 88 Var('chromium_git') + '/external/sfntly/cpp/src.git' + '@' + Var('sfntly_re
vision'), |
97 | 89 |
(...skipping 47 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
145 Var('chromium_git') + '/external/fontconfig.git' + '@' + 'f16c3118e25546c1b
749f9823c51827a60aeb5c1', | 137 Var('chromium_git') + '/external/fontconfig.git' + '@' + 'f16c3118e25546c1b
749f9823c51827a60aeb5c1', |
146 }, | 138 }, |
147 'android': { | 139 'android': { |
148 'src/third_party/colorama/src': | 140 'src/third_party/colorama/src': |
149 Var('chromium_git') + '/external/colorama.git' + '@' + '799604a1041e9b3bc5d
2789ecbd7e8db2e18e6b8', | 141 Var('chromium_git') + '/external/colorama.git' + '@' + '799604a1041e9b3bc5d
2789ecbd7e8db2e18e6b8', |
150 | 142 |
151 'src/third_party/jsr-305/src': | 143 'src/third_party/jsr-305/src': |
152 Var('chromium_git') + '/external/jsr-305.git' + '@' + '642c508235471f722
0af6d5df2d3210e3bfc0919', | 144 Var('chromium_git') + '/external/jsr-305.git' + '@' + '642c508235471f722
0af6d5df2d3210e3bfc0919', |
153 | 145 |
154 'src/third_party/android_tools': | 146 'src/third_party/android_tools': |
155 Var('chromium_git') + '/android_tools.git' + '@' + '8fe116f93f350dcf73c6fe7
0db893985bf1b91d5', | 147 Var('chromium_git') + '/android_tools.git' + '@' + '56b3d3e8ce785e468eac326
2cd6b107ebe569e94', |
156 | 148 |
157 'src/third_party/appurify-python/src': | 149 'src/third_party/appurify-python/src': |
158 Var('chromium_git') + '/external/github.com/appurify/appurify-python.git' +
'@' + 'ee7abd5c5ae3106f72b2a0b9d2cb55094688e867', | 150 Var('chromium_git') + '/external/github.com/appurify/appurify-python.git' +
'@' + 'ee7abd5c5ae3106f72b2a0b9d2cb55094688e867', |
159 | 151 |
160 'src/third_party/freetype': | 152 'src/third_party/freetype': |
161 Var('chromium_git') + '/chromium/src/third_party/freetype.git' + '@' + 'f
d6919ac23f74b876c209aba5eaa2be662086391', | 153 Var('chromium_git') + '/chromium/src/third_party/freetype.git' + '@' + 'f
d6919ac23f74b876c209aba5eaa2be662086391', |
162 | 154 |
163 'src/third_party/requests/src': | 155 'src/third_party/requests/src': |
164 Var('chromium_git') + '/external/github.com/kennethreitz/requests.git' + '
@' + 'f172b30356d821d180fa4ecfa3e71c7274a32de4', | 156 Var('chromium_git') + '/external/github.com/kennethreitz/requests.git' + '
@' + 'f172b30356d821d180fa4ecfa3e71c7274a32de4', |
165 }, | 157 }, |
(...skipping 149 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
315 # corresponding .py files have already been deleted. | 307 # corresponding .py files have already been deleted. |
316 'name': 'remove_stale_pyc_files', | 308 'name': 'remove_stale_pyc_files', |
317 'pattern': 'src/tools/.*\\.py', | 309 'pattern': 'src/tools/.*\\.py', |
318 'action': [ | 310 'action': [ |
319 'python', | 311 'python', |
320 'src/tools/remove_stale_pyc_files.py', | 312 'src/tools/remove_stale_pyc_files.py', |
321 'src/tools', | 313 'src/tools', |
322 ], | 314 ], |
323 }, | 315 }, |
324 ] | 316 ] |
OLD | NEW |