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

Side by Side Diff: DEPS

Issue 669813003: Update from chromium https://crrev.com/301725/ (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 6 years, 1 month 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') | 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 #
(...skipping 12 matching lines...) Expand all
23 'googlecode_url': 'http://%s.googlecode.com/svn', 23 'googlecode_url': 'http://%s.googlecode.com/svn',
24 'sourceforge_url': 'http://svn.code.sf.net/p/%(repo)s/code', 24 'sourceforge_url': 'http://svn.code.sf.net/p/%(repo)s/code',
25 'llvm_url': 'http://src.chromium.org/llvm-project', 25 'llvm_url': 'http://src.chromium.org/llvm-project',
26 'llvm_git': 'https://llvm.googlesource.com', 26 'llvm_git': 'https://llvm.googlesource.com',
27 'libcxx_revision': '48198f9110397fff47fe7c37cbfa296be7d44d3d', 27 'libcxx_revision': '48198f9110397fff47fe7c37cbfa296be7d44d3d',
28 'libcxxabi_revision': '4ad1009ab3a59fa7a6896d74d5e4de5885697f95', 28 'libcxxabi_revision': '4ad1009ab3a59fa7a6896d74d5e4de5885697f95',
29 'chromium_git': 'https://chromium.googlesource.com', 29 'chromium_git': 'https://chromium.googlesource.com',
30 'skia_git': 'https://skia.googlesource.com', 30 'skia_git': 'https://skia.googlesource.com',
31 'boringssl_git': 'https://boringssl.googlesource.com', 31 'boringssl_git': 'https://boringssl.googlesource.com',
32 'sfntly_revision': '1bdaae8fc788a5ac8936d68bf24f37d977a13dac', 32 'sfntly_revision': '1bdaae8fc788a5ac8936d68bf24f37d977a13dac',
33 'skia_revision': '30b83d45a3af444e6868c638d86442c2ea3e20c6', 33 'skia_revision': '32501a1bd4964576264795ada7e9c3bf572285b3',
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 Skia 35 # the commit queue can handle CLs rolling Skia
36 # and V8 without interference from each other. 36 # and V8 without interference from each other.
37 'v8_branch': 'trunk', 37 'v8_branch': 'trunk',
38 'v8_revision': 'fb0f6c03710de36d4f11b8164a76c8a66008f5d9', # from svn revision 24879 38 'v8_revision': 'bfb312d4b40507780e15bfee2e0dc32f1391c4db', # from svn revision 24925
39 # Three lines of non-changing comments so that 39 # Three lines of non-changing comments so that
40 # the commit queue can handle CLs rolling ANGLE 40 # the commit queue can handle CLs rolling ANGLE
41 # and whatever else without interference from each other. 41 # and whatever else without interference from each other.
42 "angle_revision": "d2f756be4fd198d630b64dc6c3568184363e6d14", 42 "angle_revision": "d2f756be4fd198d630b64dc6c3568184363e6d14",
43 # Three lines of non-changing comments so that 43 # Three lines of non-changing comments so that
44 # the commit queue can handle CLs rolling build tools 44 # the commit queue can handle CLs rolling build tools
45 # and whatever else without interference from each other. 45 # and whatever else without interference from each other.
46 'buildtools_revision': '56bc51aff4175d3fa27dcd0faa2c345ab046c8a5', 46 'buildtools_revision': '56bc51aff4175d3fa27dcd0faa2c345ab046c8a5',
47 # Three lines of non-changing comments so that 47 # Three lines of non-changing comments so that
48 # the commit queue can handle CLs rolling BoringSSL 48 # the commit queue can handle CLs rolling BoringSSL
(...skipping 80 matching lines...) Expand 10 before | Expand all | Expand 10 after
129 129
130 130
131 deps_os = { 131 deps_os = {
132 'unix': { 132 'unix': {
133 # Linux, really. 133 # Linux, really.
134 'src/third_party/lss': 134 'src/third_party/lss':
135 Var('chromium_git') + '/external/linux-syscall-support/lss.git' + '@' + Va r('lss_revision'), 135 Var('chromium_git') + '/external/linux-syscall-support/lss.git' + '@' + Va r('lss_revision'),
136 136
137 # For Linux and Chromium OS. 137 # For Linux and Chromium OS.
138 'src/third_party/cros_system_api': 138 'src/third_party/cros_system_api':
139 Var('chromium_git') + '/chromiumos/platform/system_api.git' + '@' + '75502d 403cfbc60ab1e1c81e8cbe7d45afb6bd0e', 139 Var('chromium_git') + '/chromiumos/platform/system_api.git' + '@' + '7d5f30 c6bd012260e5266c6e9624f4fed91eb852',
140 140
141 # Note that this is different from Android's freetype repo. 141 # Note that this is different from Android's freetype repo.
142 'src/third_party/freetype2/src': 142 'src/third_party/freetype2/src':
143 Var('chromium_git') + '/chromium/src/third_party/freetype2.git' + '@' + '49 5a23fce9cd125f715dc20643d14fed226d76ac', 143 Var('chromium_git') + '/chromium/src/third_party/freetype2.git' + '@' + '49 5a23fce9cd125f715dc20643d14fed226d76ac',
144 144
145 # Used for embedded builds. CrOS & Linux use the system version. 145 # Used for embedded builds. CrOS & Linux use the system version.
146 'src/third_party/fontconfig/src': 146 'src/third_party/fontconfig/src':
147 Var('chromium_git') + '/external/fontconfig.git' + '@' + 'f16c3118e25546c1b 749f9823c51827a60aeb5c1', 147 Var('chromium_git') + '/external/fontconfig.git' + '@' + 'f16c3118e25546c1b 749f9823c51827a60aeb5c1',
148 }, 148 },
149 'android': { 149 'android': {
(...skipping 132 matching lines...) Expand 10 before | Expand all | Expand 10 after
282 # corresponding .py files have already been deleted. 282 # corresponding .py files have already been deleted.
283 'name': 'remove_stale_pyc_files', 283 'name': 'remove_stale_pyc_files',
284 'pattern': 'src/tools/.*\\.py', 284 'pattern': 'src/tools/.*\\.py',
285 'action': [ 285 'action': [
286 'python', 286 'python',
287 'src/tools/remove_stale_pyc_files.py', 287 'src/tools/remove_stale_pyc_files.py',
288 'src/tools', 288 'src/tools',
289 ], 289 ],
290 }, 290 },
291 ] 291 ]
OLDNEW
« no previous file with comments | « no previous file | base/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698