OLD | NEW |
1 vars = { | 1 vars = { |
2 # Use this googlecode_url variable only if there is an internal mirror for it. | 2 # Use this googlecode_url variable only if there is an internal mirror for it. |
3 # If you do not know, use the full path while defining your new deps entry. | 3 # If you do not know, use the full path while defining your new deps entry. |
4 "googlecode_url": "http://%s.googlecode.com/svn", | 4 "googlecode_url": "http://%s.googlecode.com/svn", |
5 "sourceforge_url": "http://%(repo)s.svn.sourceforge.net/svnroot/%(repo)s", | 5 "sourceforge_url": "http://%(repo)s.svn.sourceforge.net/svnroot/%(repo)s", |
6 "webkit_trunk": "http://svn.webkit.org/repository/webkit/trunk", | 6 "webkit_trunk": "http://svn.webkit.org/repository/webkit/trunk", |
7 "nacl_trunk": "http://src.chromium.org/native_client/trunk", | 7 "nacl_trunk": "http://src.chromium.org/native_client/trunk", |
8 "webkit_revision": "111385", | 8 "webkit_revision": "111385", |
9 "chromium_git": "http://git.chromium.org/git", | 9 "chromium_git": "http://git.chromium.org/git", |
10 "swig_revision": "69281", | 10 "swig_revision": "69281", |
(...skipping 177 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
188 "src/third_party/webgl_conformance": | 188 "src/third_party/webgl_conformance": |
189 "/trunk/deps/third_party/webgl/sdk/tests@121363", | 189 "/trunk/deps/third_party/webgl/sdk/tests@121363", |
190 | 190 |
191 # We should use the same software_rendering_list.json for all branches. | 191 # We should use the same software_rendering_list.json for all branches. |
192 "src/chrome/browser/resources/software_rendering_list": | 192 "src/chrome/browser/resources/software_rendering_list": |
193 "/trunk/deps/gpu/software_rendering_list@125644", | 193 "/trunk/deps/gpu/software_rendering_list@125644", |
194 | 194 |
195 # We run these layout tests as UI tests. Since many of the buildbots that | 195 # We run these layout tests as UI tests. Since many of the buildbots that |
196 # run layout tests do NOT have access to the LayoutTest directory, we need | 196 # run layout tests do NOT have access to the LayoutTest directory, we need |
197 # to map them here. In practice, these do not take up much space. | 197 # to map them here. In practice, these do not take up much space. |
198 "src/chrome/test/data/layout_tests/LayoutTests/fast/events": | 198 "src/content/test/data/layout_tests/LayoutTests/fast/events": |
199 Var("webkit_trunk") + "/LayoutTests/fast/events@" + | 199 Var("webkit_trunk") + "/LayoutTests/fast/events@" + |
200 Var("webkit_revision"), | 200 Var("webkit_revision"), |
201 "src/chrome/test/data/layout_tests/LayoutTests/fast/js/resources": | 201 "src/content/test/data/layout_tests/LayoutTests/fast/js/resources": |
202 Var("webkit_trunk") + "/LayoutTests/fast/js/resources@" + | 202 Var("webkit_trunk") + "/LayoutTests/fast/js/resources@" + |
203 Var("webkit_revision"), | 203 Var("webkit_revision"), |
204 "src/chrome/test/data/layout_tests/LayoutTests/fast/workers": | 204 "src/content/test/data/layout_tests/LayoutTests/fast/workers": |
205 Var("webkit_trunk") + "/LayoutTests/fast/workers@" + | 205 Var("webkit_trunk") + "/LayoutTests/fast/workers@" + |
206 Var("webkit_revision"), | 206 Var("webkit_revision"), |
207 "src/chrome/test/data/layout_tests/LayoutTests/http/tests/resources": | 207 "src/content/test/data/layout_tests/LayoutTests/http/tests/resources": |
208 Var("webkit_trunk") + "/LayoutTests/http/tests/resources@" + | 208 Var("webkit_trunk") + "/LayoutTests/http/tests/resources@" + |
209 Var("webkit_revision"), | 209 Var("webkit_revision"), |
210 "src/chrome/test/data/layout_tests/LayoutTests/http/tests/workers": | 210 "src/content/test/data/layout_tests/LayoutTests/http/tests/workers": |
211 Var("webkit_trunk") + "/LayoutTests/http/tests/workers@" + | 211 Var("webkit_trunk") + "/LayoutTests/http/tests/workers@" + |
212 Var("webkit_revision"), | 212 Var("webkit_revision"), |
213 "src/chrome/test/data/layout_tests/LayoutTests/http/tests/xmlhttprequest": | 213 "src/content/test/data/layout_tests/LayoutTests/http/tests/xmlhttprequest": |
214 Var("webkit_trunk") + "/LayoutTests/http/tests/xmlhttprequest@" + | 214 Var("webkit_trunk") + "/LayoutTests/http/tests/xmlhttprequest@" + |
215 Var("webkit_revision"), | 215 Var("webkit_revision"), |
216 "src/chrome/test/data/layout_tests/LayoutTests/http/tests/websocket/tests": | 216 "src/content/test/data/layout_tests/LayoutTests/http/tests/websocket/tests": |
217 Var("webkit_trunk") + "/LayoutTests/http/tests/websocket/tests@" + | 217 Var("webkit_trunk") + "/LayoutTests/http/tests/websocket/tests@" + |
218 Var("webkit_revision"), | 218 Var("webkit_revision"), |
219 "src/chrome/test/data/layout_tests/LayoutTests/platform/chromium/fast/workers"
: | 219 "src/content/test/data/layout_tests/LayoutTests/platform/chromium/fast/workers
": |
220 Var("webkit_trunk") + "/LayoutTests/platform/chromium/fast/workers@" + | 220 Var("webkit_trunk") + "/LayoutTests/platform/chromium/fast/workers@" + |
221 Var("webkit_revision"), | 221 Var("webkit_revision"), |
222 "src/chrome/test/data/layout_tests/LayoutTests/platform/chromium-win/fast/even
ts": | 222 "src/content/test/data/layout_tests/LayoutTests/platform/chromium-win/fast/eve
nts": |
223 Var("webkit_trunk") + "/LayoutTests/platform/chromium-win/fast/events@" + | 223 Var("webkit_trunk") + "/LayoutTests/platform/chromium-win/fast/events@" + |
224 Var("webkit_revision"), | 224 Var("webkit_revision"), |
225 "src/chrome/test/data/layout_tests/LayoutTests/platform/chromium-win/fast/work
ers": | 225 "src/content/test/data/layout_tests/LayoutTests/platform/chromium-win/fast/wor
kers": |
226 Var("webkit_trunk") + "/LayoutTests/platform/chromium-win/fast/workers@" + | 226 Var("webkit_trunk") + "/LayoutTests/platform/chromium-win/fast/workers@" + |
227 Var("webkit_revision"), | 227 Var("webkit_revision"), |
228 "src/chrome/test/data/layout_tests/LayoutTests/http/tests/appcache": | 228 "src/content/test/data/layout_tests/LayoutTests/http/tests/appcache": |
229 Var("webkit_trunk") + "/LayoutTests/http/tests/appcache@" + | 229 Var("webkit_trunk") + "/LayoutTests/http/tests/appcache@" + |
230 Var("webkit_revision"), | 230 Var("webkit_revision"), |
231 "src/chrome/test/data/layout_tests/LayoutTests/platform/chromium-win/http/test
s/workers": | 231 "src/content/test/data/layout_tests/LayoutTests/platform/chromium-win/http/tes
ts/workers": |
232 Var("webkit_trunk") + "/LayoutTests/platform/chromium-win/http/tests/workers
@" + | 232 Var("webkit_trunk") + "/LayoutTests/platform/chromium-win/http/tests/workers
@" + |
233 Var("webkit_revision"), | 233 Var("webkit_revision"), |
234 "src/chrome/test/data/layout_tests/LayoutTests/platform/chromium-win/storage/d
omstorage": | 234 "src/content/test/data/layout_tests/LayoutTests/platform/chromium-win/storage/
domstorage": |
235 Var("webkit_trunk") + "/LayoutTests/platform/chromium-win/storage/domstorage
@" + | 235 Var("webkit_trunk") + "/LayoutTests/platform/chromium-win/storage/domstorage
@" + |
236 Var("webkit_revision"), | 236 Var("webkit_revision"), |
237 "src/chrome/test/data/layout_tests/LayoutTests/storage/domstorage": | 237 "src/content/test/data/layout_tests/LayoutTests/storage/domstorage": |
238 Var("webkit_trunk") + "/LayoutTests/storage/domstorage@" + | 238 Var("webkit_trunk") + "/LayoutTests/storage/domstorage@" + |
239 Var("webkit_revision"), | 239 Var("webkit_revision"), |
240 "src/chrome/test/data/layout_tests/LayoutTests/storage/indexeddb": | 240 "src/content/test/data/layout_tests/LayoutTests/storage/indexeddb": |
241 Var("webkit_trunk") + "/LayoutTests/storage/indexeddb@" + | 241 Var("webkit_trunk") + "/LayoutTests/storage/indexeddb@" + |
242 Var("webkit_revision"), | 242 Var("webkit_revision"), |
243 "src/chrome/test/data/layout_tests/LayoutTests/fast/filesystem/resources": | 243 "src/content/test/data/layout_tests/LayoutTests/fast/filesystem/resources": |
244 Var("webkit_trunk") + "/LayoutTests/fast/filesystem/resources@" + | 244 Var("webkit_trunk") + "/LayoutTests/fast/filesystem/resources@" + |
245 Var("webkit_revision"), | 245 Var("webkit_revision"), |
246 "src/chrome/test/data/layout_tests/LayoutTests/media": | 246 "src/content/test/data/layout_tests/LayoutTests/media": |
247 Var("webkit_trunk") + "/LayoutTests/media@" + | 247 Var("webkit_trunk") + "/LayoutTests/media@" + |
248 Var("webkit_revision"), | 248 Var("webkit_revision"), |
249 | 249 |
250 "src/third_party/swig/Lib": | 250 "src/third_party/swig/Lib": |
251 "/trunk/deps/third_party/swig/Lib@" + Var("swig_revision"), | 251 "/trunk/deps/third_party/swig/Lib@" + Var("swig_revision"), |
252 | 252 |
253 # Make sure you update the two functional.DEPS and webdriver.DEPS too. | 253 # Make sure you update the two functional.DEPS and webdriver.DEPS too. |
254 "src/third_party/webdriver/pylib": | 254 "src/third_party/webdriver/pylib": |
255 "http://selenium.googlecode.com/svn/trunk/py@13487", | 255 "http://selenium.googlecode.com/svn/trunk/py@13487", |
256 | 256 |
(...skipping 263 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
520 "pattern": ".", | 520 "pattern": ".", |
521 "action": ["python", "src/build/util/lastchange.py", | 521 "action": ["python", "src/build/util/lastchange.py", |
522 "-o", "src/build/util/LASTCHANGE"], | 522 "-o", "src/build/util/LASTCHANGE"], |
523 }, | 523 }, |
524 { | 524 { |
525 # A change to a .gyp, .gypi, or to GYP itself should run the generator. | 525 # A change to a .gyp, .gypi, or to GYP itself should run the generator. |
526 "pattern": ".", | 526 "pattern": ".", |
527 "action": ["python", "src/build/gyp_chromium"], | 527 "action": ["python", "src/build/gyp_chromium"], |
528 }, | 528 }, |
529 ] | 529 ] |
OLD | NEW |