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', | 22 'libcxx_revision': '48198f9110397fff47fe7c37cbfa296be7d44d3d', |
23 'libcxxabi_revision': '4ad1009ab3a59fa7a6896d74d5e4de5885697f95', | 23 'libcxxabi_revision': '4ad1009ab3a59fa7a6896d74d5e4de5885697f95', |
24 'sfntly_revision': '1bdaae8fc788a5ac8936d68bf24f37d977a13dac', | 24 'sfntly_revision': '1bdaae8fc788a5ac8936d68bf24f37d977a13dac', |
25 'skia_revision': '7a10fb6bead0f63623307a7ff71b1dd323534a7f', | 25 'skia_revision': 'bc97c9378bf8b89cc17280a2a04a5c3a9405e6ab', |
26 # Three lines of non-changing comments so that | 26 # Three lines of non-changing comments so that |
27 # the commit queue can handle CLs rolling Skia | 27 # the commit queue can handle CLs rolling Skia |
28 # and V8 without interference from each other. | 28 # and V8 without interference from each other. |
29 'v8_revision': '11b7b24c91c903ee08b2b6b94f0bbb17b966dd92', # from svn revision
25090 | 29 'v8_revision': '43ced1bd1528ea8b4d9299d2c8f7c6a81921457b', |
30 # Three lines of non-changing comments so that | 30 # Three lines of non-changing comments so that |
31 # the commit queue can handle CLs rolling ANGLE | 31 # the commit queue can handle CLs rolling ANGLE |
32 # and whatever else without interference from each other. | 32 # and whatever else without interference from each other. |
33 "angle_revision": "657cd684a615da648df6a851a916f11bb6f9a70e", | 33 "angle_revision": "560eef1627abdef65f71021b906e57dc609f47fa", |
34 # Three lines of non-changing comments so that | 34 # Three lines of non-changing comments so that |
35 # the commit queue can handle CLs rolling build tools | 35 # the commit queue can handle CLs rolling build tools |
36 # and whatever else without interference from each other. | 36 # and whatever else without interference from each other. |
37 'buildtools_revision': '51ca1f25a2ecea34069cb3ff35394dc53b6fd657', | 37 'buildtools_revision': 'c27f95bd1d9baaef70c879dea375090dd1496147', |
38 # Three lines of non-changing comments so that | 38 # Three lines of non-changing comments so that |
39 # the commit queue can handle CLs rolling PDFium | 39 # the commit queue can handle CLs rolling PDFium |
40 # and whatever else without interference from each other. | 40 # and whatever else without interference from each other. |
41 'pdfium_revision': '173f919d0ec99a1a973c9d3a82b474f761d5bce1', | 41 'pdfium_revision': '4dc95e74e1acc75f4eab08bc771874cd2a9c3a9b', |
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': '03a739d8d2cdc2560531a7446ead0f705409670a', | 45 'boringssl_revision': '2f3ba910a2bdb9e7d19e712a827cdc80c8d8c777', |
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 | 50 # Three lines of non-changing comments so that |
51 # the commit queue can handle CLs rolling nss | 51 # the commit queue can handle CLs rolling nss |
52 # and whatever else without interference from each other. | 52 # and whatever else without interference from each other. |
53 'nss_revision': '87b96db4268293187d7cf741907a6d5d1d8080e0', | 53 'nss_revision': '258342ecf9c65105189092ef6339dc4e7779a7ae', |
54 } | 54 } |
55 | 55 |
56 # Only these hosts are allowed for dependencies in this DEPS file. | 56 # Only these hosts are allowed for dependencies in this DEPS file. |
57 # If you need to add a new host, contact chrome infrastructure team. | 57 # If you need to add a new host, contact chrome infrastructure team. |
58 allowed_hosts = [ | 58 allowed_hosts = [ |
59 'chromium.googlesource.com', | 59 'chromium.googlesource.com', |
60 'boringssl.googlesource.com', | 60 'boringssl.googlesource.com', |
61 'pdfium.googlesource.com', | 61 'pdfium.googlesource.com', |
62 ] | 62 ] |
63 | 63 |
(...skipping 16 matching lines...) Expand all Loading... |
80 'src/third_party/icu': | 80 'src/third_party/icu': |
81 Var('chromium_git') + '/chromium/deps/icu52.git' + '@' + 'd8b2a9d7b0039a4950e
e008c5b1d998902c44c60', # from svn revision 292476 | 81 Var('chromium_git') + '/chromium/deps/icu52.git' + '@' + 'd8b2a9d7b0039a4950e
e008c5b1d998902c44c60', # from svn revision 292476 |
82 | 82 |
83 'src/third_party/libc++/trunk': | 83 'src/third_party/libc++/trunk': |
84 Var('chromium_git') + '/chromium/llvm-project/libcxx.git' + '@' + Var('libcx
x_revision'), | 84 Var('chromium_git') + '/chromium/llvm-project/libcxx.git' + '@' + Var('libcx
x_revision'), |
85 | 85 |
86 'src/third_party/libc++abi/trunk': | 86 'src/third_party/libc++abi/trunk': |
87 Var('chromium_git') + '/chromium/llvm-project/libcxxabi.git' + '@' + Var('li
bcxxabi_revision'), | 87 Var('chromium_git') + '/chromium/llvm-project/libcxxabi.git' + '@' + Var('li
bcxxabi_revision'), |
88 | 88 |
89 'src/tools/grit': | 89 'src/tools/grit': |
90 Var('chromium_git') + '/external/grit-i18n.git' + '@' + '740badd5e3e44434a9a
47b5d16749daac1e8ea80', # from svn revision 176 | 90 Var('chromium_git') + '/external/grit-i18n.git' + '@' + 'a24a0e647bb718b3540
db89864cf586b12331e82', # from svn revision 182 |
91 | 91 |
92 'src/v8': | 92 'src/v8': |
93 Var('chromium_git') + '/v8/v8.git' + '@' + Var('v8_revision'), | 93 Var('chromium_git') + '/v8/v8.git' + '@' + Var('v8_revision'), |
94 | 94 |
95 'src/third_party/sfntly/cpp/src': | 95 'src/third_party/sfntly/cpp/src': |
96 Var('chromium_git') + '/external/sfntly/cpp/src.git' + '@' + Var('sfntly_re
vision'), | 96 Var('chromium_git') + '/external/sfntly/cpp/src.git' + '@' + Var('sfntly_re
vision'), |
97 | 97 |
98 'src/third_party/skia': | 98 'src/third_party/skia': |
99 Var('chromium_git') + '/skia.git' + '@' + Var('skia_revision'), | 99 Var('chromium_git') + '/skia.git' + '@' + Var('skia_revision'), |
100 | 100 |
(...skipping 18 matching lines...) Expand all Loading... |
119 'src/third_party/mesa/src': | 119 'src/third_party/mesa/src': |
120 Var('chromium_git') + '/chromium/deps/mesa.git' + '@' + '9731cb962963bca8a05f
3d0f6ea40c3a781f0537', | 120 Var('chromium_git') + '/chromium/deps/mesa.git' + '@' + '9731cb962963bca8a05f
3d0f6ea40c3a781f0537', |
121 | 121 |
122 'src/third_party/pdfium': | 122 'src/third_party/pdfium': |
123 'https://pdfium.googlesource.com/pdfium.git' + '@' + Var('pdfium_revision'), | 123 'https://pdfium.googlesource.com/pdfium.git' + '@' + Var('pdfium_revision'), |
124 | 124 |
125 'src/third_party/boringssl/src': | 125 'src/third_party/boringssl/src': |
126 'https://boringssl.googlesource.com/boringssl.git' + '@' + Var('boringssl_re
vision'), | 126 'https://boringssl.googlesource.com/boringssl.git' + '@' + Var('boringssl_re
vision'), |
127 | 127 |
128 'src/tools/gyp': | 128 'src/tools/gyp': |
129 Var('chromium_git') + '/external/gyp.git' + '@' + '487c0b6ae8b44932e45347211
bca0e8387718436', # from svn revision 1998 | 129 Var('chromium_git') + '/external/gyp.git' + '@' + 'b13d8f243da15ded051e87e66
3c4f2c2fcc5804c', # from svn revision 1994 |
130 } | 130 } |
131 | 131 |
132 | 132 |
133 deps_os = { | 133 deps_os = { |
134 'unix': { | 134 'unix': { |
135 # Linux, really. | 135 # Linux, really. |
136 'src/third_party/lss': | 136 'src/third_party/lss': |
137 Var('chromium_git') + '/external/linux-syscall-support/lss.git' + '@' + Va
r('lss_revision'), | 137 Var('chromium_git') + '/external/linux-syscall-support/lss.git' + '@' + Va
r('lss_revision'), |
138 | 138 |
139 # Note that this is different from Android's freetype repo. | 139 # Note that this is different from Android's freetype repo. |
(...skipping 165 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
305 # corresponding .py files have already been deleted. | 305 # corresponding .py files have already been deleted. |
306 'name': 'remove_stale_pyc_files', | 306 'name': 'remove_stale_pyc_files', |
307 'pattern': 'src/tools/.*\\.py', | 307 'pattern': 'src/tools/.*\\.py', |
308 'action': [ | 308 'action': [ |
309 'python', | 309 'python', |
310 'src/tools/remove_stale_pyc_files.py', | 310 'src/tools/remove_stale_pyc_files.py', |
311 'src/tools', | 311 'src/tools', |
312 ], | 312 ], |
313 }, | 313 }, |
314 ] | 314 ] |
OLD | NEW |