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

Side by Side Diff: DEPS

Issue 960873002: Update from https://crrev.com/318214 (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 5 years, 10 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') | 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 'dart_svn': 'https://dart.googlecode.com', 22 'dart_svn': 'https://dart.googlecode.com',
23 'sfntly_revision': '1bdaae8fc788a5ac8936d68bf24f37d977a13dac', 23 'sfntly_revision': '1bdaae8fc788a5ac8936d68bf24f37d977a13dac',
24 'skia_revision': '792c80f5a7b66e75d42664ccb298f31962c6654c', 24 'skia_revision': 'f47e70712b964b5360a3fec9e5e84bb594fc1f02',
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': '3dfd929ea07487f2295553df397720d8d75d227c', 28 'v8_revision': 'f63eb3696b36b47be841f52711176985e93b655c',
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': '6df9b37d8e3aed3aea12058900b7932f911a152a', 32 'angle_revision': '7825f6199ce25dffe5fec5addb2fafe37f187034',
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': '93b3d0af1b30db55ee42bd2e983f7753153217db', 36 'buildtools_revision': '93b3d0af1b30db55ee42bd2e983f7753153217db',
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': '43955', 40 'dart_revision': '43955',
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
43 # and whatever else without interference from each other. 43 # and whatever else without interference from each other.
44 'pdfium_revision': '58985096a7852263df68e87d9bfc335a3e2759bf', 44 'pdfium_revision': '28ddd48bfd84c55cc51d0b16fa533c51affdeb5b',
45 # Three lines of non-changing comments so that 45 # Three lines of non-changing comments so that
46 # the commit queue can handle CLs rolling BoringSSL 46 # the commit queue can handle CLs rolling BoringSSL
47 # and whatever else without interference from each other. 47 # and whatever else without interference from each other.
48 'boringssl_revision': 'b180ee98a60149dd3fd07cce4e834494c9d5b31c', 48 'boringssl_revision': '09bdb2a2c3d40646ac4b20f5e73421307a80185f',
49 # Three lines of non-changing comments so that 49 # Three lines of non-changing comments so that
50 # the commit queue can handle CLs rolling lss 50 # the commit queue can handle CLs rolling lss
51 # and whatever else without interference from each other. 51 # and whatever else without interference from each other.
52 'lss_revision': '952107fa7cea0daaabead28c0e92d579bee517eb', 52 'lss_revision': '952107fa7cea0daaabead28c0e92d579bee517eb',
53 # Three lines of non-changing comments so that 53 # Three lines of non-changing comments so that
54 # the commit queue can handle CLs rolling nss 54 # the commit queue can handle CLs rolling nss
55 # and whatever else without interference from each other. 55 # and whatever else without interference from each other.
56 'nss_revision': 'bb4e75a43d007518ae7d618665ea2f25b0c60b63', 56 'nss_revision': 'bb4e75a43d007518ae7d618665ea2f25b0c60b63',
57 } 57 }
58 58
(...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after
98 98
99 'src/dart/tools': 99 'src/dart/tools':
100 Var('dart_svn') + '/svn/branches/bleeding_edge/dart/tools' + '@' + Var('dart _revision'), 100 Var('dart_svn') + '/svn/branches/bleeding_edge/dart/tools' + '@' + Var('dart _revision'),
101 101
102 'src/third_party/sfntly/cpp/src': 102 'src/third_party/sfntly/cpp/src':
103 Var('chromium_git') + '/external/sfntly/cpp/src.git' + '@' + Var('sfntly_re vision'), 103 Var('chromium_git') + '/external/sfntly/cpp/src.git' + '@' + Var('sfntly_re vision'),
104 104
105 'src/third_party/skia': 105 'src/third_party/skia':
106 Var('chromium_git') + '/skia.git' + '@' + Var('skia_revision'), 106 Var('chromium_git') + '/skia.git' + '@' + Var('skia_revision'),
107 107
108 'src/third_party/brotli/src':
109 Var('chromium_git') + '/external/font-compression-reference.git' + '@' + '8c9 c83426beb4a58da34be76ea1fccb4054c4703',
110
111 'src/third_party/yasm/source/patched-yasm': 108 'src/third_party/yasm/source/patched-yasm':
112 Var('chromium_git') + '/chromium/deps/yasm/patched-yasm.git' + '@' + '4671120 cd8558ce62ee8672ebf3eb6f5216f909b', 109 Var('chromium_git') + '/chromium/deps/yasm/patched-yasm.git' + '@' + '4671120 cd8558ce62ee8672ebf3eb6f5216f909b',
113 110
114 'src/third_party/libjpeg_turbo': 111 'src/third_party/libjpeg_turbo':
115 Var('chromium_git') + '/chromium/deps/libjpeg_turbo.git' + '@' + '034e9a9747e 0983bc19808ea70e469bc8342081f', 112 Var('chromium_git') + '/chromium/deps/libjpeg_turbo.git' + '@' + '034e9a9747e 0983bc19808ea70e469bc8342081f',
116 113
117 'src/third_party/smhasher/src': 114 'src/third_party/smhasher/src':
118 Var('chromium_git') + '/external/smhasher.git' + '@' + 'e87738e57558e0ec472b 2fc3a643b838e5b6e88f', 115 Var('chromium_git') + '/external/smhasher.git' + '@' + 'e87738e57558e0ec472b 2fc3a643b838e5b6e88f',
119 116
120 'src/third_party/pywebsocket/src': 117 'src/third_party/pywebsocket/src':
(...skipping 208 matching lines...) Expand 10 before | Expand all | Expand 10 after
329 # corresponding .py files have already been deleted. 326 # corresponding .py files have already been deleted.
330 'name': 'remove_stale_pyc_files', 327 'name': 'remove_stale_pyc_files',
331 'pattern': 'src/tools/.*\\.py', 328 'pattern': 'src/tools/.*\\.py',
332 'action': [ 329 'action': [
333 'python', 330 'python',
334 'src/tools/remove_stale_pyc_files.py', 331 'src/tools/remove_stale_pyc_files.py',
335 'src/tools', 332 'src/tools',
336 ], 333 ],
337 }, 334 },
338 ] 335 ]
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