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

Side by Side Diff: DEPS

Issue 788063003: Move libc++ and libc++abi to buildtools. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Remove gitignore 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 | « .gitignore ('k') | build/common.gypi » ('j') | build/common.gypi » ('J')
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # This file is used to manage the dependencies of the Chromium src repo. It is 1 # This file is used to manage the dependencies of the Chromium src repo. It is
2 # used by gclient to determine what version of each dependency to check out, and 2 # used by gclient to determine what version of each dependency to check out, and
3 # where. 3 # where.
4 # 4 #
5 # For more information, please refer to the official documentation: 5 # For more information, please refer to the official documentation:
6 # https://sites.google.com/a/chromium.org/dev/developers/how-tos/get-the-code 6 # https://sites.google.com/a/chromium.org/dev/developers/how-tos/get-the-code
7 # 7 #
8 # When adding a new dependency, please update the top-level .gitignore file 8 # When adding a new dependency, please update the top-level .gitignore file
9 # to list the dependency's destination directory. 9 # to list the dependency's destination directory.
10 # 10 #
(...skipping 15 matching lines...) Expand all
26 # git cl upload 26 # git cl upload
27 27
28 28
29 vars = { 29 vars = {
30 # Use this googlecode_url variable only if there is an internal mirror for it. 30 # Use this googlecode_url variable only if there is an internal mirror for it.
31 # If you do not know, use the full path while defining your new deps entry. 31 # If you do not know, use the full path while defining your new deps entry.
32 'googlecode_url': 'http://%s.googlecode.com/svn', 32 'googlecode_url': 'http://%s.googlecode.com/svn',
33 'sourceforge_url': 'http://svn.code.sf.net/p/%(repo)s/code', 33 'sourceforge_url': 'http://svn.code.sf.net/p/%(repo)s/code',
34 'llvm_url': 'http://src.chromium.org/llvm-project', 34 'llvm_url': 'http://src.chromium.org/llvm-project',
35 'llvm_git': 'https://llvm.googlesource.com', 35 'llvm_git': 'https://llvm.googlesource.com',
36 'libcxx_revision': '48198f9110397fff47fe7c37cbfa296be7d44d3d',
37 'libcxxabi_revision': '4ad1009ab3a59fa7a6896d74d5e4de5885697f95',
38 'webkit_trunk': 'http://src.chromium.org/blink/trunk', 36 'webkit_trunk': 'http://src.chromium.org/blink/trunk',
39 'webkit_revision': 'a0f9118a1a8e6c9214ec7c88c9c2bafc73721837', # from svn revi sion 187517 37 'webkit_revision': 'a0f9118a1a8e6c9214ec7c88c9c2bafc73721837', # from svn revi sion 187517
40 'chromium_git': 'https://chromium.googlesource.com', 38 'chromium_git': 'https://chromium.googlesource.com',
41 'chromiumos_git': 'https://chromium.googlesource.com/chromiumos', 39 'chromiumos_git': 'https://chromium.googlesource.com/chromiumos',
42 'pdfium_git': 'https://pdfium.googlesource.com', 40 'pdfium_git': 'https://pdfium.googlesource.com',
43 'skia_git': 'https://skia.googlesource.com', 41 'skia_git': 'https://skia.googlesource.com',
44 'boringssl_git': 'https://boringssl.googlesource.com', 42 'boringssl_git': 'https://boringssl.googlesource.com',
45 'libvpx_revision': 'd3f3dcefb055656807e8a2f65a322bbb13cd05a4', 43 'libvpx_revision': 'd3f3dcefb055656807e8a2f65a322bbb13cd05a4',
46 'sfntly_revision': '1bdaae8fc788a5ac8936d68bf24f37d977a13dac', 44 'sfntly_revision': '1bdaae8fc788a5ac8936d68bf24f37d977a13dac',
47 'skia_revision': 'cf1ea73edc8110ad7e250cc0072585ec58d094b4', 45 'skia_revision': 'cf1ea73edc8110ad7e250cc0072585ec58d094b4',
48 # Three lines of non-changing comments so that 46 # Three lines of non-changing comments so that
49 # the commit queue can handle CLs rolling Skia 47 # the commit queue can handle CLs rolling Skia
50 # and V8 without interference from each other. 48 # and V8 without interference from each other.
51 'v8_branch': 'trunk', 49 'v8_branch': 'trunk',
52 'v8_revision': '5596a56aa563cc88d31092cf5c2deeab53b6d630', 50 'v8_revision': '5596a56aa563cc88d31092cf5c2deeab53b6d630',
53 # Three lines of non-changing comments so that 51 # Three lines of non-changing comments so that
54 # the commit queue can handle CLs rolling WebRTC 52 # the commit queue can handle CLs rolling WebRTC
55 # and V8 without interference from each other. 53 # and V8 without interference from each other.
56 # Three lines of non-changing comments so that 54 # Three lines of non-changing comments so that
57 # the commit queue can handle CLs rolling swarming_client 55 # the commit queue can handle CLs rolling swarming_client
58 # and whatever else without interference from each other. 56 # and whatever else without interference from each other.
59 'swarming_revision': 'd6727c37b7c0f87858a6721ec0a666a75dec2732', 57 'swarming_revision': 'd6727c37b7c0f87858a6721ec0a666a75dec2732',
60 # Three lines of non-changing comments so that 58 # Three lines of non-changing comments so that
61 # the commit queue can handle CLs rolling ANGLE 59 # the commit queue can handle CLs rolling ANGLE
62 # and whatever else without interference from each other. 60 # and whatever else without interference from each other.
63 'angle_revision': '797ff4c0ecf1b4950f6948175ea38ccbe888de7f', 61 'angle_revision': '797ff4c0ecf1b4950f6948175ea38ccbe888de7f',
64 # Three lines of non-changing comments so that 62 # Three lines of non-changing comments so that
65 # the commit queue can handle CLs rolling build tools 63 # the commit queue can handle CLs rolling build tools
66 # and whatever else without interference from each other. 64 # and whatever else without interference from each other.
67 'buildtools_revision': '4995faa4a7ad968f1fa1917c26edd5cea295582f', 65 'buildtools_revision': 'TODO',
68 # Three lines of non-changing comments so that 66 # Three lines of non-changing comments so that
69 # the commit queue can handle CLs rolling PDFium 67 # the commit queue can handle CLs rolling PDFium
70 # and whatever else without interference from each other. 68 # and whatever else without interference from each other.
71 'pdfium_revision': 'f6505100fc132ef866adaf3ff1fb7f06d0ca7a9b', 69 'pdfium_revision': 'f6505100fc132ef866adaf3ff1fb7f06d0ca7a9b',
72 # Three lines of non-changing comments so that 70 # Three lines of non-changing comments so that
73 # the commit queue can handle CLs rolling openmax_dl 71 # the commit queue can handle CLs rolling openmax_dl
74 # and whatever else without interference from each other. 72 # and whatever else without interference from each other.
75 'openmax_dl_revision': '01642706d2b37cb7b9db84add870ea0fdabdf5ad', 73 'openmax_dl_revision': '01642706d2b37cb7b9db84add870ea0fdabdf5ad',
76 # Three lines of non-changing comments so that 74 # Three lines of non-changing comments so that
77 # the commit queue can handle CLs rolling BoringSSL 75 # the commit queue can handle CLs rolling BoringSSL
(...skipping 71 matching lines...) Expand 10 before | Expand all | Expand 10 after
149 147
150 'src/third_party/safe_browsing/testing': 148 'src/third_party/safe_browsing/testing':
151 Var('chromium_git') + '/external/google-safe-browsing/testing.git' + '@' + ' 9d7e8064f3ca2e45891470c9b5b1dce54af6a9d6', 149 Var('chromium_git') + '/external/google-safe-browsing/testing.git' + '@' + ' 9d7e8064f3ca2e45891470c9b5b1dce54af6a9d6',
152 150
153 'src/third_party/cacheinvalidation/src': 151 'src/third_party/cacheinvalidation/src':
154 Var('chromium_git') + '/external/google-cache-invalidation-api/src.git' + '@ ' + 'c91bd9d9fed06bf440be64f87b94a2effdb32bc4', # from svn revision 341 152 Var('chromium_git') + '/external/google-cache-invalidation-api/src.git' + '@ ' + 'c91bd9d9fed06bf440be64f87b94a2effdb32bc4', # from svn revision 341
155 153
156 'src/third_party/leveldatabase/src': 154 'src/third_party/leveldatabase/src':
157 Var('chromium_git') + '/external/leveldb.git' + '@' + '251ebf5dc70129ad3c381 93fe6c99a5b0ec6b9fa', 155 Var('chromium_git') + '/external/leveldb.git' + '@' + '251ebf5dc70129ad3c381 93fe6c99a5b0ec6b9fa',
158 156
159 'src/third_party/libc++/trunk':
160 Var('chromium_git') + '/chromium/llvm-project/libcxx.git' + '@' + Var('libcx x_revision'),
161
162 'src/third_party/libc++abi/trunk':
163 Var('chromium_git') + '/chromium/llvm-project/libcxxabi.git' + '@' + Var('li bcxxabi_revision'),
164
165 'src/third_party/snappy/src': 157 'src/third_party/snappy/src':
166 Var('chromium_git') + '/external/snappy.git' + '@' + '762bb32f0c9d2f31ba4958 c7c0933d22e80c20bf', 158 Var('chromium_git') + '/external/snappy.git' + '@' + '762bb32f0c9d2f31ba4958 c7c0933d22e80c20bf',
167 159
168 'src/tools/grit': 160 'src/tools/grit':
169 Var('chromium_git') + '/external/grit-i18n.git' + '@' + 'ba706f5aa055960b409 27d7e5b42186acac9c5e6', # from svn revision 184 161 Var('chromium_git') + '/external/grit-i18n.git' + '@' + 'ba706f5aa055960b409 27d7e5b42186acac9c5e6', # from svn revision 184
170 162
171 'src/tools/gyp': 163 'src/tools/gyp':
172 Var('chromium_git') + '/external/gyp.git' + '@' + 'fe00999dfaee449d3465a9316 778434884da4fa7', # from svn revision 2010 164 Var('chromium_git') + '/external/gyp.git' + '@' + 'fe00999dfaee449d3465a9316 778434884da4fa7', # from svn revision 2010
173 165
174 'src/tools/swarming_client': 166 'src/tools/swarming_client':
(...skipping 610 matching lines...) Expand 10 before | Expand all | Expand 10 after
785 # corresponding .py files have already been deleted. 777 # corresponding .py files have already been deleted.
786 'name': 'remove_stale_pyc_files', 778 'name': 'remove_stale_pyc_files',
787 'pattern': 'src/tools/.*\\.py', 779 'pattern': 'src/tools/.*\\.py',
788 'action': [ 780 'action': [
789 'python', 781 'python',
790 'src/tools/remove_stale_pyc_files.py', 782 'src/tools/remove_stale_pyc_files.py',
791 'src/tools', 783 'src/tools',
792 ], 784 ],
793 }, 785 },
794 ] 786 ]
OLDNEW
« no previous file with comments | « .gitignore ('k') | build/common.gypi » ('j') | build/common.gypi » ('J')

Powered by Google App Engine
This is Rietveld 408576698