| OLD | NEW |
| 1 # When adding a new dependency, please update the top-level .gitignore file | 1 # When adding a new dependency, please update the top-level .gitignore file |
| 2 # to list the dependency's destination directory. | 2 # to list the dependency's destination directory. |
| 3 | 3 |
| 4 vars = { | 4 vars = { |
| 5 # Use this googlecode_url variable only if there is an internal mirror for it. | 5 # Use this googlecode_url variable only if there is an internal mirror for it. |
| 6 # If you do not know, use the full path while defining your new deps entry. | 6 # If you do not know, use the full path while defining your new deps entry. |
| 7 "googlecode_url": "http://%s.googlecode.com/svn", | 7 "googlecode_url": "http://%s.googlecode.com/svn", |
| 8 "sourceforge_url": "http://svn.code.sf.net/p/%(repo)s/code", | 8 "sourceforge_url": "http://svn.code.sf.net/p/%(repo)s/code", |
| 9 "webkit_trunk": "http://src.chromium.org/blink/trunk", | 9 "webkit_trunk": "http://src.chromium.org/blink/trunk", |
| 10 "nacl_trunk": "http://src.chromium.org/native_client/trunk", | 10 "nacl_trunk": "http://src.chromium.org/native_client/trunk", |
| (...skipping 240 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 251 "/trunk/deps/third_party/mesa@210110", | 251 "/trunk/deps/third_party/mesa@210110", |
| 252 | 252 |
| 253 "src/third_party/cld_2/src": | 253 "src/third_party/cld_2/src": |
| 254 (Var("googlecode_url") % "cld2") + "/trunk@75", | 254 (Var("googlecode_url") % "cld2") + "/trunk@75", |
| 255 } | 255 } |
| 256 | 256 |
| 257 | 257 |
| 258 deps_os = { | 258 deps_os = { |
| 259 "win": { | 259 "win": { |
| 260 "src/chrome/tools/test/reference_build/chrome_win": | 260 "src/chrome/tools/test/reference_build/chrome_win": |
| 261 "/trunk/deps/reference_builds/chrome_win@197743", | 261 "/trunk/deps/reference_builds/chrome_win@221746", |
| 262 | 262 |
| 263 "src/third_party/cygwin": | 263 "src/third_party/cygwin": |
| 264 "/trunk/deps/third_party/cygwin@133786", | 264 "/trunk/deps/third_party/cygwin@133786", |
| 265 | 265 |
| 266 "src/third_party/python_26": | 266 "src/third_party/python_26": |
| 267 "/trunk/tools/third_party/python_26@89111", | 267 "/trunk/tools/third_party/python_26@89111", |
| 268 | 268 |
| 269 "src/third_party/psyco_win32": | 269 "src/third_party/psyco_win32": |
| 270 "/trunk/deps/third_party/psyco_win32@79861", | 270 "/trunk/deps/third_party/psyco_win32@79861", |
| 271 | 271 |
| (...skipping 97 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 369 "src/third_party/v8-i18n": None, | 369 "src/third_party/v8-i18n": None, |
| 370 "src/third_party/webdriver/pylib": None, | 370 "src/third_party/webdriver/pylib": None, |
| 371 "src/third_party/webpagereplay": None, | 371 "src/third_party/webpagereplay": None, |
| 372 "src/third_party/webrtc": None, | 372 "src/third_party/webrtc": None, |
| 373 "src/third_party/yasm/source/patched-yasm": None, | 373 "src/third_party/yasm/source/patched-yasm": None, |
| 374 "src/tools/page_cycler/acid3": None, | 374 "src/tools/page_cycler/acid3": None, |
| 375 "src/v8": None, | 375 "src/v8": None, |
| 376 }, | 376 }, |
| 377 "mac": { | 377 "mac": { |
| 378 "src/chrome/tools/test/reference_build/chrome_mac": | 378 "src/chrome/tools/test/reference_build/chrome_mac": |
| 379 "/trunk/deps/reference_builds/chrome_mac@197743", | 379 "/trunk/deps/reference_builds/chrome_mac@221746", |
| 380 | 380 |
| 381 "src/third_party/GTM": | 381 "src/third_party/GTM": |
| 382 (Var("googlecode_url") % "google-toolbox-for-mac") + "/trunk@" + | 382 (Var("googlecode_url") % "google-toolbox-for-mac") + "/trunk@" + |
| 383 Var("gtm_revision"), | 383 Var("gtm_revision"), |
| 384 "src/third_party/pdfsqueeze": | 384 "src/third_party/pdfsqueeze": |
| 385 (Var("googlecode_url") % "pdfsqueeze") + "/trunk@5", | 385 (Var("googlecode_url") % "pdfsqueeze") + "/trunk@5", |
| 386 "src/third_party/lighttpd": | 386 "src/third_party/lighttpd": |
| 387 "/trunk/deps/third_party/lighttpd@33737", | 387 "/trunk/deps/third_party/lighttpd@33737", |
| 388 | 388 |
| 389 "src/third_party/swig/mac": | 389 "src/third_party/swig/mac": |
| 390 "/trunk/deps/third_party/swig/mac@" + Var("swig_revision"), | 390 "/trunk/deps/third_party/swig/mac@" + Var("swig_revision"), |
| 391 | 391 |
| 392 # NSS, for SSLClientSocketNSS. | 392 # NSS, for SSLClientSocketNSS. |
| 393 "src/third_party/nss": | 393 "src/third_party/nss": |
| 394 "/trunk/deps/third_party/nss@" + Var("nss_revision"), | 394 "/trunk/deps/third_party/nss@" + Var("nss_revision"), |
| 395 | 395 |
| 396 "src/chrome/installer/mac/third_party/xz/xz": | 396 "src/chrome/installer/mac/third_party/xz/xz": |
| 397 "/trunk/deps/third_party/xz@189101", | 397 "/trunk/deps/third_party/xz@189101", |
| 398 }, | 398 }, |
| 399 "unix": { | 399 "unix": { |
| 400 # Linux, really. | 400 # Linux, really. |
| 401 "src/chrome/tools/test/reference_build/chrome_linux": | 401 "src/chrome/tools/test/reference_build/chrome_linux": |
| 402 "/trunk/deps/reference_builds/chrome_linux@197743", | 402 "/trunk/deps/reference_builds/chrome_linux@221746", |
| 403 | 403 |
| 404 "src/third_party/xdg-utils": | 404 "src/third_party/xdg-utils": |
| 405 "/trunk/deps/third_party/xdg-utils@203785", | 405 "/trunk/deps/third_party/xdg-utils@203785", |
| 406 | 406 |
| 407 "src/third_party/swig/linux": | 407 "src/third_party/swig/linux": |
| 408 "/trunk/deps/third_party/swig/linux@" + Var("swig_revision"), | 408 "/trunk/deps/third_party/swig/linux@" + Var("swig_revision"), |
| 409 | 409 |
| 410 "src/third_party/lss": | 410 "src/third_party/lss": |
| 411 ((Var("googlecode_url") % "linux-syscall-support") + "/trunk/lss@" + | 411 ((Var("googlecode_url") % "linux-syscall-support") + "/trunk/lss@" + |
| 412 Var("lss_revision")), | 412 Var("lss_revision")), |
| (...skipping 206 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 619 "pattern": ".", | 619 "pattern": ".", |
| 620 "action": ["python", "src/build/gyp_chromium"], | 620 "action": ["python", "src/build/gyp_chromium"], |
| 621 }, | 621 }, |
| 622 { | 622 { |
| 623 # Check for landmines (reasons to clobber the build). | 623 # Check for landmines (reasons to clobber the build). |
| 624 "name": "landmines", | 624 "name": "landmines", |
| 625 "pattern": ".", | 625 "pattern": ".", |
| 626 "action": ["python", "src/build/landmines.py"], | 626 "action": ["python", "src/build/landmines.py"], |
| 627 }, | 627 }, |
| 628 ] | 628 ] |
| OLD | NEW |