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

Side by Side Diff: DEPS

Issue 809583002: GN: add default target. (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 6 years 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 | « BUILD.gn ('k') | no next file » | 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 16 matching lines...) Expand all
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': 'a2359f44508afdb9abe8cb89cdfb02a7b48095b2', 29 'v8_revision': 'a2359f44508afdb9abe8cb89cdfb02a7b48095b2',
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": "16545669136028420f67ac496c45c2e9a32ed5a9", 33 "angle_revision": "16545669136028420f67ac496c45c2e9a32ed5a9",
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': '05dd6a24723170d7c6ff35b537ee02947f619891', 37 'buildtools_revision': '4995faa4a7ad968f1fa1917c26edd5cea295582f',
jamesr 2014/12/16 00:09:41 this is not called out in the change description.
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': 'ef619d0562b39f30943cfdc4985a0df233d00e42', 41 'pdfium_revision': 'ef619d0562b39f30943cfdc4985a0df233d00e42',
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': '306e520cda7d2f0afee9ba634dae629f994b096c', 45 'boringssl_revision': '306e520cda7d2f0afee9ba634dae629f994b096c',
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
(...skipping 261 matching lines...) Expand 10 before | Expand all | Expand 10 after
309 # corresponding .py files have already been deleted. 309 # corresponding .py files have already been deleted.
310 'name': 'remove_stale_pyc_files', 310 'name': 'remove_stale_pyc_files',
311 'pattern': 'src/tools/.*\\.py', 311 'pattern': 'src/tools/.*\\.py',
312 'action': [ 312 'action': [
313 'python', 313 'python',
314 'src/tools/remove_stale_pyc_files.py', 314 'src/tools/remove_stale_pyc_files.py',
315 'src/tools', 315 'src/tools',
316 ], 316 ],
317 }, 317 },
318 ] 318 ]
OLDNEW
« no previous file with comments | « BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698