Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(161)

Side by Side Diff: DEPS

Issue 816543004: Update from https://crrev.com/308996 (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 6 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | base/android/java/src/org/chromium/base/BaseSwitches.java » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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': '912ed6ebb8e2813e72ed7a3dec3b6710ba7e7405', 25 'skia_revision': 'eacaa2819d04fc5807562d497215a0f6aca67d62',
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': '74869d9a9122e26952e517bcc7ad990078644047', 29 'v8_revision': '528cf701ec0bd2ac2173434cd7885c6cf5792a54',
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": "797ff4c0ecf1b4950f6948175ea38ccbe888de7f", 33 "angle_revision": "797ff4c0ecf1b4950f6948175ea38ccbe888de7f",
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': '4995faa4a7ad968f1fa1917c26edd5cea295582f', 37 'buildtools_revision': '4995faa4a7ad968f1fa1917c26edd5cea295582f',
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': 'ef619d0562b39f30943cfdc4985a0df233d00e42', 41 'pdfium_revision': 'f6505100fc132ef866adaf3ff1fb7f06d0ca7a9b',
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': '306e520cda7d2f0afee9ba634dae629f994b096c', 45 'boringssl_revision': '306e520cda7d2f0afee9ba634dae629f994b096c',
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
71 'src/testing/gtest': 71 'src/testing/gtest':
72 Var('chromium_git') + '/external/googletest.git' + '@' + '8245545b6dc9c4703e6 496d1efd19e975ad2b038', # from svn revision 700 72 Var('chromium_git') + '/external/googletest.git' + '@' + '8245545b6dc9c4703e6 496d1efd19e975ad2b038', # from svn revision 700
73 73
74 'src/testing/gmock': 74 'src/testing/gmock':
75 Var('chromium_git') + '/external/googlemock.git' + '@' + '29763965ab52f245652 99976b936d1265cb6a271', # from svn revision 501 75 Var('chromium_git') + '/external/googlemock.git' + '@' + '29763965ab52f245652 99976b936d1265cb6a271', # from svn revision 501
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/icu.git' + '@' + 'b0932a04c79198b0fd442 82304eb48a5c1850ea3', 81 Var('chromium_git') + '/chromium/deps/icu.git' + '@' + '51c1a4ce5f362676aa1f1 cfdb5b7e52edabfa5aa',
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' + '@' + 'ba706f5aa055960b409 27d7e5b42186acac9c5e6', # from svn revision 184 90 Var('chromium_git') + '/external/grit-i18n.git' + '@' + 'ba706f5aa055960b409 27d7e5b42186acac9c5e6', # from svn revision 184
91 91
(...skipping 59 matching lines...) Expand 10 before | Expand all | Expand 10 after
151 'src/third_party/jsr-305/src': 151 'src/third_party/jsr-305/src':
152 Var('chromium_git') + '/external/jsr-305.git' + '@' + '642c508235471f722 0af6d5df2d3210e3bfc0919', 152 Var('chromium_git') + '/external/jsr-305.git' + '@' + '642c508235471f722 0af6d5df2d3210e3bfc0919',
153 153
154 'src/third_party/android_tools': 154 'src/third_party/android_tools':
155 Var('chromium_git') + '/android_tools.git' + '@' + '8fe116f93f350dcf73c6fe7 0db893985bf1b91d5', 155 Var('chromium_git') + '/android_tools.git' + '@' + '8fe116f93f350dcf73c6fe7 0db893985bf1b91d5',
156 156
157 'src/third_party/appurify-python/src': 157 'src/third_party/appurify-python/src':
158 Var('chromium_git') + '/external/github.com/appurify/appurify-python.git' + '@' + 'ee7abd5c5ae3106f72b2a0b9d2cb55094688e867', 158 Var('chromium_git') + '/external/github.com/appurify/appurify-python.git' + '@' + 'ee7abd5c5ae3106f72b2a0b9d2cb55094688e867',
159 159
160 'src/third_party/freetype': 160 'src/third_party/freetype':
161 Var('chromium_git') + '/chromium/src/third_party/freetype.git' + '@' + 'a 2b9955b49034a51dfbc8bf9f4e9d312149cecac', 161 Var('chromium_git') + '/chromium/src/third_party/freetype.git' + '@' + 'f d6919ac23f74b876c209aba5eaa2be662086391',
162 162
163 'src/third_party/requests/src': 163 'src/third_party/requests/src':
164 Var('chromium_git') + '/external/github.com/kennethreitz/requests.git' + ' @' + 'f172b30356d821d180fa4ecfa3e71c7274a32de4', 164 Var('chromium_git') + '/external/github.com/kennethreitz/requests.git' + ' @' + 'f172b30356d821d180fa4ecfa3e71c7274a32de4',
165 }, 165 },
166 'win': { 166 'win': {
167 'src/third_party/nss': 167 'src/third_party/nss':
168 Var('chromium_git') + '/chromium/deps/nss.git' + '@' + Var('nss_revision '), 168 Var('chromium_git') + '/chromium/deps/nss.git' + '@' + Var('nss_revision '),
169 'src/third_party/bison': 169 'src/third_party/bison':
170 Var('chromium_git') + '/chromium/deps/bison.git' + '@' + '083c9a45e4affd d5464ee2b224c2df649c6e26c3', 170 Var('chromium_git') + '/chromium/deps/bison.git' + '@' + '083c9a45e4affd d5464ee2b224c2df649c6e26c3',
171 'src/third_party/gperf': 171 'src/third_party/gperf':
(...skipping 143 matching lines...) Expand 10 before | Expand all | Expand 10 after
315 # corresponding .py files have already been deleted. 315 # corresponding .py files have already been deleted.
316 'name': 'remove_stale_pyc_files', 316 'name': 'remove_stale_pyc_files',
317 'pattern': 'src/tools/.*\\.py', 317 'pattern': 'src/tools/.*\\.py',
318 'action': [ 318 'action': [
319 'python', 319 'python',
320 'src/tools/remove_stale_pyc_files.py', 320 'src/tools/remove_stale_pyc_files.py',
321 'src/tools', 321 'src/tools',
322 ], 322 ],
323 }, 323 },
324 ] 324 ]
OLDNEW
« no previous file with comments | « no previous file | base/android/java/src/org/chromium/base/BaseSwitches.java » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698