| 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": "100139", | 8 "webkit_revision": "100139", |
| 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 300 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 311 "/trunk/deps/third_party/xulrunner-sdk@71609", | 311 "/trunk/deps/third_party/xulrunner-sdk@71609", |
| 312 "src/chrome_frame/tools/test/reference_build/chrome_win": | 312 "src/chrome_frame/tools/test/reference_build/chrome_win": |
| 313 "/trunk/deps/reference_builds/chrome_win@89574", | 313 "/trunk/deps/reference_builds/chrome_win@89574", |
| 314 | 314 |
| 315 # Parses Windows PE/COFF executable format. | 315 # Parses Windows PE/COFF executable format. |
| 316 "src/third_party/pefile": | 316 "src/third_party/pefile": |
| 317 (Var("googlecode_url") % "pefile") + "/trunk@63", | 317 (Var("googlecode_url") % "pefile") + "/trunk@63", |
| 318 | 318 |
| 319 # NSS, for SSLClientSocketNSS. | 319 # NSS, for SSLClientSocketNSS. |
| 320 "src/third_party/nss": | 320 "src/third_party/nss": |
| 321 "/trunk/deps/third_party/nss@108977", | 321 "/trunk/deps/third_party/nss@109995", |
| 322 | 322 |
| 323 "src/third_party/swig/win": | 323 "src/third_party/swig/win": |
| 324 "/trunk/deps/third_party/swig/win@" + Var("swig_revision"), | 324 "/trunk/deps/third_party/swig/win@" + Var("swig_revision"), |
| 325 | 325 |
| 326 "src/third_party/mingw-w64/mingw/bin": | 326 "src/third_party/mingw-w64/mingw/bin": |
| 327 (Var("nacl_trunk") + "/deps/third_party/mingw-w64/mingw/bin@" + | 327 (Var("nacl_trunk") + "/deps/third_party/mingw-w64/mingw/bin@" + |
| 328 Var("nacl_tools_revision")), | 328 Var("nacl_tools_revision")), |
| 329 | 329 |
| 330 "src/rlz": | 330 "src/rlz": |
| 331 (Var("googlecode_url") % "rlz") + "/trunk@49", | 331 (Var("googlecode_url") % "rlz") + "/trunk@49", |
| (...skipping 16 matching lines...) Expand all Loading... |
| 348 "src/third_party/pdfsqueeze": | 348 "src/third_party/pdfsqueeze": |
| 349 (Var("googlecode_url") % "pdfsqueeze") + "/trunk@4", | 349 (Var("googlecode_url") % "pdfsqueeze") + "/trunk@4", |
| 350 "src/third_party/lighttpd": | 350 "src/third_party/lighttpd": |
| 351 "/trunk/deps/third_party/lighttpd@33737", | 351 "/trunk/deps/third_party/lighttpd@33737", |
| 352 | 352 |
| 353 "src/third_party/swig/mac": | 353 "src/third_party/swig/mac": |
| 354 "/trunk/deps/third_party/swig/mac@" + Var("swig_revision"), | 354 "/trunk/deps/third_party/swig/mac@" + Var("swig_revision"), |
| 355 | 355 |
| 356 # NSS, for SSLClientSocketNSS. | 356 # NSS, for SSLClientSocketNSS. |
| 357 "src/third_party/nss": | 357 "src/third_party/nss": |
| 358 "/trunk/deps/third_party/nss@108977", | 358 "/trunk/deps/third_party/nss@109995", |
| 359 | 359 |
| 360 "src/chrome/installer/mac/third_party/xz/xz": | 360 "src/chrome/installer/mac/third_party/xz/xz": |
| 361 "/trunk/deps/third_party/xz@87706", | 361 "/trunk/deps/third_party/xz@87706", |
| 362 }, | 362 }, |
| 363 "unix": { | 363 "unix": { |
| 364 # Linux, really. | 364 # Linux, really. |
| 365 "src/chrome/tools/test/reference_build/chrome_linux": | 365 "src/chrome/tools/test/reference_build/chrome_linux": |
| 366 "/trunk/deps/reference_builds/chrome_linux@89574", | 366 "/trunk/deps/reference_builds/chrome_linux@89574", |
| 367 | 367 |
| 368 "src/third_party/xdg-utils": | 368 "src/third_party/xdg-utils": |
| (...skipping 66 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 435 # which takes ~20s, but clang speeds up builds by more than 20s. | 435 # which takes ~20s, but clang speeds up builds by more than 20s. |
| 436 "pattern": ".", | 436 "pattern": ".", |
| 437 "action": ["python", "src/tools/clang/scripts/update.py", "--mac-only"], | 437 "action": ["python", "src/tools/clang/scripts/update.py", "--mac-only"], |
| 438 }, | 438 }, |
| 439 { | 439 { |
| 440 # A change to a .gyp, .gypi, or to GYP itself should run the generator. | 440 # A change to a .gyp, .gypi, or to GYP itself should run the generator. |
| 441 "pattern": ".", | 441 "pattern": ".", |
| 442 "action": ["python", "src/build/gyp_chromium"], | 442 "action": ["python", "src/build/gyp_chromium"], |
| 443 }, | 443 }, |
| 444 ] | 444 ] |
| OLD | NEW |