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

Side by Side Diff: DEPS

Issue 863253002: Update from https://crrev.com/312600 (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 5 years, 11 months 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/BUILD.gn » ('j') | testing/test.gni » ('J')
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 'dart_svn': 'https://dart.googlecode.com', 22 'dart_svn': 'https://dart.googlecode.com',
23 'sfntly_revision': '1bdaae8fc788a5ac8936d68bf24f37d977a13dac', 23 'sfntly_revision': '1bdaae8fc788a5ac8936d68bf24f37d977a13dac',
24 'skia_revision': '3e3b58d57a358e2d52bc23ad2409a95d59310100', 24 'skia_revision': 'faff2c45985a5e0fdb72bdf416d97babecd44833',
25 # Three lines of non-changing comments so that 25 # Three lines of non-changing comments so that
26 # the commit queue can handle CLs rolling Skia 26 # the commit queue can handle CLs rolling Skia
27 # and V8 without interference from each other. 27 # and V8 without interference from each other.
28 'v8_revision': '3efdae6669030b03a841c8d579655ba1f36b1f87', 28 'v8_revision': 'c9b8b474d525faf44f9848edf448f913151f297b',
29 # Three lines of non-changing comments so that 29 # Three lines of non-changing comments so that
30 # the commit queue can handle CLs rolling ANGLE 30 # the commit queue can handle CLs rolling ANGLE
31 # and whatever else without interference from each other. 31 # and whatever else without interference from each other.
32 'angle_revision': '2a30ccefd0c47608380a1621a983bf46685e5ad9', 32 'angle_revision': 'dd806c2b58aac61f010c7b1c6831f9541209f490',
33 # Three lines of non-changing comments so that 33 # Three lines of non-changing comments so that
34 # the commit queue can handle CLs rolling build tools 34 # the commit queue can handle CLs rolling build tools
35 # and whatever else without interference from each other. 35 # and whatever else without interference from each other.
36 'buildtools_revision': '451dcd05a5b34936f5be67b2472cd63aaa508401', 36 'buildtools_revision': '451dcd05a5b34936f5be67b2472cd63aaa508401',
37 # Three lines of non-changing comments so that 37 # Three lines of non-changing comments so that
38 # the commit queue can handle CLs rolling Dart 38 # the commit queue can handle CLs rolling Dart
39 # and whatever else without interference from each other. 39 # and whatever else without interference from each other.
40 'dart_revision': '42887', 40 'dart_revision': '42887',
41 # Three lines of non-changing comments so that 41 # Three lines of non-changing comments so that
42 # the commit queue can handle CLs rolling PDFium 42 # the commit queue can handle CLs rolling PDFium
(...skipping 83 matching lines...) Expand 10 before | Expand all | Expand 10 after
126 'src/third_party/mesa/src': 126 'src/third_party/mesa/src':
127 Var('chromium_git') + '/chromium/deps/mesa.git' + '@' + '071d25db04c23821a12a 8b260ab9d96a097402f0', 127 Var('chromium_git') + '/chromium/deps/mesa.git' + '@' + '071d25db04c23821a12a 8b260ab9d96a097402f0',
128 128
129 'src/third_party/pdfium': 129 'src/third_party/pdfium':
130 'https://pdfium.googlesource.com/pdfium.git' + '@' + Var('pdfium_revision'), 130 'https://pdfium.googlesource.com/pdfium.git' + '@' + Var('pdfium_revision'),
131 131
132 'src/third_party/boringssl/src': 132 'src/third_party/boringssl/src':
133 'https://boringssl.googlesource.com/boringssl.git' + '@' + Var('boringssl_re vision'), 133 'https://boringssl.googlesource.com/boringssl.git' + '@' + Var('boringssl_re vision'),
134 134
135 'src/tools/gyp': 135 'src/tools/gyp':
136 Var('chromium_git') + '/external/gyp.git' + '@' + '194ec65a55edf24c1976d4265 f57e8c90ef5bb2f', # from svn revision 2023 136 Var('chromium_git') + '/external/gyp.git' + '@' + 'adb7d24b9fc166f01ab2da504 78556b518a9218f', # from svn revision 2023
137 } 137 }
138 138
139 139
140 deps_os = { 140 deps_os = {
141 'unix': { 141 'unix': {
142 # Linux, really. 142 # Linux, really.
143 'src/third_party/lss': 143 'src/third_party/lss':
144 Var('chromium_git') + '/external/linux-syscall-support/lss.git' + '@' + Va r('lss_revision'), 144 Var('chromium_git') + '/external/linux-syscall-support/lss.git' + '@' + Va r('lss_revision'),
145 145
146 # Note that this is different from Android's freetype repo. 146 # Note that this is different from Android's freetype repo.
(...skipping 175 matching lines...) Expand 10 before | Expand all | Expand 10 after
322 # corresponding .py files have already been deleted. 322 # corresponding .py files have already been deleted.
323 'name': 'remove_stale_pyc_files', 323 'name': 'remove_stale_pyc_files',
324 'pattern': 'src/tools/.*\\.py', 324 'pattern': 'src/tools/.*\\.py',
325 'action': [ 325 'action': [
326 'python', 326 'python',
327 'src/tools/remove_stale_pyc_files.py', 327 'src/tools/remove_stale_pyc_files.py',
328 'src/tools', 328 'src/tools',
329 ], 329 ],
330 }, 330 },
331 ] 331 ]
OLDNEW
« no previous file with comments | « no previous file | base/BUILD.gn » ('j') | testing/test.gni » ('J')

Powered by Google App Engine
This is Rietveld 408576698