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

Side by Side Diff: DEPS

Issue 876023003: Dart: Changes to support building for Android. (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 | mojo/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 19 matching lines...) Expand all
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': 'dd806c2b58aac61f010c7b1c6831f9541209f490', 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': '43041', 40 'dart_revision': '43152',
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': 'aa7b4ede03764a5701a477b601720a32c88d8e42', 44 'pdfium_revision': 'aa7b4ede03764a5701a477b601720a32c88d8e42',
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': 'e49da742cb8da281bbeaa7a54aad90aa5d3d19fe', 48 'boringssl_revision': 'e49da742cb8da281bbeaa7a54aad90aa5d3d19fe',
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
(...skipping 278 matching lines...) Expand 10 before | Expand all | Expand 10 after
329 # corresponding .py files have already been deleted. 329 # corresponding .py files have already been deleted.
330 'name': 'remove_stale_pyc_files', 330 'name': 'remove_stale_pyc_files',
331 'pattern': 'src/tools/.*\\.py', 331 'pattern': 'src/tools/.*\\.py',
332 'action': [ 332 'action': [
333 'python', 333 'python',
334 'src/tools/remove_stale_pyc_files.py', 334 'src/tools/remove_stale_pyc_files.py',
335 'src/tools', 335 'src/tools',
336 ], 336 ],
337 }, 337 },
338 ] 338 ]
OLDNEW
« no previous file with comments | « no previous file | mojo/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698