OLD | NEW |
1 # This file is automatically processed to create .DEPS.git which is the file | 1 # This file is used to manage the dependencies of the Chromium src repo. It is |
2 # that gclient uses under git. | 2 # used by gclient to determine what version of each dependency to check out, and |
| 3 # where. |
3 # | 4 # |
4 # See http://code.google.com/p/chromium/wiki/UsingGit | 5 # For more information, please refer to the official documentation: |
5 # | 6 # https://sites.google.com/a/chromium.org/dev/developers/how-tos/get-the-code |
6 # To test manually, run: | |
7 # python tools/deps2git/deps2git.py -o .DEPS.git -w <gclientdir> | |
8 # where <gcliendir> is the absolute path to the directory containing the | |
9 # .gclient file (the parent of 'src'). | |
10 # | |
11 # Then commit .DEPS.git locally (gclient doesn't like dirty trees) and run | |
12 # gclient sync | |
13 # Verify the thing happened you wanted. Then revert your .DEPS.git change | |
14 # DO NOT CHECK IN CHANGES TO .DEPS.git upstream. It will be automatically | |
15 # updated by a bot when you modify this one. | |
16 # | 7 # |
17 # 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 |
18 # to list the dependency's destination directory. | 9 # to list the dependency's destination directory. |
| 10 # |
| 11 # ----------------------------------------------------------------------------- |
| 12 # Rolling deps |
| 13 # ----------------------------------------------------------------------------- |
| 14 # All repositories in this file are git-based, using Chromium git mirrors where |
| 15 # necessary (e.g., a git mirror is used when the source project is SVN-based). |
| 16 # To update the revision that Chromium pulls for a given dependency: |
| 17 # |
| 18 # # Create and switch to a new branch |
| 19 # git new-branch depsroll |
| 20 # # Run roll-dep (provided by depot_tools) giving the dep's path and the |
| 21 # # desired SVN revision number (e.g., third_party/foo/bar and a revision such |
| 22 # # number from Subversion) |
| 23 # roll-dep third_party/foo/bar REVISION_NUMBER |
| 24 # # You should now have a modified DEPS file; commit and upload as normal |
| 25 # git commit -a |
| 26 # git cl upload |
| 27 |
19 | 28 |
20 vars = { | 29 vars = { |
21 # 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. |
22 # 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. |
23 'googlecode_url': 'http://%s.googlecode.com/svn', | 32 'googlecode_url': 'http://%s.googlecode.com/svn', |
24 'sourceforge_url': 'http://svn.code.sf.net/p/%(repo)s/code', | 33 'webkit_revision': 'abaaf1d0b6b6483140b5dca34e80fc259833ddf7', # from svn revi
sion 198714 |
25 'llvm_url': 'http://src.chromium.org/llvm-project', | |
26 'llvm_git': 'https://llvm.googlesource.com', | |
27 'libcxx_revision': '48198f9110397fff47fe7c37cbfa296be7d44d3d', | |
28 'libcxxabi_revision': '4ad1009ab3a59fa7a6896d74d5e4de5885697f95', | |
29 'webkit_trunk': 'http://src.chromium.org/blink/trunk', | |
30 'webkit_revision': '889f35a63b23d86c0f318af9a65a875117811cfd', # from svn revi
sion 182778 | |
31 'chromium_git': 'https://chromium.googlesource.com', | 34 'chromium_git': 'https://chromium.googlesource.com', |
32 'chromiumos_git': 'https://chromium.googlesource.com/chromiumos', | 35 'libvpx_revision': '96484d320036bbc1e30f1dea232799a3e0517b1d', |
33 'pdfium_git': 'https://pdfium.googlesource.com', | |
34 'skia_git': 'https://skia.googlesource.com', | |
35 'boringssl_git': 'https://boringssl.googlesource.com', | |
36 'libvpx_revision': 'efe9712d52c2d216fb3d1ceb508b8148847a7e4b', | |
37 'sfntly_revision': '1bdaae8fc788a5ac8936d68bf24f37d977a13dac', | 36 'sfntly_revision': '1bdaae8fc788a5ac8936d68bf24f37d977a13dac', |
38 'skia_revision': 'b5fae93d72c7b6480f83fd8a7b534cd1fdfcd49a', | 37 'skia_revision': 'ea561bf055bb803f4c10ca323ea60a9d94da7956', |
39 # Three lines of non-changing comments so that | 38 # Three lines of non-changing comments so that |
40 # the commit queue can handle CLs rolling Skia | 39 # the commit queue can handle CLs rolling V8 |
41 # and V8 without interference from each other. | 40 # and whatever else without interference from each other. |
42 'v8_branch': 'trunk', | 41 'v8_revision': '7f211533faba9dd85708b1394186c7fe99b88392', |
43 'v8_revision': '5830436a84f7792f61451af9bccd991d923fe81c', # from svn revision
24223 | |
44 # Three lines of non-changing comments so that | |
45 # the commit queue can handle CLs rolling WebRTC | |
46 # and V8 without interference from each other. | |
47 # Three lines of non-changing comments so that | 42 # Three lines of non-changing comments so that |
48 # the commit queue can handle CLs rolling swarming_client | 43 # the commit queue can handle CLs rolling swarming_client |
49 # and whatever else without interference from each other. | 44 # and whatever else without interference from each other. |
50 'swarming_revision': '79940aeeec0ace78ade0fec27515850268761af5', | 45 'swarming_revision': 'b39a448d8522392389b28f6997126a6ab04bfe87', |
51 # Three lines of non-changing comments so that | 46 # Three lines of non-changing comments so that |
52 # the commit queue can handle CLs rolling ANGLE | 47 # the commit queue can handle CLs rolling ANGLE |
53 # and whatever else without interference from each other. | 48 # and whatever else without interference from each other. |
54 "angle_revision": "df647a2a354d5dc9affdd6a982fccb6b95d361b0", | 49 'angle_revision': '44897140a2ae07dc5ba88190100179baa6fe7914', |
55 # Three lines of non-changing comments so that | 50 # Three lines of non-changing comments so that |
56 # the commit queue can handle CLs rolling build tools | 51 # the commit queue can handle CLs rolling build tools |
57 # and whatever else without interference from each other. | 52 # and whatever else without interference from each other. |
58 'buildtools_revision': '56bc51aff4175d3fa27dcd0faa2c345ab046c8a5', | 53 'buildtools_revision': 'ecc8e253abac3b6186a97573871a084f4c0ca3ae', |
59 # Three lines of non-changing comments so that | 54 # Three lines of non-changing comments so that |
60 # the commit queue can handle CLs rolling PDFIum | 55 # the commit queue can handle CLs rolling PDFium |
61 # and whatever else without interference from each other. | 56 # and whatever else without interference from each other. |
62 'pdfium_revision': '7a649fe262d77f93ad3213f53e973a7665d95a23', | 57 'pdfium_revision': 'cc2323f0d0d626edac4a426097eb38b53ba54848', |
63 # Three lines of non-changing comments so that | 58 # Three lines of non-changing comments so that |
64 # the commit queue can handle CLs rolling openmax_dl | 59 # the commit queue can handle CLs rolling openmax_dl |
65 # and whatever else without interference from each other. | 60 # and whatever else without interference from each other. |
66 'openmax_dl_revision': '79e64bc9243e5ff11822434cf39b9fabefff3bfb', | 61 'openmax_dl_revision': '22bb1085a6a0f6f3589a8c3d60ed0a9b82248275', |
67 # Three lines of non-changing comments so that | 62 # Three lines of non-changing comments so that |
68 # the commit queue can handle CLs rolling BoringSSL | 63 # the commit queue can handle CLs rolling BoringSSL |
69 # and whatever else without interference from each other. | 64 # and whatever else without interference from each other. |
70 'boringssl_revision': '01fe820ab957514f6b83e511492de1b3c03649d5', | 65 'boringssl_revision': 'de24aadc5bc01130b6a9d25582203bb5308fabe1', |
71 # Three lines of non-changing comments so that | 66 # Three lines of non-changing comments so that |
72 # the commit queue can handle CLs rolling nss | 67 # the commit queue can handle CLs rolling nss |
73 # and whatever else without interference from each other. | 68 # and whatever else without interference from each other. |
74 'nss_revision': '87b96db4268293187d7cf741907a6d5d1d8080e0', | 69 'nss_revision': 'aab0d08a298b29407397fbb1c4219f99e99431ed', # from svn revisio
n 295435 |
75 # Three lines of non-changing comments so that | 70 # Three lines of non-changing comments so that |
76 # the commit queue can handle CLs rolling google-toolbox-for-mac | 71 # the commit queue can handle CLs rolling google-toolbox-for-mac |
77 # and whatever else without interference from each other. | 72 # and whatever else without interference from each other. |
78 'google_toolbox_for_mac_revision': 'a09526298f9dd1ec49d3b3ac5608d2a257b94cef', | 73 'google_toolbox_for_mac_revision': 'ce47a231ea0b238fbe95538e86cc61d74c234be6',
# from svn revision 705 |
79 # Three lines of non-changing comments so that | 74 # Three lines of non-changing comments so that |
80 # the commit queue can handle CLs rolling lighttpd | 75 # the commit queue can handle CLs rolling lighttpd |
81 # and whatever else without interference from each other. | 76 # and whatever else without interference from each other. |
82 'lighttpd_revision': '9dfa55d15937a688a92cbf2b7a8621b0927d06eb', | 77 'lighttpd_revision': '9dfa55d15937a688a92cbf2b7a8621b0927d06eb', |
83 # Three lines of non-changing comments so that | 78 # Three lines of non-changing comments so that |
84 # the commit queue can handle CLs rolling lss | 79 # the commit queue can handle CLs rolling lss |
85 # and whatever else without interference from each other. | 80 # and whatever else without interference from each other. |
86 'lss_revision': '952107fa7cea0daaabead28c0e92d579bee517eb', | 81 'lss_revision': '6f97298fe3794e92c8c896a6bc06e0b36e4c3de3', |
87 # Three lines of non-changing comments so that | 82 # Three lines of non-changing comments so that |
88 # the commit queue can handle CLs rolling NaCl | 83 # the commit queue can handle CLs rolling NaCl |
89 # and whatever else without interference from each other. | 84 # and whatever else without interference from each other. |
90 'nacl_revision': 'c65c1ed84d500015273d5e72c6ddcebc2a23f9b8', # from svn revisi
on r13797 | 85 'nacl_revision': 'b3d4cc125348924f727d3b87cee3674a839b54a0', |
91 } | 86 } |
92 | 87 |
93 # Only these hosts are allowed for dependencies in this DEPS file. | 88 # Only these hosts are allowed for dependencies in this DEPS file. |
94 # If you need to add a new host, contact chrome infrastracture team. | 89 # If you need to add a new host, contact chrome infrastracture team. |
95 allowed_hosts = [ | 90 allowed_hosts = [ |
96 'chromium.googlesource.com', | 91 'chromium.googlesource.com', |
97 'boringssl.googlesource.com', | 92 'boringssl.googlesource.com', |
98 'pdfium.googlesource.com', | 93 'pdfium.googlesource.com', |
| 94 'android.googlesource.com', |
99 ] | 95 ] |
100 | 96 |
101 deps = { | 97 deps = { |
102 'src/breakpad/src': | 98 'src/breakpad/src': |
103 Var('chromium_git') + '/external/google-breakpad/src.git' + '@' + '35189355da
4b65ed5e7692f790c240a9ab347731', # from svn revision 1387 | 99 Var('chromium_git') + '/external/google-breakpad/src.git' + '@' + '242fb9a38d
b6ba534b1f7daa341dd4d79171658b', # from svn revision 1471 |
104 | 100 |
105 'src/buildtools': | 101 'src/buildtools': |
106 Var('chromium_git') + '/chromium/buildtools.git' + '@' + Var('buildtools_rev
ision'), | 102 Var('chromium_git') + '/chromium/buildtools.git' + '@' + Var('buildtools_rev
ision'), |
107 | 103 |
108 'src/sdch/open-vcdiff': | 104 'src/sdch/open-vcdiff': |
109 Var('chromium_git') + '/external/open-vcdiff.git' + '@' + '438f2a5be6d809bc21
611a94cd37bfc8c28ceb33', # from svn revision 41 | 105 Var('chromium_git') + '/external/open-vcdiff.git' + '@' + '438f2a5be6d809bc21
611a94cd37bfc8c28ceb33', # from svn revision 41 |
110 | 106 |
111 'src/testing/gtest': | 107 'src/testing/gtest': |
112 Var('chromium_git') + '/external/googletest.git' + '@' + '4650552ff637bb44ecf
7784060091cbed3252211', # from svn revision 692 | 108 Var('chromium_git') + '/external/googletest.git' + '@' + '23574bf2333f834ff66
5f894c97bef8a5b33a0a9', # from svn revision 711 |
113 | 109 |
114 'src/testing/gmock': | 110 'src/testing/gmock': |
115 Var('chromium_git') + '/external/googlemock.git' + '@' + '896ba0e03f520fb9b6e
d582bde2bd00847e3c3f2', # from svn revision 485 | 111 Var('chromium_git') + '/external/googlemock.git' + '@' + '29763965ab52f245652
99976b936d1265cb6a271', # from svn revision 501 |
116 | 112 |
117 'src/third_party/angle': | 113 'src/third_party/angle': |
118 Var('chromium_git') + '/angle/angle.git' + '@' + Var('angle_revision'), | 114 Var('chromium_git') + '/angle/angle.git' + '@' + Var('angle_revision'), |
119 | 115 |
120 'src/third_party/colorama/src': | 116 'src/third_party/colorama/src': |
121 Var('chromium_git') + '/external/colorama.git' + '@' + '799604a1041e9b3bc5d27
89ecbd7e8db2e18e6b8', | 117 Var('chromium_git') + '/external/colorama.git' + '@' + '799604a1041e9b3bc5d27
89ecbd7e8db2e18e6b8', |
122 | 118 |
| 119 'src/third_party/crashpad/crashpad': |
| 120 Var('chromium_git') + '/crashpad/crashpad.git' + '@' + '797adb320680a4a8ad394
28075cca287e04b111f', |
| 121 |
123 'src/third_party/trace-viewer': | 122 'src/third_party/trace-viewer': |
124 Var('chromium_git') + '/external/trace-viewer.git' + '@' + '76a4496033c164d8b
e9ee8c57f702b0859cb1911', | 123 Var('chromium_git') + '/external/trace-viewer.git' + '@' + '4f30209abd53c699c
937519f39ce41888f93507b', |
125 | 124 |
126 'src/third_party/WebKit': | 125 'src/third_party/WebKit': |
127 Var('chromium_git') + '/chromium/blink.git' + '@' + Var('webkit_revision'), | 126 Var('chromium_git') + '/chromium/blink.git' + '@' + Var('webkit_revision'), |
128 | 127 |
129 'src/third_party/icu': | 128 'src/third_party/icu': |
130 Var('chromium_git') + '/chromium/deps/icu52.git' + '@' + 'd2abf6c1e1f986f4a8d
b0341b8a8c55c55ec1174', # from svn revision 292003 | 129 Var('chromium_git') + '/chromium/deps/icu.git' + '@' + 'c81a1a3989c3b66fa323e
9a6ee7418d7c08297af', |
131 | 130 |
132 'src/third_party/libexif/sources': | 131 'src/third_party/libexif/sources': |
133 Var('chromium_git') + '/chromium/deps/libexif/sources.git' + '@' + 'ed98343da
abd7b4497f97fda972e132e6877c48a', | 132 Var('chromium_git') + '/chromium/deps/libexif/sources.git' + '@' + 'ed98343da
abd7b4497f97fda972e132e6877c48a', |
134 | 133 |
135 'src/third_party/hunspell': | |
136 Var('chromium_git') + '/chromium/deps/hunspell.git' + '@' + 'c956c0e97af00ef7
89afb2f64d02c9a5a50e6eb1', | |
137 | |
138 'src/third_party/hunspell_dictionaries': | 134 'src/third_party/hunspell_dictionaries': |
139 Var('chromium_git') + '/chromium/deps/hunspell_dictionaries.git' + '@' + '456
0bdd463a3500e2334e85c8a0e9e5d5d6774e7', | 135 Var('chromium_git') + '/chromium/deps/hunspell_dictionaries.git' + '@' + 'c10
6afdcec5d3de2622e19f1b3294c47bbd8bd72', |
140 | 136 |
141 'src/third_party/safe_browsing/testing': | 137 'src/third_party/safe_browsing/testing': |
142 Var('chromium_git') + '/external/google-safe-browsing/testing.git' + '@' + '
9d7e8064f3ca2e45891470c9b5b1dce54af6a9d6', | 138 Var('chromium_git') + '/external/google-safe-browsing/testing.git' + '@' + '
9d7e8064f3ca2e45891470c9b5b1dce54af6a9d6', |
143 | 139 |
144 'src/third_party/cacheinvalidation/src': | |
145 Var('chromium_git') + '/external/google-cache-invalidation-api/src.git' + '@
' + 'c91bd9d9fed06bf440be64f87b94a2effdb32bc4', # from svn revision 341 | |
146 | |
147 'src/third_party/leveldatabase/src': | 140 'src/third_party/leveldatabase/src': |
148 Var('chromium_git') + '/external/leveldb.git' + '@' + '3f77584eb3f9754bbb707
9070873ece3f30a1e6b', | 141 Var('chromium_git') + '/external/leveldb.git' + '@' + '40c17c0b84ac0b791fb43
4096fd5c05f3819ad55', |
149 | |
150 'src/third_party/libc++/trunk': | |
151 Var('chromium_git') + '/chromium/llvm-project/libcxx.git' + '@' + Var('libcx
x_revision'), | |
152 | |
153 'src/third_party/libc++abi/trunk': | |
154 Var('chromium_git') + '/chromium/llvm-project/libcxxabi.git' + '@' + Var('li
bcxxabi_revision'), | |
155 | 142 |
156 'src/third_party/snappy/src': | 143 'src/third_party/snappy/src': |
157 Var('chromium_git') + '/external/snappy.git' + '@' + '762bb32f0c9d2f31ba4958
c7c0933d22e80c20bf', | 144 Var('chromium_git') + '/external/snappy.git' + '@' + '762bb32f0c9d2f31ba4958
c7c0933d22e80c20bf', |
158 | 145 |
159 'src/tools/grit': | 146 'src/tools/grit': |
160 Var('chromium_git') + '/external/grit-i18n.git' + '@' + '740badd5e3e44434a9a
47b5d16749daac1e8ea80', # from svn revision 176 | 147 Var('chromium_git') + '/external/grit-i18n.git' + '@' + '1dac9ae64b0224beb15
47810933a6f9998d0d55e', # from svn revision 191 |
161 | 148 |
162 'src/tools/gyp': | 149 'src/tools/gyp': |
163 Var('chromium_git') + '/external/gyp.git' + '@' + '46282cedf40ff7fe803be4af3
57b9d59050f02e4', # from svn revision 1977 | 150 Var('chromium_git') + '/external/gyp.git' + '@' + '5122240c5e5c4d8da12c543d8
2b03d6089eb77c5', |
164 | 151 |
165 'src/tools/swarming_client': | 152 'src/tools/swarming_client': |
166 Var('chromium_git') + '/external/swarming.client.git' + '@' + Var('swarming_
revision'), | 153 Var('chromium_git') + '/external/swarming.client.git' + '@' + Var('swarming_
revision'), |
167 | 154 |
168 'src/v8': | 155 'src/v8': |
169 Var('chromium_git') + '/v8/v8.git' + '@' + Var('v8_revision'), | 156 Var('chromium_git') + '/v8/v8.git' + '@' + Var('v8_revision'), |
170 | 157 |
171 'src/native_client': | 158 'src/native_client': |
172 Var('chromium_git') + '/native_client/src/native_client.git' + '@' + Var('nac
l_revision'), | 159 Var('chromium_git') + '/native_client/src/native_client.git' + '@' + Var('nac
l_revision'), |
173 | 160 |
174 'src/chrome/test/data/extensions/api_test/permissions/nacl_enabled/bin': | |
175 Var('chromium_git') + '/native_client/src/native_client/tests/prebuilt.git' +
'@' + '3e17365176c94624f46cace174f61834b7f3c35d', | |
176 | |
177 'src/third_party/sfntly/cpp/src': | 161 'src/third_party/sfntly/cpp/src': |
178 Var('chromium_git') + '/external/sfntly/cpp/src.git' + '@' + Var('sfntly_re
vision'), | 162 Var('chromium_git') + '/external/sfntly/cpp/src.git' + '@' + Var('sfntly_re
vision'), |
179 | 163 |
180 'src/third_party/skia': | 164 'src/third_party/skia': |
181 Var('chromium_git') + '/skia.git' + '@' + Var('skia_revision'), | 165 Var('chromium_git') + '/skia.git' + '@' + Var('skia_revision'), |
182 | 166 |
183 'src/third_party/ots': | |
184 Var('chromium_git') + '/external/ots.git' + '@' + '98897009f3ea8a5fa3e20a4a7
4977da7aaa8e61a', | |
185 | |
186 'src/third_party/brotli/src': | |
187 Var('chromium_git') + '/external/font-compression-reference.git' + '@' + '6ce
f49677dc4c650ef6e3f56041e0a41803afa8c', | |
188 | |
189 'src/tools/page_cycler/acid3': | 167 'src/tools/page_cycler/acid3': |
190 Var('chromium_git') + '/chromium/deps/acid3.git' + '@' + '6be0a66a1ebd7ebc5ab
c1b2f405a945f6d871521', | 168 Var('chromium_git') + '/chromium/deps/acid3.git' + '@' + '6be0a66a1ebd7ebc5ab
c1b2f405a945f6d871521', |
191 | 169 |
192 'src/chrome/test/data/perf/canvas_bench': | 170 'src/chrome/test/data/perf/canvas_bench': |
193 Var('chromium_git') + '/chromium/canvas_bench.git' + '@' + 'a7b40ea5ae0239517
d78845a5fc9b12976bfc732', | 171 Var('chromium_git') + '/chromium/canvas_bench.git' + '@' + 'a7b40ea5ae0239517
d78845a5fc9b12976bfc732', |
194 | 172 |
195 'src/chrome/test/data/perf/frame_rate/content': | 173 'src/chrome/test/data/perf/frame_rate/content': |
196 Var('chromium_git') + '/chromium/frame_rate/content.git' + '@' + 'c10272c8846
3efeef6bb19c9ec07c42bc8fe22b9', | 174 Var('chromium_git') + '/chromium/frame_rate/content.git' + '@' + 'c10272c8846
3efeef6bb19c9ec07c42bc8fe22b9', |
197 | 175 |
198 'src/third_party/bidichecker': | 176 'src/third_party/bidichecker': |
199 Var('chromium_git') + '/external/bidichecker/lib.git' + '@' + '97f2aa645b74c
28c57eca56992235c79850fa9e0', | 177 Var('chromium_git') + '/external/bidichecker/lib.git' + '@' + '97f2aa645b74c
28c57eca56992235c79850fa9e0', |
200 | 178 |
201 'src/third_party/webgl/src': | 179 'src/third_party/webgl/src': |
202 Var('chromium_git') + '/external/khronosgroup/webgl.git' + '@' + 'b1a7210dc40
34793e34a2149cb571e85700a85f2', | 180 Var('chromium_git') + '/external/khronosgroup/webgl.git' + '@' + '8986f8bfa84
547b1a30a9256ebdd665024d68d71', |
203 | |
204 'src/third_party/swig/Lib': | |
205 Var('chromium_git') + '/chromium/deps/swig/Lib.git' + '@' + 'f2a695d52e61e6a8
d967731434f165ed400f0d69', | |
206 | 181 |
207 'src/third_party/webdriver/pylib': | 182 'src/third_party/webdriver/pylib': |
208 Var('chromium_git') + '/external/selenium/py.git' + '@' + '5fd78261a75fe08d2
7ca4835fb6c5ce4b42275bd', | 183 Var('chromium_git') + '/external/selenium/py.git' + '@' + '5fd78261a75fe08d2
7ca4835fb6c5ce4b42275bd', |
209 | 184 |
210 'src/third_party/libvpx': | 185 'src/third_party/libvpx': |
211 Var('chromium_git') + '/chromium/deps/libvpx.git' + '@' + Var('libvpx_revisi
on'), | 186 Var('chromium_git') + '/chromium/deps/libvpx.git' + '@' + Var('libvpx_revisi
on'), |
212 | 187 |
213 'src/third_party/ffmpeg': | 188 'src/third_party/ffmpeg': |
214 Var('chromium_git') + '/chromium/third_party/ffmpeg.git' + '@' + '438ff61fe51
641665f0ec3bc55e7b416d0aa251a', | 189 Var('chromium_git') + '/chromium/third_party/ffmpeg.git' + '@' + 'f76066ad9f4
aea07a53890b54d24cc22830b9efd', |
215 | 190 |
216 'src/third_party/libjingle/source/talk': | 191 'src/third_party/libjingle/source/talk': |
217 Var('chromium_git') + '/external/webrtc/trunk/talk.git' + '@' + '40539b82d5a
2c9bcf23d078e997ce0368160f5a3', | 192 Var('chromium_git') + '/external/webrtc/trunk/talk.git' + '@' + 'f7c923ddc72
9dc7f002b0e194ab72b661f932c00', # commit position 9564 |
218 | 193 |
219 'src/third_party/usrsctp/usrsctplib': | 194 'src/third_party/usrsctp/usrsctplib': |
220 Var('chromium_git') + '/external/usrsctplib.git' + '@' + '8975bd5397c2ec97f5
0e0b87b544054e0536bfe1', | 195 Var('chromium_git') + '/external/usrsctplib.git' + '@' + '36444a999739e9e408
f8f587cb4c3ffeef2e50ac', # from svn revision 9215 |
221 | 196 |
222 'src/third_party/libsrtp': | 197 'src/third_party/libsrtp': |
223 Var('chromium_git') + '/chromium/deps/libsrtp.git' + '@' + '98284c8600c73812f
f4716a6ea157d1e11d417dc', | 198 Var('chromium_git') + '/chromium/deps/libsrtp.git' + '@' + '9c53f858cddd4d890
e405e91ff3af0b48dfd90e6', # from svn revision 295151 |
224 | |
225 'src/third_party/speex': | |
226 Var('chromium_git') + '/chromium/deps/speex.git' + '@' + '5260621c36c227209c7
ba64ea71ca3418cf9e2b4', | |
227 | 199 |
228 'src/third_party/yasm/source/patched-yasm': | 200 'src/third_party/yasm/source/patched-yasm': |
229 Var('chromium_git') + '/chromium/deps/yasm/patched-yasm.git' + '@' + 'c960eb1
1ccda80b10ed50be39df4f0663b371d1d', | 201 Var('chromium_git') + '/chromium/deps/yasm/patched-yasm.git' + '@' + '4671120
cd8558ce62ee8672ebf3eb6f5216f909b', |
230 | 202 |
231 'src/third_party/libjpeg_turbo': | 203 'src/third_party/libjpeg_turbo': |
232 Var('chromium_git') + '/chromium/deps/libjpeg_turbo.git' + '@' + '034e9a9747e
0983bc19808ea70e469bc8342081f', | 204 Var('chromium_git') + '/chromium/deps/libjpeg_turbo.git' + '@' + 'f4631b6ee8b
1dbb05e51ae335a7886f9ac598ab6', |
233 | 205 |
234 'src/third_party/flac': | 206 'src/third_party/flac': |
235 Var('chromium_git') + '/chromium/deps/flac.git' + '@' + '0635a091379d9677f1dd
de5f2eec85d0f096f219', | 207 Var('chromium_git') + '/chromium/deps/flac.git' + '@' + 'c291ce676d2c855f7b27
39f00f5c7f7e813813dc', |
236 | 208 |
237 'src/third_party/pyftpdlib/src': | 209 'src/third_party/pyftpdlib/src': |
238 Var('chromium_git') + '/external/pyftpdlib.git' + '@' + '2be6d65e31c7ee6320d
059f581f05ae8d89d7e45', | 210 Var('chromium_git') + '/external/pyftpdlib.git' + '@' + '2be6d65e31c7ee6320d
059f581f05ae8d89d7e45', |
239 | 211 |
240 'src/third_party/scons-2.0.1': | 212 'src/third_party/scons-2.0.1': |
241 Var('chromium_git') + '/native_client/src/third_party/scons-2.0.1.git' + '@'
+ '1c1550e17fc26355d08627fbdec13d8291227067', | 213 Var('chromium_git') + '/native_client/src/third_party/scons-2.0.1.git' + '@'
+ '1c1550e17fc26355d08627fbdec13d8291227067', |
242 | 214 |
243 'src/third_party/webrtc': | 215 'src/third_party/webrtc': |
244 Var('chromium_git') + '/external/webrtc/trunk/webrtc.git' + '@' + '53545bbfc
47f2cddb7038395369a0dcd457c8b34', | 216 Var('chromium_git') + '/external/webrtc/trunk/webrtc.git' + '@' + '847b12a22
5694e10425c8a9b31e0eec028baf841', # commit position 9565 |
245 | 217 |
246 'src/third_party/openmax_dl': | 218 'src/third_party/openmax_dl': |
247 Var('chromium_git') + '/external/webrtc/deps/third_party/openmax.git' + '@'
+ Var('openmax_dl_revision'), | 219 Var('chromium_git') + '/external/webrtc/deps/third_party/openmax.git' + '@'
+ Var('openmax_dl_revision'), |
248 | 220 |
249 'src/third_party/jsoncpp/source/include': | 221 'src/third_party/jsoncpp/source': |
250 Var('chromium_git') + '/external/jsoncpp/jsoncpp/include.git' + '@' + 'b0dd4
8e02b6e6248328db78a65b5c601f150c349', | 222 Var('chromium_git') + '/external/github.com/open-source-parsers/jsoncpp.git'
+ '@' + 'f572e8e42e22cfcf5ab0aea26574f408943edfa4', # from svn 248 |
251 | |
252 'src/third_party/jsoncpp/source/src/lib_json': | |
253 Var('chromium_git') + '/external/jsoncpp/jsoncpp/src/lib_json.git' + '@' + '
a8caa51ba2f80971a45880425bf2ae864a786784', | |
254 | 223 |
255 'src/third_party/libyuv': | 224 'src/third_party/libyuv': |
256 Var('chromium_git') + '/external/libyuv.git' + '@' + '455c66b4375d72984b7924
9616d0a708ad568894', | 225 Var('chromium_git') + '/libyuv/libyuv.git' + '@' + '0e83b64e8879e9469919dc96
b5d970c7c5bd05af', # from version 1444 |
257 | 226 |
258 'src/third_party/smhasher/src': | 227 'src/third_party/smhasher/src': |
259 Var('chromium_git') + '/external/smhasher.git' + '@' + 'e87738e57558e0ec472b
2fc3a643b838e5b6e88f', | 228 Var('chromium_git') + '/external/smhasher.git' + '@' + 'e87738e57558e0ec472b
2fc3a643b838e5b6e88f', |
260 | 229 |
261 'src/third_party/libaddressinput/src': | 230 'src/third_party/libaddressinput/src': |
262 Var('chromium_git') + '/external/libaddressinput.git' + '@' + '945d96387a716
d0d82b195fa69a5e9a701249517', # from svn revision 334 | 231 Var('chromium_git') + '/external/libaddressinput.git' + '@' + '5eeeb797e79fa
01503fcdcbebdc50036fac023ef', |
263 | 232 |
| 233 # These are all at libphonenumber r728. |
264 'src/third_party/libphonenumber/src/phonenumbers': | 234 'src/third_party/libphonenumber/src/phonenumbers': |
265 Var('chromium_git') + '/external/libphonenumber/cpp/src/phonenumbers.git' +
'@' + '8d8b5b3b2035197795d27573d4cf566b5d9ad689', | 235 Var('chromium_git') + '/external/libphonenumber/cpp/src/phonenumbers.git' +
'@' + '0d6e3e50e17c94262ad1ca3b7d52b11223084bca', |
266 'src/third_party/libphonenumber/src/test': | 236 'src/third_party/libphonenumber/src/test': |
267 Var('chromium_git') + '/external/libphonenumber/cpp/test.git' + '@' + '883b7
b86541d64b2691f7c0e65facb0b08db73e8', | 237 Var('chromium_git') + '/external/libphonenumber/cpp/test.git' + '@' + 'f351a
7e007f9c9995494499120bbc361ca808a16', |
268 'src/third_party/libphonenumber/src/resources': | 238 'src/third_party/libphonenumber/src/resources': |
269 Var('chromium_git') + '/external/libphonenumber/resources.git' + '@' + 'de09
5548d2ae828a414e01f3951bfefba902b4e4', | 239 Var('chromium_git') + '/external/libphonenumber/resources.git' + '@' + 'b6df
dc7952571ff7ee72643cd88c988cbe966396', |
270 | 240 |
271 'src/tools/deps2git': | 241 'src/tools/deps2git': |
272 Var('chromium_git') + '/chromium/tools/deps2git.git' + '@' + 'f04828eb0b5acd3
e7ad983c024870f17f17b06d9', | 242 Var('chromium_git') + '/chromium/tools/deps2git.git' + '@' + 'f04828eb0b5acd3
e7ad983c024870f17f17b06d9', |
273 | 243 |
274 'src/third_party/webpagereplay': | 244 'src/third_party/webpagereplay': |
275 Var('chromium_git') + '/external/web-page-replay.git' + '@' + '2f7b704b8b5679
83c040f555d3e46f9766db8e87', | 245 Var('chromium_git') + '/external/github.com/chromium/web-page-replay.git' + '
@' + '5da5975950daa7b30a6938da73fd0b3200901b0c', |
276 | 246 |
277 'src/third_party/pywebsocket/src': | 247 'src/third_party/pywebsocket/src': |
278 Var('chromium_git') + '/external/pywebsocket/src.git' + '@' + 'cb349e87ddb30
ff8d1fa1a89be39cec901f4a29c', | 248 Var('chromium_git') + '/external/pywebsocket/src.git' + '@' + 'cb349e87ddb30
ff8d1fa1a89be39cec901f4a29c', |
279 | 249 |
280 'src/third_party/opus/src': | 250 'src/third_party/opus/src': |
281 Var('chromium_git') + '/chromium/deps/opus.git' + '@' + 'cae696156f1e60006e39
821e79a1811ae1933c69', | 251 Var('chromium_git') + '/chromium/deps/opus.git' + '@' + 'cae696156f1e60006e39
821e79a1811ae1933c69', |
282 | 252 |
283 'src/media/cdm/ppapi/api': | 253 'src/media/cdm/ppapi/api': |
284 Var('chromium_git') + '/chromium/cdm.git' + '@' + '41c8183a3966a17b440dbe606c
b2840e1b7ce884', | 254 Var('chromium_git') + '/chromium/cdm.git' + '@' + '7377023e384f296cbb27644eb2
c485275f1f92e8', # from svn revision 294518 |
285 | 255 |
286 'src/third_party/mesa/src': | 256 'src/third_party/mesa/src': |
287 Var('chromium_git') + '/chromium/deps/mesa.git' + '@' + '457812d99a213dedf1c4
cd38018ff48118d0c44f', | 257 Var('chromium_git') + '/chromium/deps/mesa.git' + '@' + '071d25db04c23821a12a
8b260ab9d96a097402f0', |
288 | 258 |
289 'src/third_party/cld_2/src': | 259 'src/third_party/cld_2/src': |
290 Var('chromium_git') + '/external/cld2.git' + '@' + 'bb5c092e8c02dcc2319c5056
aff2182199d51c2f', | 260 Var('chromium_git') + '/external/cld2.git' + '@' + '14d9ef8d4766326f8aa7de54
402d1b9c782d4481', # from svn revision 193 |
291 | |
292 'src/chrome/browser/resources/pdf/html_office': | |
293 Var('chromium_git') + '/chromium/html-office-public.git' + '@' + 'eeff97614f
65e0578529490d44d412032c3d7359', | |
294 | |
295 'src/third_party/libwebm/source': | |
296 Var('chromium_git') + '/webm/libwebm.git' + '@' + '0d4cb404ea4195e5e21d04db2c
955615535ce62e', | |
297 | 261 |
298 'src/third_party/pdfium': | 262 'src/third_party/pdfium': |
299 'https://pdfium.googlesource.com/pdfium.git' + '@' + Var('pdfium_revision'), | 263 'https://pdfium.googlesource.com/pdfium.git' + '@' + Var('pdfium_revision'), |
300 | 264 |
301 'src/third_party/boringssl/src': | 265 'src/third_party/boringssl/src': |
302 'https://boringssl.googlesource.com/boringssl.git' + '@' + Var('boringssl_re
vision'), | 266 'https://boringssl.googlesource.com/boringssl.git' + '@' + Var('boringssl_re
vision'), |
| 267 |
| 268 'src/third_party/py_trace_event/src': |
| 269 Var('chromium_git') + '/external/py_trace_event.git' + '@' + 'dd463ea9e2c430
de2b9e53dea57a77b4c3ac9b30', |
| 270 |
| 271 'src/third_party/dom_distiller_js/dist': |
| 272 Var('chromium_git') + '/external/github.com/chromium/dom-distiller-dist.git'
+ '@' + '81e5b59da2a7a0a518b90b5ded58670322c98128', |
303 } | 273 } |
304 | 274 |
305 | 275 |
306 deps_os = { | 276 deps_os = { |
307 'win': { | 277 'win': { |
308 'src/chrome/tools/test/reference_build/chrome_win': | 278 'src/chrome/tools/test/reference_build/chrome_win': |
309 Var('chromium_git') + '/chromium/reference_builds/chrome_win.git' + '@' + '
f8a3a845dfc845df6b14280f04f86a61959357ef', | 279 Var('chromium_git') + '/chromium/reference_builds/chrome_win.git' + '@' + '
f8a3a845dfc845df6b14280f04f86a61959357ef', |
310 | 280 |
311 'src/third_party/cygwin': | 281 'src/third_party/cygwin': |
312 Var('chromium_git') + '/chromium/deps/cygwin.git' + '@' + 'c89e446b273697fa
df3a10ff1007a97c0b7de6df', | 282 Var('chromium_git') + '/chromium/deps/cygwin.git' + '@' + 'c89e446b273697fa
df3a10ff1007a97c0b7de6df', |
(...skipping 14 matching lines...) Expand all Loading... |
327 Var('chromium_git') + '/chromium/deps/lighttpd.git' + '@' + Var('lighttpd_r
evision'), | 297 Var('chromium_git') + '/chromium/deps/lighttpd.git' + '@' + Var('lighttpd_r
evision'), |
328 | 298 |
329 # Parses Windows PE/COFF executable format. | 299 # Parses Windows PE/COFF executable format. |
330 'src/third_party/pefile': | 300 'src/third_party/pefile': |
331 Var('chromium_git') + '/external/pefile.git' + '@' + '72c6ae42396cb913bcab6
3c15585dc3b5c3f92f1', | 301 Var('chromium_git') + '/external/pefile.git' + '@' + '72c6ae42396cb913bcab6
3c15585dc3b5c3f92f1', |
332 | 302 |
333 # NSS, for SSLClientSocketNSS. | 303 # NSS, for SSLClientSocketNSS. |
334 'src/third_party/nss': | 304 'src/third_party/nss': |
335 Var('chromium_git') + '/chromium/deps/nss.git' + '@' + Var('nss_revision'), | 305 Var('chromium_git') + '/chromium/deps/nss.git' + '@' + Var('nss_revision'), |
336 | 306 |
337 'src/third_party/swig/win': | |
338 Var('chromium_git') + '/chromium/deps/swig/win.git' + '@' + '986f013ba51854
1adf5c839811efb35630a31031', | |
339 | |
340 # GNU binutils assembler for x86-32. | 307 # GNU binutils assembler for x86-32. |
341 'src/third_party/gnu_binutils': | 308 'src/third_party/gnu_binutils': |
342 Var('chromium_git') + '/native_client/deps/third_party/gnu_binutils.git' +
'@' + 'f4003433b61b25666565690caf3d7a7a1a4ec436', | 309 Var('chromium_git') + '/native_client/deps/third_party/gnu_binutils.git' +
'@' + 'f4003433b61b25666565690caf3d7a7a1a4ec436', |
343 # GNU binutils assembler for x86-64. | 310 # GNU binutils assembler for x86-64. |
344 'src/third_party/mingw-w64/mingw/bin': | 311 'src/third_party/mingw-w64/mingw/bin': |
345 Var('chromium_git') + '/native_client/deps/third_party/mingw-w64/mingw/bin
.git' + '@' + '3cc8b140b883a9fe4986d12cfd46c16a093d3527', | 312 Var('chromium_git') + '/native_client/deps/third_party/mingw-w64/mingw/bin
.git' + '@' + '3cc8b140b883a9fe4986d12cfd46c16a093d3527', |
346 | 313 |
347 # Dependencies used by libjpeg-turbo | 314 # Dependencies used by libjpeg-turbo |
348 'src/third_party/yasm/binaries': | 315 'src/third_party/yasm/binaries': |
349 Var('chromium_git') + '/chromium/deps/yasm/binaries.git' + '@' + '52f9b3f4b
0aa06da24ef8b123058bb61ee468881', | 316 Var('chromium_git') + '/chromium/deps/yasm/binaries.git' + '@' + '52f9b3f4b
0aa06da24ef8b123058bb61ee468881', |
350 | 317 |
351 # Binaries for nacl sdk. | 318 # Binaries for nacl sdk. |
352 'src/third_party/nacl_sdk_binaries': | 319 'src/third_party/nacl_sdk_binaries': |
353 Var('chromium_git') + '/chromium/deps/nacl_sdk_binaries.git' + '@' + '759df
ca03bdc774da7ecbf974f6e2b84f43699a5', | 320 Var('chromium_git') + '/chromium/deps/nacl_sdk_binaries.git' + '@' + '759df
ca03bdc774da7ecbf974f6e2b84f43699a5', |
| 321 |
| 322 # ANGLE uses dEQP for GPU testing |
| 323 'src/third_party/deqp/src': |
| 324 'https://android.googlesource.com/platform/external/deqp@194294e69d44eac48b
c1fb063bd607189650aa5e', |
354 }, | 325 }, |
355 'ios': { | 326 'ios': { |
| 327 'src/ios/third_party/gcdwebserver/src': |
| 328 Var('chromium_git') + '/external/github.com/swisspol/GCDWebServer.git' + '@
' + '3d5fd0b8281a7224c057deb2d17709b5bea64836', |
| 329 |
356 'src/third_party/google_toolbox_for_mac/src': | 330 'src/third_party/google_toolbox_for_mac/src': |
357 Var('chromium_git') + '/external/google-toolbox-for-mac.git' + '@' + Var('
google_toolbox_for_mac_revision'), | 331 Var('chromium_git') + '/external/google-toolbox-for-mac.git' + '@' + Var('
google_toolbox_for_mac_revision'), |
358 | 332 |
359 'src/third_party/nss': | 333 'src/third_party/nss': |
360 Var('chromium_git') + '/chromium/deps/nss.git' + '@' + Var('nss_revision'), | 334 Var('chromium_git') + '/chromium/deps/nss.git' + '@' + Var('nss_revision'), |
361 | 335 |
362 # class-dump utility to generate header files for undocumented SDKs | 336 # class-dump utility to generate header files for undocumented SDKs |
363 'src/testing/iossim/third_party/class-dump': | 337 'src/third_party/class-dump/src': |
364 Var('chromium_git') + '/chromium/deps/class-dump.git' + '@' + '89bd40883c76
7584240b4dade8b74e6f57b9bdab', | 338 Var('chromium_git') + '/external/github.com/nygard/class-dump.git' + '@' +
'93e7c6a5419380d89656dcc511dc60d475199b67', |
365 | 339 |
366 # Code that's not needed due to not building everything | 340 # Code that's not needed due to not building everything |
367 'src/build/util/support': None, | |
368 'src/chrome/test/data/extensions/api_test/permissions/nacl_enabled/bin': Non
e, | |
369 'src/chrome/test/data/perf/canvas_bench': None, | 341 'src/chrome/test/data/perf/canvas_bench': None, |
370 'src/chrome/test/data/perf/frame_rate/content': None, | 342 'src/chrome/test/data/perf/frame_rate/content': None, |
371 'src/media/cdm/ppapi/api': None, | |
372 'src/native_client': None, | 343 'src/native_client': None, |
373 'src/third_party/bidichecker': None, | |
374 'src/third_party/brotli/src': None, | |
375 'src/third_party/cld_2/src': None, | |
376 'src/third_party/ffmpeg': None, | 344 'src/third_party/ffmpeg': None, |
377 'src/third_party/hunspell_dictionaries': None, | 345 'src/third_party/hunspell_dictionaries': None, |
378 'src/third_party/hunspell': None, | |
379 'src/third_party/libc++/trunk': None, | |
380 'src/third_party/libc++abi/trunk': None, | |
381 'src/third_party/libexif/sources': None, | |
382 'src/third_party/libjpeg_turbo': None, | |
383 'src/third_party/libsrtp': None, | |
384 'src/third_party/opus/src': None, | |
385 'src/third_party/openmax_dl': None, | |
386 'src/third_party/ots': None, | |
387 'src/third_party/pymox/src': None, | |
388 'src/third_party/safe_browsing/testing': None, | |
389 'src/third_party/scons-2.0.1': None, | |
390 'src/third_party/sfntly/cpp/src': None, | |
391 'src/third_party/speex': None, | |
392 'src/third_party/swig/Lib': None, | |
393 'src/third_party/usrsctp/usrsctplib': None, | |
394 'src/third_party/v8-i18n': None, | |
395 'src/third_party/webdriver/pylib': None, | |
396 'src/third_party/webgl': None, | 346 'src/third_party/webgl': None, |
397 'src/third_party/webpagereplay': None, | |
398 'src/third_party/WebKit/LayoutTests/w3c/web-platform-tests': None, | |
399 'src/third_party/WebKit/LayoutTests/w3c/csswg-test': None, | |
400 'src/third_party/yasm/source/patched-yasm': None, | |
401 'src/tools/page_cycler/acid3': None, | |
402 }, | 347 }, |
403 'mac': { | 348 'mac': { |
404 'src/chrome/tools/test/reference_build/chrome_mac': | 349 'src/chrome/tools/test/reference_build/chrome_mac': |
405 Var('chromium_git') + '/chromium/reference_builds/chrome_mac.git' + '@' + '
8dc181329e7c5255f83b4b85dc2f71498a237955', | 350 Var('chromium_git') + '/chromium/reference_builds/chrome_mac.git' + '@' + '
8dc181329e7c5255f83b4b85dc2f71498a237955', |
406 | 351 |
407 'src/third_party/google_toolbox_for_mac/src': | 352 'src/third_party/google_toolbox_for_mac/src': |
408 Var('chromium_git') + '/external/google-toolbox-for-mac.git' + '@' + Var('
google_toolbox_for_mac_revision'), | 353 Var('chromium_git') + '/external/google-toolbox-for-mac.git' + '@' + Var('
google_toolbox_for_mac_revision'), |
409 | 354 |
410 | 355 |
411 'src/third_party/pdfsqueeze': | 356 'src/third_party/pdfsqueeze': |
412 Var('chromium_git') + '/external/pdfsqueeze.git' + '@' + '5936b871e6a087b7
e50d4cbcb122378d8a07499f', | 357 Var('chromium_git') + '/external/pdfsqueeze.git' + '@' + '5936b871e6a087b7
e50d4cbcb122378d8a07499f', |
413 | 358 |
414 'src/third_party/lighttpd': | 359 'src/third_party/lighttpd': |
415 Var('chromium_git') + '/chromium/deps/lighttpd.git' + '@' + Var('lighttpd_r
evision'), | 360 Var('chromium_git') + '/chromium/deps/lighttpd.git' + '@' + Var('lighttpd_r
evision'), |
416 | 361 |
417 'src/third_party/swig/mac': | |
418 Var('chromium_git') + '/chromium/deps/swig/mac.git' + '@' + '1b182eef16df2b
506f1d710b34df65d55c1ac44e', | |
419 | |
420 # NSS, for SSLClientSocketNSS. | 362 # NSS, for SSLClientSocketNSS. |
421 'src/third_party/nss': | 363 'src/third_party/nss': |
422 Var('chromium_git') + '/chromium/deps/nss.git' + '@' + Var('nss_revision'), | 364 Var('chromium_git') + '/chromium/deps/nss.git' + '@' + Var('nss_revision'), |
423 | 365 |
424 'src/chrome/installer/mac/third_party/xz/xz': | 366 'src/chrome/installer/mac/third_party/xz/xz': |
425 Var('chromium_git') + '/chromium/deps/xz.git' + '@' + 'eecaf55632ca72e90eb2
641376bce7cdbc7284f7', | 367 Var('chromium_git') + '/chromium/deps/xz.git' + '@' + 'eecaf55632ca72e90eb2
641376bce7cdbc7284f7', |
426 }, | 368 }, |
427 'unix': { | 369 'unix': { |
428 # Linux, really. | 370 # Linux, really. |
429 'src/chrome/tools/test/reference_build/chrome_linux': | 371 'src/chrome/tools/test/reference_build/chrome_linux': |
430 Var('chromium_git') + '/chromium/reference_builds/chrome_linux64.git' + '@'
+ '033d053a528e820e1de3e2db766678d862a86b36', | 372 Var('chromium_git') + '/chromium/reference_builds/chrome_linux64.git' + '@'
+ '033d053a528e820e1de3e2db766678d862a86b36', |
431 | 373 |
432 'src/third_party/xdg-utils': | 374 'src/third_party/xdg-utils': |
433 Var('chromium_git') + '/chromium/deps/xdg-utils.git' + '@' + 'd80274d5869b1
7b8c9067a1022e4416ee7ed5e0d', | 375 Var('chromium_git') + '/chromium/deps/xdg-utils.git' + '@' + 'd80274d5869b1
7b8c9067a1022e4416ee7ed5e0d', |
434 | 376 |
435 'src/third_party/swig/linux': | |
436 Var('chromium_git') + '/chromium/deps/swig/linux.git' + '@' + '866b8e0e0e0c
fe99ebe608260030916ca0c3f92d', | |
437 | |
438 'src/third_party/lss': | 377 'src/third_party/lss': |
439 Var('chromium_git') + '/external/linux-syscall-support/lss.git' + '@' + Va
r('lss_revision'), | 378 Var('chromium_git') + '/external/linux-syscall-support/lss.git' + '@' + Va
r('lss_revision'), |
440 | 379 |
441 # For Linux and Chromium OS. | 380 # For Linux and Chromium OS. |
442 'src/third_party/cros_system_api': | 381 'src/third_party/cros_system_api': |
443 Var('chromium_git') + '/chromiumos/platform/system_api.git' + '@' + 'f0fc55
329fa536195861778a2ddc6115b4a977bc', | 382 Var('chromium_git') + '/chromiumos/platform/system_api.git' + '@' + '513f58
ccbcecfd4a3d21545f67136090838eaf52', |
444 | 383 |
445 # Note that this is different from Android's freetype repo. | 384 # Note that this is different from Android's freetype repo. |
446 'src/third_party/freetype2/src': | 385 'src/third_party/freetype2/src': |
447 Var('chromium_git') + '/chromium/src/third_party/freetype2.git' + '@' + 'd6
99c2994ecc178c4ed05ac2086061b2034c2178', | 386 Var('chromium_git') + '/chromium/src/third_party/freetype2.git' + '@' + '1d
d5f5f4a909866f15c92a45c9702bce290a0151', |
448 | 387 |
449 # Build tools for Chrome OS. | 388 # Build tools for Chrome OS. |
450 'src/third_party/chromite': | 389 'src/third_party/chromite': |
451 Var('chromium_git') + '/chromiumos/chromite.git' + '@' + '8e92d5c24da7967e2
7ab2498abc2d2f7ac6ec65a', | 390 Var('chromium_git') + '/chromiumos/chromite.git' + '@' + 'e19f83ba227bf1ec0
077f5d3a816a415f1dd88d0', |
452 | 391 |
453 # Dependency of chromite.git. | 392 # Dependency of chromite.git. |
454 'src/third_party/pyelftools': | 393 'src/third_party/pyelftools': |
455 Var('chromium_git') + '/chromiumos/third_party/pyelftools.git' + '@' + 'bdc
1d380acd88d4bfaf47265008091483b0d614e', | 394 Var('chromium_git') + '/chromiumos/third_party/pyelftools.git' + '@' + 'bdc
1d380acd88d4bfaf47265008091483b0d614e', |
456 | 395 |
457 'src/third_party/undoview': | |
458 Var('chromium_git') + '/chromium/deps/undoview.git' + '@' + '3ba503e248f3cd
bd81b78325a24ece0984637559', | |
459 | |
460 'src/third_party/liblouis/src': | 396 'src/third_party/liblouis/src': |
461 Var('chromium_git') + '/external/liblouis-github.git' + '@' + '5f9c03f2a347
8561deb6ae4798175094be8a26c2', | 397 Var('chromium_git') + '/external/liblouis-github.git' + '@' + '5f9c03f2a347
8561deb6ae4798175094be8a26c2', |
462 | 398 |
463 # Used for embedded builds. CrOS & Linux use the system version. | 399 # Used for embedded builds. CrOS & Linux use the system version. |
464 'src/third_party/fontconfig/src': | 400 'src/third_party/fontconfig/src': |
465 Var('chromium_git') + '/external/fontconfig.git' + '@' + 'f16c3118e25546c1b
749f9823c51827a60aeb5c1', | 401 Var('chromium_git') + '/external/fontconfig.git' + '@' + 'f16c3118e25546c1b
749f9823c51827a60aeb5c1', |
| 402 |
| 403 'src/third_party/stp/src': |
| 404 Var('chromium_git') + '/external/github.com/stp/stp.git' + '@' + 'fc94a5992
07752ab4d64048204f0c88494811b62', |
466 }, | 405 }, |
467 'android': { | 406 'android': { |
468 'src/third_party/android_protobuf/src': | 407 'src/third_party/android_protobuf/src': |
469 Var('chromium_git') + '/external/android_protobuf.git' + '@' + '94f522f907e
3f34f70d9e7816b947e62fddbb267', | 408 Var('chromium_git') + '/external/android_protobuf.git' + '@' + '999188d0dc7
2e97f7fe08bb756958a2cf090f4e7', |
470 | |
471 # Whenever you roll this please also change frameworks/webview in | |
472 # src/android_webview/buildbot/aosp_manifest.xml to point to the same revisi
on. | |
473 'src/third_party/android_webview_glue/src': | |
474 Var('chromium_git') + '/external/android_webview_glue.git' + '@' + 'a1b0248
c80f239e2f6476b9f395b27d0ba1eb3cd', | |
475 | 409 |
476 'src/third_party/android_tools': | 410 'src/third_party/android_tools': |
477 Var('chromium_git') + '/android_tools.git' + '@' + 'd2b86205ff973a3844020fe
acb35ca6b1d82efbe', | 411 Var('chromium_git') + '/android_tools.git' + '@' + '21f4bcbd6cd927e4b4227cf
de7d5f13486be1236', |
478 | 412 |
479 'src/third_party/apache-mime4j': | 413 'src/third_party/apache-mime4j': |
480 Var('chromium_git') + '/chromium/deps/apache-mime4j.git' + '@' + '28cb1108b
ff4b6cf0a2e86ff58b3d025934ebe3a', | 414 Var('chromium_git') + '/chromium/deps/apache-mime4j.git' + '@' + '28cb1108b
ff4b6cf0a2e86ff58b3d025934ebe3a', |
481 | 415 |
| 416 'src/third_party/appurify-python/src': |
| 417 Var('chromium_git') + '/external/github.com/appurify/appurify-python.git' +
'@' + 'ee7abd5c5ae3106f72b2a0b9d2cb55094688e867', |
| 418 |
| 419 'src/third_party/cardboard-java/src': |
| 420 Var('chromium_git') + '/external/github.com/googlesamples/cardboard-java.gi
t' + '@' + '08ad25a04f2801bd822c3f2cd28301b68d74aef6', |
| 421 |
| 422 'src/third_party/errorprone/lib': |
| 423 Var('chromium_git') + '/chromium/third_party/errorprone.git' + '@' + '6c66
e56c0f9d750aef83190466df834f9d6af8ab', |
| 424 |
482 'src/third_party/findbugs': | 425 'src/third_party/findbugs': |
483 Var('chromium_git') + '/chromium/deps/findbugs.git' + '@' + '7f69fa78a6db6d
c31866d09572a0e356e921bf12', | 426 Var('chromium_git') + '/chromium/deps/findbugs.git' + '@' + '7f69fa78a6db6d
c31866d09572a0e356e921bf12', |
484 | 427 |
485 'src/third_party/freetype': | 428 'src/third_party/freetype-android/src': |
486 Var('chromium_git') + '/chromium/src/third_party/freetype.git' + '@' + 'a2b
9955b49034a51dfbc8bf9f4e9d312149cecac', | 429 Var('chromium_git') + '/chromium/src/third_party/freetype2.git' + '@' + 'e1
86230678ee8e4ea4ac4797ece8125761e3225a', |
487 | 430 |
488 'src/third_party/elfutils/src': | 431 'src/third_party/elfutils/src': |
489 Var('chromium_git') + '/external/elfutils.git' + '@' + '249673729a7e5dbd5de
4f3760bdcaa3d23d154d7', | 432 Var('chromium_git') + '/external/elfutils.git' + '@' + '249673729a7e5dbd5de
4f3760bdcaa3d23d154d7', |
490 | 433 |
491 'src/third_party/httpcomponents-client': | 434 'src/third_party/httpcomponents-client': |
492 Var('chromium_git') + '/chromium/deps/httpcomponents-client.git' + '@' + '2
85c4dafc5de0e853fa845dce5773e223219601c', | 435 Var('chromium_git') + '/chromium/deps/httpcomponents-client.git' + '@' + '2
85c4dafc5de0e853fa845dce5773e223219601c', |
493 | 436 |
494 'src/third_party/httpcomponents-core': | 437 'src/third_party/httpcomponents-core': |
495 Var('chromium_git') + '/chromium/deps/httpcomponents-core.git' + '@' + '9f7
180a96f8fa5cab23f793c14b413356d419e62', | 438 Var('chromium_git') + '/chromium/deps/httpcomponents-core.git' + '@' + '9f7
180a96f8fa5cab23f793c14b413356d419e62', |
496 | 439 |
497 'src/third_party/jarjar': | 440 'src/third_party/jarjar': |
498 Var('chromium_git') + '/chromium/deps/jarjar.git' + '@' + '2e1ead4c68c450e0
b77fe49e3f9137842b8b6920', | 441 Var('chromium_git') + '/chromium/deps/jarjar.git' + '@' + '2e1ead4c68c450e0
b77fe49e3f9137842b8b6920', |
499 | 442 |
500 'src/third_party/jsr-305/src': | 443 'src/third_party/jsr-305/src': |
501 Var('chromium_git') + '/external/jsr-305.git' + '@' + '642c508235471f7220a
f6d5df2d3210e3bfc0919', | 444 Var('chromium_git') + '/external/jsr-305.git' + '@' + '642c508235471f7220a
f6d5df2d3210e3bfc0919', |
502 | 445 |
503 'src/third_party/junit/src': | 446 'src/third_party/junit/src': |
504 Var('chromium_git') + '/external/junit.git' + '@' + 'c62e2df8dbecccb1b434d
4ba8843b59e90b03266', | 447 Var('chromium_git') + '/external/junit.git' + '@' + '45a44647e7306262162e1
346b750c3209019f2e1', |
| 448 |
| 449 'src/third_party/mockito/src': |
| 450 Var('chromium_git') + '/external/mockito/mockito.git' + '@' + 'ed99a52e94a
84bd7c467f2443b475a22fcc6ba8e', |
| 451 |
| 452 'src/third_party/robolectric/lib': |
| 453 Var('chromium_git') + '/chromium/third_party/robolectric.git' + '@' + '6b6
3c99a8b6967acdb42cbed0adb067c80efc810', |
| 454 |
| 455 'src/third_party/ub-uiautomator/lib': |
| 456 Var('chromium_git') + '/chromium/third_party/ub-uiautomator.git' + '@' + '
e6f02481bada8bdbdfdd7987dd6e648c44a3adcb', |
505 | 457 |
506 'src/third_party/lss': | 458 'src/third_party/lss': |
507 Var('chromium_git') + '/external/linux-syscall-support/lss.git' + '@' + Va
r('lss_revision'), | 459 Var('chromium_git') + '/external/linux-syscall-support/lss.git' + '@' + Va
r('lss_revision'), |
508 | 460 |
509 'src/third_party/eyesfree/src/android/java/src/com/googlecode/eyesfree/brail
le': | 461 'src/third_party/requests/src': |
510 Var('chromium_git') + '/external/eyes-free/braille/client/src/com/googleco
de/eyesfree/braille.git' + '@' + '77bf6edb0138e3a38a2772248696f130dab45e34', | 462 Var('chromium_git') + '/external/github.com/kennethreitz/requests.git' + '
@' + 'f172b30356d821d180fa4ecfa3e71c7274a32de4', |
| 463 |
| 464 'src/third_party/custom_tabs_client/src': |
| 465 Var('chromium_git') + '/external/github.com/GoogleChrome/custom-tabs-clien
t.git' + '@' + 'ef3ea193af9f4e45dd5094e8b6a952fb213bf11e', |
511 }, | 466 }, |
512 } | 467 } |
513 | 468 |
514 | 469 |
515 include_rules = [ | 470 include_rules = [ |
516 # Everybody can use some things. | 471 # Everybody can use some things. |
| 472 # NOTE: THIS HAS TO STAY IN SYNC WITH third_party/DEPS which disallows these. |
517 '+base', | 473 '+base', |
518 '+build', | 474 '+build', |
519 '+ipc', | 475 '+ipc', |
520 | 476 |
521 # Everybody can use headers generated by tools/generate_library_loader. | 477 # Everybody can use headers generated by tools/generate_library_loader. |
522 '+library_loaders', | 478 '+library_loaders', |
523 | 479 |
524 '+testing', | 480 '+testing', |
525 '+third_party/icu/source/common/unicode', | 481 '+third_party/icu/source/common/unicode', |
526 '+third_party/icu/source/i18n/unicode', | 482 '+third_party/icu/source/i18n/unicode', |
527 '+url', | 483 '+url', |
528 ] | 484 ] |
529 | 485 |
530 | 486 |
531 # checkdeps.py shouldn't check include paths for files in these dirs: | 487 # checkdeps.py shouldn't check include paths for files in these dirs: |
532 skip_child_includes = [ | 488 skip_child_includes = [ |
533 'breakpad', | 489 'breakpad', |
534 'delegate_execute', | |
535 'metro_driver', | |
536 'native_client_sdk', | 490 'native_client_sdk', |
537 'o3d', | 491 'out', |
538 'sdch', | 492 'sdch', |
539 'skia', | 493 'skia', |
540 'testing', | 494 'testing', |
541 'third_party', | |
542 'v8', | 495 'v8', |
543 'win8', | 496 'win8', |
544 ] | 497 ] |
545 | 498 |
546 | 499 |
547 hooks = [ | 500 hooks = [ |
548 { | 501 { |
549 # This clobbers when necessary (based on get_landmines.py). It must be the | 502 # This clobbers when necessary (based on get_landmines.py). It must be the |
550 # first hook so that other things that get/generate into the output | 503 # first hook so that other things that get/generate into the output |
551 # directory will not subsequently be clobbered. | 504 # directory will not subsequently be clobbered. |
552 'name': 'landmines', | 505 'name': 'landmines', |
553 'pattern': '.', | 506 'pattern': '.', |
554 'action': [ | 507 'action': [ |
555 'python', | 508 'python', |
556 'src/build/landmines.py', | 509 'src/build/landmines.py', |
557 ], | 510 ], |
558 }, | 511 }, |
559 { | 512 { |
560 # This downloads binaries for Native Client's newlib toolchain. | 513 # This downloads binaries for Native Client's newlib toolchain. |
561 # Done in lieu of building the toolchain from scratch as it can take | 514 # Done in lieu of building the toolchain from scratch as it can take |
562 # anywhere from 30 minutes to 4 hours depending on platform to build. | 515 # anywhere from 30 minutes to 4 hours depending on platform to build. |
563 'name': 'nacltools', | 516 'name': 'nacltools', |
564 'pattern': '.', | 517 'pattern': '.', |
565 'action': [ | 518 'action': [ |
566 'python', 'src/build/download_nacl_toolchains.py', | 519 'python', |
567 '--exclude', 'arm_trusted', | 520 'src/build/download_nacl_toolchains.py', |
| 521 '--mode', 'nacl_core_sdk', |
| 522 'sync', '--extract', |
568 ], | 523 ], |
569 }, | 524 }, |
570 { | 525 { |
571 # Downloads an ARM sysroot image to src/arm-sysroot. This image updates | 526 # This downloads SDK extras and puts them in the |
572 # at about the same rate that the chrome build deps change. | 527 # third_party/android_tools/sdk/extras directory on the bots. Developers |
573 # This script is a no-op except for linux users who have | 528 # need to manually install these packages and accept the ToS. |
574 # target_arch=arm in their GYP_DEFINES. | 529 'name': 'sdkextras', |
| 530 'pattern': '.', |
| 531 # When adding a new sdk extras package to download, add the package |
| 532 # directory and zip file to .gitignore in third_party/android_tools. |
| 533 'action': ['python', 'src/build/download_sdk_extras.py'], |
| 534 }, |
| 535 { |
| 536 # Downloads the current stable linux sysroot to build/linux/ if needed. |
| 537 # This sysroot updates at about the same rate that the chrome build deps |
| 538 # change. This script is a no-op except for linux users who are doing |
| 539 # official chrome builds or cross compiling. |
575 'name': 'sysroot', | 540 'name': 'sysroot', |
576 'pattern': '.', | 541 'pattern': '.', |
577 'action': ['python', 'src/build/linux/install-arm-sysroot.py', | 542 'action': ['python', 'src/build/linux/sysroot_scripts/install-sysroot.py', |
578 '--linux-only'], | 543 '--running-as-hook'], |
579 }, | |
580 { | |
581 # Downloads the Debian Wheezy sysroot to chrome/installer/linux if needed. | |
582 # This sysroot updates at about the same rate that the chrome build deps | |
583 # change. This script is a no-op except for linux users who are doing | |
584 # official chrome builds. | |
585 'name': 'sysroot', | |
586 'pattern': '.', | |
587 'action': [ | |
588 'python', | |
589 'src/chrome/installer/linux/sysroot_scripts/install-debian.wheezy.sysroo
t.py', | |
590 '--linux-only', | |
591 '--arch=amd64'], | |
592 }, | |
593 { | |
594 # Same as above, but for 32-bit Linux. | |
595 'name': 'sysroot', | |
596 'pattern': '.', | |
597 'action': [ | |
598 'python', | |
599 'src/chrome/installer/linux/sysroot_scripts/install-debian.wheezy.sysroo
t.py', | |
600 '--linux-only', | |
601 '--arch=i386'], | |
602 }, | 544 }, |
603 { | 545 { |
604 # Update the Windows toolchain if necessary. | 546 # Update the Windows toolchain if necessary. |
605 'name': 'win_toolchain', | 547 'name': 'win_toolchain', |
606 'pattern': '.', | 548 'pattern': '.', |
607 'action': ['python', 'src/build/vs_toolchain.py', 'update'], | 549 'action': ['python', 'src/build/vs_toolchain.py', 'update'], |
608 }, | 550 }, |
| 551 # Pull binutils for linux, enabled debug fission for faster linking / |
| 552 # debugging when used with clang on Ubuntu Precise. |
| 553 # https://code.google.com/p/chromium/issues/detail?id=352046 |
| 554 { |
| 555 'name': 'binutils', |
| 556 'pattern': 'src/third_party/binutils', |
| 557 'action': [ |
| 558 'python', |
| 559 'src/third_party/binutils/download.py', |
| 560 ], |
| 561 }, |
609 { | 562 { |
610 # Pull clang if needed or requested via GYP_DEFINES. | 563 # Pull clang if needed or requested via GYP_DEFINES. |
611 # Note: On Win, this should run after win_toolchain, as it may use it. | 564 # Note: On Win, this should run after win_toolchain, as it may use it. |
612 'name': 'clang', | 565 'name': 'clang', |
613 'pattern': '.', | 566 'pattern': '.', |
614 'action': ['python', 'src/tools/clang/scripts/update.py', '--if-needed'], | 567 'action': ['python', 'src/tools/clang/scripts/update.py', '--if-needed'], |
615 }, | 568 }, |
616 { | 569 { |
617 # Update LASTCHANGE. This is also run by export_tarball.py in | 570 # Update LASTCHANGE. |
618 # src/tools/export_tarball - please keep them in sync. | |
619 'name': 'lastchange', | 571 'name': 'lastchange', |
620 'pattern': '.', | 572 'pattern': '.', |
621 'action': ['python', 'src/build/util/lastchange.py', | 573 'action': ['python', 'src/build/util/lastchange.py', |
622 '-o', 'src/build/util/LASTCHANGE'], | 574 '-o', 'src/build/util/LASTCHANGE'], |
623 }, | 575 }, |
624 { | 576 { |
625 # Update LASTCHANGE.blink. This is also run by export_tarball.py in | 577 # Update LASTCHANGE.blink. |
626 # src/tools/export_tarball - please keep them in sync. | |
627 'name': 'lastchange', | 578 'name': 'lastchange', |
628 'pattern': '.', | 579 'pattern': '.', |
629 'action': ['python', 'src/build/util/lastchange.py', | 580 'action': ['python', 'src/build/util/lastchange.py', |
630 '-s', 'src/third_party/WebKit', | 581 '-s', 'src/third_party/WebKit', |
631 '-o', 'src/build/util/LASTCHANGE.blink'], | 582 '-o', 'src/build/util/LASTCHANGE.blink'], |
632 }, | 583 }, |
633 # Pull GN binaries. This needs to be before running GYP below. | 584 # Pull GN binaries. This needs to be before running GYP below. |
634 { | 585 { |
635 'name': 'gn_win', | 586 'name': 'gn_win', |
636 'pattern': '.', | 587 'pattern': '.', |
(...skipping 10 matching lines...) Expand all Loading... |
647 'pattern': '.', | 598 'pattern': '.', |
648 'action': [ 'download_from_google_storage', | 599 'action': [ 'download_from_google_storage', |
649 '--no_resume', | 600 '--no_resume', |
650 '--platform=darwin', | 601 '--platform=darwin', |
651 '--no_auth', | 602 '--no_auth', |
652 '--bucket', 'chromium-gn', | 603 '--bucket', 'chromium-gn', |
653 '-s', 'src/buildtools/mac/gn.sha1', | 604 '-s', 'src/buildtools/mac/gn.sha1', |
654 ], | 605 ], |
655 }, | 606 }, |
656 { | 607 { |
657 'name': 'gn_linux32', | |
658 'pattern': '.', | |
659 'action': [ 'download_from_google_storage', | |
660 '--no_resume', | |
661 '--platform=linux*', | |
662 '--no_auth', | |
663 '--bucket', 'chromium-gn', | |
664 '-s', 'src/buildtools/linux32/gn.sha1', | |
665 ], | |
666 }, | |
667 { | |
668 'name': 'gn_linux64', | 608 'name': 'gn_linux64', |
669 'pattern': '.', | 609 'pattern': '.', |
670 'action': [ 'download_from_google_storage', | 610 'action': [ 'download_from_google_storage', |
671 '--no_resume', | 611 '--no_resume', |
672 '--platform=linux*', | 612 '--platform=linux*', |
673 '--no_auth', | 613 '--no_auth', |
674 '--bucket', 'chromium-gn', | 614 '--bucket', 'chromium-gn', |
675 '-s', 'src/buildtools/linux64/gn.sha1', | 615 '-s', 'src/buildtools/linux64/gn.sha1', |
676 ], | 616 ], |
677 }, | 617 }, |
(...skipping 24 matching lines...) Expand all Loading... |
702 'name': 'clang_format_linux', | 642 'name': 'clang_format_linux', |
703 'pattern': '.', | 643 'pattern': '.', |
704 'action': [ 'download_from_google_storage', | 644 'action': [ 'download_from_google_storage', |
705 '--no_resume', | 645 '--no_resume', |
706 '--platform=linux*', | 646 '--platform=linux*', |
707 '--no_auth', | 647 '--no_auth', |
708 '--bucket', 'chromium-clang-format', | 648 '--bucket', 'chromium-clang-format', |
709 '-s', 'src/buildtools/linux64/clang-format.sha1', | 649 '-s', 'src/buildtools/linux64/clang-format.sha1', |
710 ], | 650 ], |
711 }, | 651 }, |
712 # Pull binutils for linux, enabled debug fission for faster linking / | 652 # Pull luci-go binaries (isolate, swarming) using checked-in hashes. |
713 # debugging when used with clang on Ubuntu Precise. | |
714 # https://code.google.com/p/chromium/issues/detail?id=352046 | |
715 { | 653 { |
716 'name': 'binutils', | 654 'name': 'luci-go_win', |
717 'pattern': 'src/third_party/binutils', | 655 'pattern': '.', |
718 'action': [ | 656 'action': [ 'download_from_google_storage', |
719 'python', | 657 '--no_resume', |
720 'src/third_party/binutils/download.py', | 658 '--platform=win32', |
| 659 '--no_auth', |
| 660 '--bucket', 'chromium-luci', |
| 661 '-d', 'src/tools/luci-go/win64', |
| 662 ], |
| 663 }, |
| 664 { |
| 665 'name': 'luci-go_mac', |
| 666 'pattern': '.', |
| 667 'action': [ 'download_from_google_storage', |
| 668 '--no_resume', |
| 669 '--platform=darwin', |
| 670 '--no_auth', |
| 671 '--bucket', 'chromium-luci', |
| 672 '-d', 'src/tools/luci-go/mac64', |
| 673 ], |
| 674 }, |
| 675 { |
| 676 'name': 'luci-go_linux', |
| 677 'pattern': '.', |
| 678 'action': [ 'download_from_google_storage', |
| 679 '--no_resume', |
| 680 '--platform=linux*', |
| 681 '--no_auth', |
| 682 '--bucket', 'chromium-luci', |
| 683 '-d', 'src/tools/luci-go/linux64', |
721 ], | 684 ], |
722 }, | 685 }, |
723 # Pull eu-strip binaries using checked-in hashes. | 686 # Pull eu-strip binaries using checked-in hashes. |
724 { | 687 { |
725 'name': 'eu-strip', | 688 'name': 'eu-strip', |
726 'pattern': '.', | 689 'pattern': '.', |
727 'action': [ 'download_from_google_storage', | 690 'action': [ 'download_from_google_storage', |
728 '--no_resume', | 691 '--no_resume', |
729 '--platform=linux*', | 692 '--platform=linux*', |
730 '--no_auth', | 693 '--no_auth', |
(...skipping 12 matching lines...) Expand all Loading... |
743 '-s', 'src/third_party/drmemory/drmemory-windows-sfx.exe.sha1', | 706 '-s', 'src/third_party/drmemory/drmemory-windows-sfx.exe.sha1', |
744 ], | 707 ], |
745 }, | 708 }, |
746 # Pull the Syzygy binaries, used for optimization and instrumentation. | 709 # Pull the Syzygy binaries, used for optimization and instrumentation. |
747 { | 710 { |
748 'name': 'syzygy-binaries', | 711 'name': 'syzygy-binaries', |
749 'pattern': '.', | 712 'pattern': '.', |
750 'action': ['python', | 713 'action': ['python', |
751 'src/build/get_syzygy_binaries.py', | 714 'src/build/get_syzygy_binaries.py', |
752 '--output-dir=src/third_party/syzygy/binaries', | 715 '--output-dir=src/third_party/syzygy/binaries', |
753 '--revision=363bc02a09c380b6f5f397606cc0744d85d54a51', | 716 '--revision=e50a9822fc8aeb5e7902da5e2940ea135d732e57', |
754 '--overwrite', | 717 '--overwrite', |
755 ], | 718 ], |
756 }, | 719 }, |
| 720 { |
| 721 'name': 'kasko', |
| 722 'pattern': '.', |
| 723 'action': ['python', |
| 724 'src/build/get_syzygy_binaries.py', |
| 725 '--output-dir=src/third_party/kasko', |
| 726 '--revision=283aeaceeb22e2ba40a1753e3cb32454b59cc017', |
| 727 '--resource=kasko.zip', |
| 728 '--resource=kasko_symbols.zip', |
| 729 '--overwrite', |
| 730 ], |
| 731 }, |
757 { | 732 { |
758 'name': 'apache_win32', | 733 'name': 'apache_win32', |
759 'pattern': '\\.sha1', | 734 'pattern': '\\.sha1', |
760 'action': [ 'download_from_google_storage', | 735 'action': [ 'download_from_google_storage', |
761 '--no_resume', | 736 '--no_resume', |
762 '--platform=win32', | 737 '--platform=win32', |
763 '--directory', | 738 '--directory', |
764 '--recursive', | 739 '--recursive', |
765 '--no_auth', | 740 '--no_auth', |
766 '--num_threads=16', | 741 '--num_threads=16', |
767 '--bucket', 'chromium-apache-win32', | 742 '--bucket', 'chromium-apache-win32', |
768 'src/third_party/apache-win32', | 743 'src/third_party/apache-win32', |
769 ], | 744 ], |
770 }, | 745 }, |
| 746 # Pull the mojo_shell binary, used for mojo development |
| 747 { |
| 748 'name': 'download_mojo_shell', |
| 749 'pattern': '', |
| 750 'action': [ 'python', |
| 751 'src/third_party/mojo/src/mojo/public/tools/download_shell_binar
y.py', |
| 752 '--tools-directory=../../../../../../tools', |
| 753 ], |
| 754 }, |
| 755 { |
| 756 # Pull sanitizer-instrumented third-party libraries if requested via |
| 757 # GYP_DEFINES. |
| 758 'name': 'instrumented_libraries', |
| 759 'pattern': '\\.sha1', |
| 760 'action': ['python', 'src/third_party/instrumented_libraries/scripts/downloa
d_binaries.py'], |
| 761 }, |
| 762 { |
| 763 # Ensure that while generating dependencies lists in .gyp files we don't |
| 764 # accidentally reference any .pyc files whose corresponding .py files have |
| 765 # already been deleted. |
| 766 # We should actually try to avoid generating .pyc files, crbug.com/500078. |
| 767 'name': 'remove_stale_pyc_files', |
| 768 'pattern': '.', |
| 769 'action': [ |
| 770 'python', |
| 771 'src/tools/remove_stale_pyc_files.py', |
| 772 'src/android_webview/tools', |
| 773 'src/gpu/gles2_conform_support', |
| 774 'src/ppapi', |
| 775 'src/printing', |
| 776 'src/third_party/closure_compiler/build', |
| 777 'src/tools', |
| 778 ], |
| 779 }, |
771 { | 780 { |
772 # A change to a .gyp, .gypi, or to GYP itself should run the generator. | 781 # A change to a .gyp, .gypi, or to GYP itself should run the generator. |
773 'name': 'gyp', | 782 'name': 'gyp', |
774 'pattern': '.', | 783 'pattern': '.', |
775 'action': ['python', 'src/build/gyp_chromium'], | 784 'action': ['python', 'src/build/gyp_chromium'], |
776 }, | 785 }, |
777 { | 786 { |
778 # Verify committers' ~/.netc, gclient and git are properly configured for | 787 # Verify committers' ~/.netc, gclient and git are properly configured for |
779 # write access to the git repo. To be removed sometime after Chrome to git | 788 # write access to the git repo. To be removed sometime after Chrome to git |
780 # migration completes (let's say Sep 1 2014). | 789 # migration completes (let's say Sep 1 2014). |
781 'name': 'check_git_config', | 790 'name': 'check_git_config', |
782 'pattern': '.', | 791 'pattern': '.', |
783 'action': [ | 792 'action': [ |
784 'python', | 793 'python', |
785 'src/tools/check_git_config.py', | 794 'src/tools/check_git_config.py', |
786 '--running-as-hook', | 795 '--running-as-hook', |
787 ], | 796 ], |
788 }, | 797 }, |
789 { | |
790 # Ensure that we don't accidentally reference any .pyc files whose | |
791 # corresponding .py files have already been deleted. | |
792 'name': 'remove_stale_pyc_files', | |
793 'pattern': 'src/tools/.*\\.py', | |
794 'action': [ | |
795 'python', | |
796 'src/tools/remove_stale_pyc_files.py', | |
797 'src/tools', | |
798 ], | |
799 }, | |
800 ] | 798 ] |
OLD | NEW |