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

Side by Side Diff: DEPS

Issue 690583002: Add PDF viewer example. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: rebase 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
« no previous file with comments | « no previous file | examples/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 10 matching lines...) Expand all
21 # Use this googlecode_url variable only if there is an internal mirror for it. 21 # Use this googlecode_url variable only if there is an internal mirror for it.
22 # If you do not know, use the full path while defining your new deps entry. 22 # If you do not know, use the full path while defining your new deps entry.
23 'googlecode_url': 'http://%s.googlecode.com/svn', 23 'googlecode_url': 'http://%s.googlecode.com/svn',
24 'sourceforge_url': 'http://svn.code.sf.net/p/%(repo)s/code', 24 'sourceforge_url': 'http://svn.code.sf.net/p/%(repo)s/code',
25 'llvm_url': 'http://src.chromium.org/llvm-project', 25 'llvm_url': 'http://src.chromium.org/llvm-project',
26 'llvm_git': 'https://llvm.googlesource.com', 26 'llvm_git': 'https://llvm.googlesource.com',
27 'libcxx_revision': '48198f9110397fff47fe7c37cbfa296be7d44d3d', 27 'libcxx_revision': '48198f9110397fff47fe7c37cbfa296be7d44d3d',
28 'libcxxabi_revision': '4ad1009ab3a59fa7a6896d74d5e4de5885697f95', 28 'libcxxabi_revision': '4ad1009ab3a59fa7a6896d74d5e4de5885697f95',
29 'chromium_git': 'https://chromium.googlesource.com', 29 'chromium_git': 'https://chromium.googlesource.com',
30 'skia_git': 'https://skia.googlesource.com', 30 'skia_git': 'https://skia.googlesource.com',
31 'pdfium_git': 'https://pdfium.googlesource.com',
31 'boringssl_git': 'https://boringssl.googlesource.com', 32 'boringssl_git': 'https://boringssl.googlesource.com',
32 'sfntly_revision': '1bdaae8fc788a5ac8936d68bf24f37d977a13dac', 33 'sfntly_revision': '1bdaae8fc788a5ac8936d68bf24f37d977a13dac',
33 'skia_revision': '32501a1bd4964576264795ada7e9c3bf572285b3', 34 'skia_revision': '32501a1bd4964576264795ada7e9c3bf572285b3',
34 # Three lines of non-changing comments so that 35 # Three lines of non-changing comments so that
35 # the commit queue can handle CLs rolling Skia 36 # the commit queue can handle CLs rolling Skia
36 # and V8 without interference from each other. 37 # and V8 without interference from each other.
37 'v8_branch': 'trunk', 38 'v8_branch': 'trunk',
38 'v8_revision': 'bfb312d4b40507780e15bfee2e0dc32f1391c4db', # from svn revision 24925 39 'v8_revision': 'bfb312d4b40507780e15bfee2e0dc32f1391c4db', # from svn revision 24925
39 # Three lines of non-changing comments so that 40 # Three lines of non-changing comments so that
40 # the commit queue can handle CLs rolling ANGLE 41 # the commit queue can handle CLs rolling ANGLE
41 # and whatever else without interference from each other. 42 # and whatever else without interference from each other.
42 "angle_revision": "d2f756be4fd198d630b64dc6c3568184363e6d14", 43 "angle_revision": "d2f756be4fd198d630b64dc6c3568184363e6d14",
43 # Three lines of non-changing comments so that 44 # Three lines of non-changing comments so that
44 # the commit queue can handle CLs rolling build tools 45 # the commit queue can handle CLs rolling build tools
45 # and whatever else without interference from each other. 46 # and whatever else without interference from each other.
46 'buildtools_revision': '56bc51aff4175d3fa27dcd0faa2c345ab046c8a5', 47 'buildtools_revision': '56bc51aff4175d3fa27dcd0faa2c345ab046c8a5',
47 # Three lines of non-changing comments so that 48 # Three lines of non-changing comments so that
49 # the commit queue can handle CLs rolling PDFium
50 # and whatever else without interference from each other.
51 'pdfium_revision': '767aebbef641a89498deebc29369a078207b4dcc',
52 # Three lines of non-changing comments so that
48 # the commit queue can handle CLs rolling BoringSSL 53 # the commit queue can handle CLs rolling BoringSSL
49 # and whatever else without interference from each other. 54 # and whatever else without interference from each other.
50 'boringssl_revision': '751e889b1d791d2b91c1437248454fa1d4e101a5', 55 'boringssl_revision': '751e889b1d791d2b91c1437248454fa1d4e101a5',
51 # Three lines of non-changing comments so that 56 # Three lines of non-changing comments so that
52 # the commit queue can handle CLs rolling lss 57 # the commit queue can handle CLs rolling lss
53 # and whatever else without interference from each other. 58 # and whatever else without interference from each other.
54 'lss_revision': '952107fa7cea0daaabead28c0e92d579bee517eb', 59 'lss_revision': '952107fa7cea0daaabead28c0e92d579bee517eb',
55 } 60 }
56 61
57 # Only these hosts are allowed for dependencies in this DEPS file. 62 # Only these hosts are allowed for dependencies in this DEPS file.
(...skipping 58 matching lines...) Expand 10 before | Expand all | Expand 10 after
116 121
117 'src/third_party/smhasher/src': 122 'src/third_party/smhasher/src':
118 Var('chromium_git') + '/external/smhasher.git' + '@' + 'e87738e57558e0ec472b 2fc3a643b838e5b6e88f', 123 Var('chromium_git') + '/external/smhasher.git' + '@' + 'e87738e57558e0ec472b 2fc3a643b838e5b6e88f',
119 124
120 'src/third_party/pywebsocket/src': 125 'src/third_party/pywebsocket/src':
121 Var('chromium_git') + '/external/pywebsocket/src.git' + '@' + 'cb349e87ddb30 ff8d1fa1a89be39cec901f4a29c', 126 Var('chromium_git') + '/external/pywebsocket/src.git' + '@' + 'cb349e87ddb30 ff8d1fa1a89be39cec901f4a29c',
122 127
123 'src/third_party/mesa/src': 128 'src/third_party/mesa/src':
124 Var('chromium_git') + '/chromium/deps/mesa.git' + '@' + '9731cb962963bca8a05f 3d0f6ea40c3a781f0537', 129 Var('chromium_git') + '/chromium/deps/mesa.git' + '@' + '9731cb962963bca8a05f 3d0f6ea40c3a781f0537',
125 130
131 'src/third_party/pdfium':
132 'https://pdfium.googlesource.com/pdfium.git' + '@' + Var('pdfium_revision'),
133
126 'src/third_party/boringssl/src': 134 'src/third_party/boringssl/src':
127 'https://boringssl.googlesource.com/boringssl.git' + '@' + Var('boringssl_re vision'), 135 'https://boringssl.googlesource.com/boringssl.git' + '@' + Var('boringssl_re vision'),
128 } 136 }
129 137
130 138
131 deps_os = { 139 deps_os = {
132 'unix': { 140 'unix': {
133 # Linux, really. 141 # Linux, really.
134 'src/third_party/lss': 142 'src/third_party/lss':
135 Var('chromium_git') + '/external/linux-syscall-support/lss.git' + '@' + Va r('lss_revision'), 143 Var('chromium_git') + '/external/linux-syscall-support/lss.git' + '@' + Va r('lss_revision'),
(...skipping 146 matching lines...) Expand 10 before | Expand all | Expand 10 after
282 # corresponding .py files have already been deleted. 290 # corresponding .py files have already been deleted.
283 'name': 'remove_stale_pyc_files', 291 'name': 'remove_stale_pyc_files',
284 'pattern': 'src/tools/.*\\.py', 292 'pattern': 'src/tools/.*\\.py',
285 'action': [ 293 'action': [
286 'python', 294 'python',
287 'src/tools/remove_stale_pyc_files.py', 295 'src/tools/remove_stale_pyc_files.py',
288 'src/tools', 296 'src/tools',
289 ], 297 ],
290 }, 298 },
291 ] 299 ]
OLDNEW
« no previous file with comments | « no previous file | examples/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698