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

Side by Side Diff: DEPS

Issue 922903002: Enables ASAN build and test for Dart (Closed) Base URL: git@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 | mojo/BUILD.gn » ('j') | mojo/BUILD.gn » ('J')
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': '73edef0a2a162e943d5be7715f53bee5d9452b2e', 32 'angle_revision': '73edef0a2a162e943d5be7715f53bee5d9452b2e',
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': '5c5e924788fe40f7d6e0a3841ac572de2475e689', 36 'buildtools_revision': '5c5e924788fe40f7d6e0a3841ac572de2475e689',
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': '43719', 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': '58985096a7852263df68e87d9bfc335a3e2759bf',
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': 'd306f165a462f47c2c0e8f3a0f2b4ae6950f70ed', 48 'boringssl_revision': 'd306f165a462f47c2c0e8f3a0f2b4ae6950f70ed',
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 281 matching lines...) Expand 10 before | Expand all | Expand 10 after
332 # corresponding .py files have already been deleted. 332 # corresponding .py files have already been deleted.
333 'name': 'remove_stale_pyc_files', 333 'name': 'remove_stale_pyc_files',
334 'pattern': 'src/tools/.*\\.py', 334 'pattern': 'src/tools/.*\\.py',
335 'action': [ 335 'action': [
336 'python', 336 'python',
337 'src/tools/remove_stale_pyc_files.py', 337 'src/tools/remove_stale_pyc_files.py',
338 'src/tools', 338 'src/tools',
339 ], 339 ],
340 }, 340 },
341 ] 341 ]
OLDNEW
« no previous file with comments | « no previous file | mojo/BUILD.gn » ('j') | mojo/BUILD.gn » ('J')

Powered by Google App Engine
This is Rietveld 408576698