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

Side by Side Diff: DEPS

Issue 1028333002: Chromium -> Mojo roll. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 5 years, 9 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': 'cdeca446197329de91d87d12ad689d03d7e4d261', 24 'skia_revision': '92d04da38f03dfabd8cd9a7244588a49be9a2f41',
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': '2a8ff45e5c7fce5037cf975c4997718c324744dd', 28 'v8_revision': '230d131d173ab2d60291d303177bc04ec3f6e519',
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': '524e3bde19d0df76cc9d1c5926345f5d0ec4d3f8', 32 'angle_revision': 'bdd419f9f5b006e913606e7363125942c8ae06bc',
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': 'd4dd4f79f60bf019625b3a1436979b0a42c892df', 36 'buildtools_revision': '3b302fef93f7cc58d9b8168466905237484b2772',
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': '44480', 40 'dart_revision': '44480',
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': '28ddd48bfd84c55cc51d0b16fa533c51affdeb5b', 44 'pdfium_revision': 'b0115665b0f33971f1b7077740d51e155583cec0',
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': 'bf0df92964565f819881e78ff3bfb5343e95e130', 48 'boringssl_revision': '642f1498d056dbba3e50ed5a232ab2f482626dec',
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': 'e079768b7e3a94dcbe7d338496c0c3bde7151b6e', 52 'lss_revision': 'e079768b7e3a94dcbe7d338496c0c3bde7151b6e',
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 13 matching lines...) Expand all
72 'src/testing/gtest': 72 'src/testing/gtest':
73 Var('chromium_git') + '/external/googletest.git' + '@' + 'be1868139ffe0ccd0e8 e3b37292b84c821d9c8ad', # from svn revision 704 73 Var('chromium_git') + '/external/googletest.git' + '@' + 'be1868139ffe0ccd0e8 e3b37292b84c821d9c8ad', # from svn revision 704
74 74
75 'src/testing/gmock': 75 'src/testing/gmock':
76 Var('chromium_git') + '/external/googlemock.git' + '@' + '29763965ab52f245652 99976b936d1265cb6a271', # from svn revision 501 76 Var('chromium_git') + '/external/googlemock.git' + '@' + '29763965ab52f245652 99976b936d1265cb6a271', # from svn revision 501
77 77
78 'src/third_party/angle': 78 'src/third_party/angle':
79 Var('chromium_git') + '/angle/angle.git' + '@' + Var('angle_revision'), 79 Var('chromium_git') + '/angle/angle.git' + '@' + Var('angle_revision'),
80 80
81 'src/third_party/icu': 81 'src/third_party/icu':
82 Var('chromium_git') + '/chromium/deps/icu.git' + '@' + 'eda9e75b1fa17f57ffa36 9ee3543a2301b68d0a9', 82 Var('chromium_git') + '/chromium/deps/icu.git' + '@' + '7c81740601355556e630d a515b74d889ba2f8d08',
83 83
84 'src/tools/grit': 84 'src/tools/grit':
85 Var('chromium_git') + '/external/grit-i18n.git' + '@' + '0287c187b11ed535902 54e4d817e836a44a7a1a7', # from svn revision 186 85 Var('chromium_git') + '/external/grit-i18n.git' + '@' + '0287c187b11ed535902 54e4d817e836a44a7a1a7', # from svn revision 186
86 86
87 'src/v8': 87 'src/v8':
88 Var('chromium_git') + '/v8/v8.git' + '@' + Var('v8_revision'), 88 Var('chromium_git') + '/v8/v8.git' + '@' + Var('v8_revision'),
89 89
90 'src/dart/runtime': 90 'src/dart/runtime':
91 Var('dart_svn') + '/svn/branches/bleeding_edge/dart/runtime' + '@' + Var('da rt_revision'), 91 Var('dart_svn') + '/svn/branches/bleeding_edge/dart/runtime' + '@' + Var('da rt_revision'),
92 92
(...skipping 50 matching lines...) Expand 10 before | Expand all | Expand 10 after
143 Var('chromium_git') + '/external/fontconfig.git' + '@' + 'f16c3118e25546c1b 749f9823c51827a60aeb5c1', 143 Var('chromium_git') + '/external/fontconfig.git' + '@' + 'f16c3118e25546c1b 749f9823c51827a60aeb5c1',
144 }, 144 },
145 'android': { 145 'android': {
146 'src/third_party/colorama/src': 146 'src/third_party/colorama/src':
147 Var('chromium_git') + '/external/colorama.git' + '@' + '799604a1041e9b3bc5d 2789ecbd7e8db2e18e6b8', 147 Var('chromium_git') + '/external/colorama.git' + '@' + '799604a1041e9b3bc5d 2789ecbd7e8db2e18e6b8',
148 148
149 'src/third_party/jsr-305/src': 149 'src/third_party/jsr-305/src':
150 Var('chromium_git') + '/external/jsr-305.git' + '@' + '642c508235471f722 0af6d5df2d3210e3bfc0919', 150 Var('chromium_git') + '/external/jsr-305.git' + '@' + '642c508235471f722 0af6d5df2d3210e3bfc0919',
151 151
152 'src/third_party/android_tools': 152 'src/third_party/android_tools':
153 Var('chromium_git') + '/android_tools.git' + '@' + '98a434576d8d9a65f9bdb8e a161e158142c0c5e5', 153 Var('chromium_git') + '/android_tools.git' + '@' + 'a1ffd63322c438627d78ea5 6eb73fb8779e06950',
154 154
155 'src/third_party/appurify-python/src': 155 'src/third_party/appurify-python/src':
156 Var('chromium_git') + '/external/github.com/appurify/appurify-python.git' + '@' + 'ee7abd5c5ae3106f72b2a0b9d2cb55094688e867', 156 Var('chromium_git') + '/external/github.com/appurify/appurify-python.git' + '@' + 'ee7abd5c5ae3106f72b2a0b9d2cb55094688e867',
157 157
158 'src/third_party/freetype': 158 'src/third_party/freetype':
159 Var('chromium_git') + '/chromium/src/third_party/freetype.git' + '@' + 'f d6919ac23f74b876c209aba5eaa2be662086391', 159 Var('chromium_git') + '/chromium/src/third_party/freetype.git' + '@' + 'f d6919ac23f74b876c209aba5eaa2be662086391',
160 160
161 'src/third_party/requests/src': 161 'src/third_party/requests/src':
162 Var('chromium_git') + '/external/github.com/kennethreitz/requests.git' + ' @' + 'f172b30356d821d180fa4ecfa3e71c7274a32de4', 162 Var('chromium_git') + '/external/github.com/kennethreitz/requests.git' + ' @' + 'f172b30356d821d180fa4ecfa3e71c7274a32de4',
163 }, 163 },
(...skipping 158 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') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698