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': 'bc97c9378bf8b89cc17280a2a04a5c3a9405e6ab', | 25 'skia_revision': '0a81f1ee0edff6542a3a1579277780b67669c782', |
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': '43ced1bd1528ea8b4d9299d2c8f7c6a81921457b', | 29 'v8_revision': '9a15b3ade98f52c91e2b42b22bf0d29b97f001f7', |
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": "560eef1627abdef65f71021b906e57dc609f47fa", | 33 "angle_revision": "e1425d95ba0ab095c5d64536bbeb3f78adcbf79f", |
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': 'c27f95bd1d9baaef70c879dea375090dd1496147', | 37 'buildtools_revision': '6ea835db27479b9a5742e48b5e4466af7c2534ff', |
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': '56ba90c35c31c77be3f3249fcf2ecf26f6efc62f', |
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': '2f3ba910a2bdb9e7d19e712a827cdc80c8d8c777', | 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 |
(...skipping 19 matching lines...) Expand all Loading... |
71 'src/testing/gtest': | 71 'src/testing/gtest': |
72 Var('chromium_git') + '/external/googletest.git' + '@' + '4650552ff637bb44ecf
7784060091cbed3252211', # from svn revision 692 | 72 Var('chromium_git') + '/external/googletest.git' + '@' + '4650552ff637bb44ecf
7784060091cbed3252211', # from svn revision 692 |
73 | 73 |
74 'src/testing/gmock': | 74 'src/testing/gmock': |
75 Var('chromium_git') + '/external/googlemock.git' + '@' + '896ba0e03f520fb9b6e
d582bde2bd00847e3c3f2', # from svn revision 485 | 75 Var('chromium_git') + '/external/googlemock.git' + '@' + '896ba0e03f520fb9b6e
d582bde2bd00847e3c3f2', # from svn revision 485 |
76 | 76 |
77 'src/third_party/angle': | 77 'src/third_party/angle': |
78 Var('chromium_git') + '/angle/angle.git' + '@' + Var('angle_revision'), | 78 Var('chromium_git') + '/angle/angle.git' + '@' + Var('angle_revision'), |
79 | 79 |
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' + '@' + '6242e2fbb36f486f2c0
addd1c3cef67fc4ed33fb', # 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' + '@' + 'a24a0e647bb718b3540
db89864cf586b12331e82', # from svn revision 182 | 90 Var('chromium_git') + '/external/grit-i18n.git' + '@' + 'a24a0e647bb718b3540
db89864cf586b12331e82', # from svn revision 182 |
91 | 91 |
(...skipping 213 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 |