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

Side by Side Diff: DEPS

Issue 693943003: Update from https://crrev.com/302630 (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
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': '32501a1bd4964576264795ada7e9c3bf572285b3', 25 'skia_revision': '7a10fb6bead0f63623307a7ff71b1dd323534a7f',
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': 'bfb312d4b40507780e15bfee2e0dc32f1391c4db', # from svn revision 24925 29 'v8_revision': '11b7b24c91c903ee08b2b6b94f0bbb17b966dd92', # from svn revision 25090
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": "d2f756be4fd198d630b64dc6c3568184363e6d14", 33 "angle_revision": "4de44cb67e9e36966fb1993c0be35659a47182ef",
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': '56bc51aff4175d3fa27dcd0faa2c345ab046c8a5', 37 'buildtools_revision': '51ca1f25a2ecea34069cb3ff35394dc53b6fd657',
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': '767aebbef641a89498deebc29369a078207b4dcc', 41 'pdfium_revision': '4dc95e74e1acc75f4eab08bc771874cd2a9c3a9b',
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': '751e889b1d791d2b91c1437248454fa1d4e101a5', 45 'boringssl_revision': '03a739d8d2cdc2560531a7446ead0f705409670a',
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
52 # and whatever else without interference from each other. 52 # and whatever else without interference from each other.
53 'nss_revision': '87b96db4268293187d7cf741907a6d5d1d8080e0', 53 'nss_revision': '87b96db4268293187d7cf741907a6d5d1d8080e0',
54 } 54 }
55 55
(...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after
95 'src/third_party/sfntly/cpp/src': 95 'src/third_party/sfntly/cpp/src':
96 Var('chromium_git') + '/external/sfntly/cpp/src.git' + '@' + Var('sfntly_re vision'), 96 Var('chromium_git') + '/external/sfntly/cpp/src.git' + '@' + Var('sfntly_re vision'),
97 97
98 'src/third_party/skia': 98 'src/third_party/skia':
99 Var('chromium_git') + '/skia.git' + '@' + Var('skia_revision'), 99 Var('chromium_git') + '/skia.git' + '@' + Var('skia_revision'),
100 100
101 'src/third_party/ots': 101 'src/third_party/ots':
102 Var('chromium_git') + '/external/ots.git' + '@' + '98897009f3ea8a5fa3e20a4a7 4977da7aaa8e61a', 102 Var('chromium_git') + '/external/ots.git' + '@' + '98897009f3ea8a5fa3e20a4a7 4977da7aaa8e61a',
103 103
104 'src/third_party/brotli/src': 104 'src/third_party/brotli/src':
105 Var('chromium_git') + '/external/font-compression-reference.git' + '@' + '6c ef49677dc4c650ef6e3f56041e0a41803afa8c', 105 Var('chromium_git') + '/external/font-compression-reference.git' + '@' + '65c b3326e30ef8a67eb1d4411ec563e91be6e9ae',
106 106
107 'src/third_party/yasm/source/patched-yasm': 107 'src/third_party/yasm/source/patched-yasm':
108 Var('chromium_git') + '/chromium/deps/yasm/patched-yasm.git' + '@' + 'c960eb1 1ccda80b10ed50be39df4f0663b371d1d', 108 Var('chromium_git') + '/chromium/deps/yasm/patched-yasm.git' + '@' + 'c960eb1 1ccda80b10ed50be39df4f0663b371d1d',
109 109
110 'src/third_party/libjpeg_turbo': 110 'src/third_party/libjpeg_turbo':
111 Var('chromium_git') + '/chromium/deps/libjpeg_turbo.git' + '@' + '034e9a9747e 0983bc19808ea70e469bc8342081f', 111 Var('chromium_git') + '/chromium/deps/libjpeg_turbo.git' + '@' + '034e9a9747e 0983bc19808ea70e469bc8342081f',
112 112
113 'src/third_party/libyuv': 113 'src/third_party/libyuv':
114 Var('chromium_git') + '/external/libyuv.git' + '@' + '5a09c3ef2aa3e6b6da4007 746fdde04ca56dae7c', # from svn revision 1130 114 Var('chromium_git') + '/external/libyuv.git' + '@' + '5a09c3ef2aa3e6b6da4007 746fdde04ca56dae7c', # from svn revision 1130
115 115
(...skipping 187 matching lines...) Expand 10 before | Expand all | Expand 10 after
303 # corresponding .py files have already been deleted. 303 # corresponding .py files have already been deleted.
304 'name': 'remove_stale_pyc_files', 304 'name': 'remove_stale_pyc_files',
305 'pattern': 'src/tools/.*\\.py', 305 'pattern': 'src/tools/.*\\.py',
306 'action': [ 306 'action': [
307 'python', 307 'python',
308 'src/tools/remove_stale_pyc_files.py', 308 'src/tools/remove_stale_pyc_files.py',
309 'src/tools', 309 'src/tools',
310 ], 310 ],
311 }, 311 },
312 ] 312 ]
OLDNEW
« no previous file with comments | « .clang-format ('k') | base/android/java/src/org/chromium/base/library_loader/LibraryLoader.java » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698