| 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://%(repo)s.svn.sourceforge.net/svnroot/%(repo)s", | 8 "sourceforge_url": "http://%(repo)s.svn.sourceforge.net/svnroot/%(repo)s", |
| 9 "webkit_trunk": "http://svn.webkit.org/repository/webkit/trunk", | 9 "webkit_trunk": "http://svn.webkit.org/repository/webkit/trunk", |
| 10 "nacl_trunk": "http://src.chromium.org/native_client/trunk", | 10 "nacl_trunk": "http://src.chromium.org/native_client/trunk", |
| (...skipping 312 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 323 Var("chromium_git") + "/external/accessibility-developer-tools.git@c77344d0d
39b2365775b8e1d86bafcd5ac407444", | 323 Var("chromium_git") + "/external/accessibility-developer-tools.git@c77344d0d
39b2365775b8e1d86bafcd5ac407444", |
| 324 | 324 |
| 325 "src/webkit/media/crypto/ppapi/cdm": | 325 "src/webkit/media/crypto/ppapi/cdm": |
| 326 "/trunk/deps/cdm@173055", | 326 "/trunk/deps/cdm@173055", |
| 327 } | 327 } |
| 328 | 328 |
| 329 | 329 |
| 330 deps_os = { | 330 deps_os = { |
| 331 "win": { | 331 "win": { |
| 332 "src/chrome/tools/test/reference_build/chrome_win": | 332 "src/chrome/tools/test/reference_build/chrome_win": |
| 333 "/trunk/deps/reference_builds/chrome_win@175144", | 333 "/trunk/deps/reference_builds/chrome_win@137747", |
| 334 | 334 |
| 335 "src/third_party/cygwin": | 335 "src/third_party/cygwin": |
| 336 "/trunk/deps/third_party/cygwin@133786", | 336 "/trunk/deps/third_party/cygwin@133786", |
| 337 | 337 |
| 338 "src/third_party/python_26": | 338 "src/third_party/python_26": |
| 339 "/trunk/tools/third_party/python_26@89111", | 339 "/trunk/tools/third_party/python_26@89111", |
| 340 | 340 |
| 341 "src/third_party/psyco_win32": | 341 "src/third_party/psyco_win32": |
| 342 "/trunk/deps/third_party/psyco_win32@79861", | 342 "/trunk/deps/third_party/psyco_win32@79861", |
| 343 | 343 |
| 344 "src/third_party/bison": | 344 "src/third_party/bison": |
| 345 "/trunk/deps/third_party/bison@147303", | 345 "/trunk/deps/third_party/bison@147303", |
| 346 | 346 |
| 347 "src/third_party/gperf": | 347 "src/third_party/gperf": |
| 348 "/trunk/deps/third_party/gperf@147304", | 348 "/trunk/deps/third_party/gperf@147304", |
| 349 | 349 |
| 350 "src/third_party/perl": | 350 "src/third_party/perl": |
| 351 "/trunk/deps/third_party/perl@147900", | 351 "/trunk/deps/third_party/perl@147900", |
| 352 | 352 |
| 353 "src/third_party/lighttpd": | 353 "src/third_party/lighttpd": |
| 354 "/trunk/deps/third_party/lighttpd@33727", | 354 "/trunk/deps/third_party/lighttpd@33727", |
| 355 | 355 |
| 356 # Chrome Frame related deps | 356 # Chrome Frame related deps |
| 357 "src/third_party/xulrunner-sdk": | 357 "src/third_party/xulrunner-sdk": |
| 358 "/trunk/deps/third_party/xulrunner-sdk@119756", | 358 "/trunk/deps/third_party/xulrunner-sdk@119756", |
| 359 "src/chrome_frame/tools/test/reference_build/chrome_win": | 359 "src/chrome_frame/tools/test/reference_build/chrome_win": |
| 360 "/trunk/deps/reference_builds/chrome_win@175144", | 360 "/trunk/deps/reference_builds/chrome_win@89574", |
| 361 | 361 |
| 362 # Parses Windows PE/COFF executable format. | 362 # Parses Windows PE/COFF executable format. |
| 363 "src/third_party/pefile": | 363 "src/third_party/pefile": |
| 364 (Var("googlecode_url") % "pefile") + "/trunk@63", | 364 (Var("googlecode_url") % "pefile") + "/trunk@63", |
| 365 | 365 |
| 366 # NSS, for SSLClientSocketNSS. | 366 # NSS, for SSLClientSocketNSS. |
| 367 "src/third_party/nss": | 367 "src/third_party/nss": |
| 368 "/trunk/deps/third_party/nss@" + Var("nss_revision"), | 368 "/trunk/deps/third_party/nss@" + Var("nss_revision"), |
| 369 | 369 |
| 370 "src/third_party/swig/win": | 370 "src/third_party/swig/win": |
| (...skipping 104 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 475 "src/third_party/WebKit/Source": None, | 475 "src/third_party/WebKit/Source": None, |
| 476 "src/third_party/WebKit/Tools/DumpRenderTree": None, | 476 "src/third_party/WebKit/Tools/DumpRenderTree": None, |
| 477 "src/third_party/WebKit/Tools/Scripts": None, | 477 "src/third_party/WebKit/Tools/Scripts": None, |
| 478 "src/third_party/WebKit/Tools/TestWebKitAPI": None, | 478 "src/third_party/WebKit/Tools/TestWebKitAPI": None, |
| 479 "src/third_party/yasm/source/patched-yasm": None, | 479 "src/third_party/yasm/source/patched-yasm": None, |
| 480 "src/tools/page_cycler/acid3": None, | 480 "src/tools/page_cycler/acid3": None, |
| 481 "src/v8": None, | 481 "src/v8": None, |
| 482 }, | 482 }, |
| 483 "mac": { | 483 "mac": { |
| 484 "src/chrome/tools/test/reference_build/chrome_mac": | 484 "src/chrome/tools/test/reference_build/chrome_mac": |
| 485 "/trunk/deps/reference_builds/chrome_mac@175144", | 485 "/trunk/deps/reference_builds/chrome_mac@137727", |
| 486 | 486 |
| 487 "src/third_party/GTM": | 487 "src/third_party/GTM": |
| 488 (Var("googlecode_url") % "google-toolbox-for-mac") + "/trunk@" + | 488 (Var("googlecode_url") % "google-toolbox-for-mac") + "/trunk@" + |
| 489 Var("gtm_revision"), | 489 Var("gtm_revision"), |
| 490 "src/third_party/pdfsqueeze": | 490 "src/third_party/pdfsqueeze": |
| 491 (Var("googlecode_url") % "pdfsqueeze") + "/trunk@5", | 491 (Var("googlecode_url") % "pdfsqueeze") + "/trunk@5", |
| 492 "src/third_party/lighttpd": | 492 "src/third_party/lighttpd": |
| 493 "/trunk/deps/third_party/lighttpd@33737", | 493 "/trunk/deps/third_party/lighttpd@33737", |
| 494 | 494 |
| 495 "src/third_party/swig/mac": | 495 "src/third_party/swig/mac": |
| 496 "/trunk/deps/third_party/swig/mac@" + Var("swig_revision"), | 496 "/trunk/deps/third_party/swig/mac@" + Var("swig_revision"), |
| 497 | 497 |
| 498 # NSS, for SSLClientSocketNSS. | 498 # NSS, for SSLClientSocketNSS. |
| 499 "src/third_party/nss": | 499 "src/third_party/nss": |
| 500 "/trunk/deps/third_party/nss@" + Var("nss_revision"), | 500 "/trunk/deps/third_party/nss@" + Var("nss_revision"), |
| 501 | 501 |
| 502 "src/chrome/installer/mac/third_party/xz/xz": | 502 "src/chrome/installer/mac/third_party/xz/xz": |
| 503 "/trunk/deps/third_party/xz@87706", | 503 "/trunk/deps/third_party/xz@87706", |
| 504 }, | 504 }, |
| 505 "unix": { | 505 "unix": { |
| 506 # Linux, really. | 506 # Linux, really. |
| 507 "src/chrome/tools/test/reference_build/chrome_linux": | 507 "src/chrome/tools/test/reference_build/chrome_linux": |
| 508 "/trunk/deps/reference_builds/chrome_linux@175144", | 508 "/trunk/deps/reference_builds/chrome_linux@137712", |
| 509 | 509 |
| 510 "src/third_party/xdg-utils": | 510 "src/third_party/xdg-utils": |
| 511 "/trunk/deps/third_party/xdg-utils@149334", | 511 "/trunk/deps/third_party/xdg-utils@149334", |
| 512 | 512 |
| 513 "src/third_party/swig/linux": | 513 "src/third_party/swig/linux": |
| 514 "/trunk/deps/third_party/swig/linux@" + Var("swig_revision"), | 514 "/trunk/deps/third_party/swig/linux@" + Var("swig_revision"), |
| 515 | 515 |
| 516 "src/third_party/lss": | 516 "src/third_party/lss": |
| 517 ((Var("googlecode_url") % "linux-syscall-support") + "/trunk/lss@" + | 517 ((Var("googlecode_url") % "linux-syscall-support") + "/trunk/lss@" + |
| 518 Var("lss_revision")), | 518 Var("lss_revision")), |
| (...skipping 144 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 663 # A change to a .gyp, .gypi, or to GYP itself should run the generator. | 663 # A change to a .gyp, .gypi, or to GYP itself should run the generator. |
| 664 "pattern": ".", | 664 "pattern": ".", |
| 665 "action": ["python", "src/build/gyp_chromium"], | 665 "action": ["python", "src/build/gyp_chromium"], |
| 666 }, | 666 }, |
| 667 { | 667 { |
| 668 # Check for landmines (reasons to clobber the build). | 668 # Check for landmines (reasons to clobber the build). |
| 669 "pattern": ".", | 669 "pattern": ".", |
| 670 "action": ["python", "src/build/landmines.py"], | 670 "action": ["python", "src/build/landmines.py"], |
| 671 }, | 671 }, |
| 672 ] | 672 ] |
| OLD | NEW |