| 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": "101876", | 8 "webkit_revision": "101876", |
| 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 15 matching lines...) Expand all Loading... |
| 26 "56d82b794c3523a43068a5b69236277a96de04c5", | 26 "56d82b794c3523a43068a5b69236277a96de04c5", |
| 27 "nacl_toolchain_win_x86_hash": | 27 "nacl_toolchain_win_x86_hash": |
| 28 "c5af5469b2252f3d5bb9ce4a7758b4537e9c5b16", | 28 "c5af5469b2252f3d5bb9ce4a7758b4537e9c5b16", |
| 29 "nacl_toolchain_win_x86_newlib_hash": | 29 "nacl_toolchain_win_x86_newlib_hash": |
| 30 "40d182ac25fe6623cfbe5772623c15c663a42c93", | 30 "40d182ac25fe6623cfbe5772623c15c663a42c93", |
| 31 "nacl_toolchain_revision": "7332", | 31 "nacl_toolchain_revision": "7332", |
| 32 | 32 |
| 33 "libjingle_revision": "95", | 33 "libjingle_revision": "95", |
| 34 "libphonenumber_revision": "407", | 34 "libphonenumber_revision": "407", |
| 35 "libvpx_revision": "109236", | 35 "libvpx_revision": "109236", |
| 36 "lss_revision": "9", | |
| 37 "ffmpeg_revision": "112050", | 36 "ffmpeg_revision": "112050", |
| 38 "sfntly_revision": "111", | 37 "sfntly_revision": "111", |
| 39 "skia_revision": "2785", | 38 "skia_revision": "2785", |
| 40 # Three lines of non-changing comments so that | 39 # Three lines of non-changing comments so that |
| 41 # the commit queue can handle CLs rolling Skia | 40 # the commit queue can handle CLs rolling Skia |
| 42 # and V8 without interference from each other. | 41 # and V8 without interference from each other. |
| 43 "v8_revision": "10163", | 42 "v8_revision": "10163", |
| 44 "webrtc_revision": "1027", | 43 "webrtc_revision": "1027", |
| 45 "jsoncpp_revision": "246", | 44 "jsoncpp_revision": "246", |
| 46 } | 45 } |
| (...skipping 349 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 396 "src/chrome/tools/test/reference_build/chrome_linux": | 395 "src/chrome/tools/test/reference_build/chrome_linux": |
| 397 "/trunk/deps/reference_builds/chrome_linux@89574", | 396 "/trunk/deps/reference_builds/chrome_linux@89574", |
| 398 | 397 |
| 399 "src/third_party/xdg-utils": | 398 "src/third_party/xdg-utils": |
| 400 "/trunk/deps/third_party/xdg-utils@93299", | 399 "/trunk/deps/third_party/xdg-utils@93299", |
| 401 | 400 |
| 402 "src/third_party/swig/linux": | 401 "src/third_party/swig/linux": |
| 403 "/trunk/deps/third_party/swig/linux@" + Var("swig_revision"), | 402 "/trunk/deps/third_party/swig/linux@" + Var("swig_revision"), |
| 404 | 403 |
| 405 "src/third_party/lss": | 404 "src/third_party/lss": |
| 406 ((Var("googlecode_url") % "linux-syscall-support") + "/trunk/lss@" + | 405 (Var("googlecode_url") % "linux-syscall-support") + "/trunk/lss@8", |
| 407 Var("lss_revision")), | |
| 408 | 406 |
| 409 "src/third_party/openssl": | 407 "src/third_party/openssl": |
| 410 "/trunk/deps/third_party/openssl@105093", | 408 "/trunk/deps/third_party/openssl@105093", |
| 411 | 409 |
| 412 "src/third_party/WebKit/Tools/gdb": | 410 "src/third_party/WebKit/Tools/gdb": |
| 413 Var("webkit_trunk") + "/Tools/gdb@" + Var("webkit_revision"), | 411 Var("webkit_trunk") + "/Tools/gdb@" + Var("webkit_revision"), |
| 414 }, | 412 }, |
| 415 } | 413 } |
| 416 | 414 |
| 417 | 415 |
| (...skipping 59 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 477 # which takes ~20s, but clang speeds up builds by more than 20s. | 475 # which takes ~20s, but clang speeds up builds by more than 20s. |
| 478 "pattern": ".", | 476 "pattern": ".", |
| 479 "action": ["python", "src/tools/clang/scripts/update.py", "--mac-only"], | 477 "action": ["python", "src/tools/clang/scripts/update.py", "--mac-only"], |
| 480 }, | 478 }, |
| 481 { | 479 { |
| 482 # A change to a .gyp, .gypi, or to GYP itself should run the generator. | 480 # A change to a .gyp, .gypi, or to GYP itself should run the generator. |
| 483 "pattern": ".", | 481 "pattern": ".", |
| 484 "action": ["python", "src/build/gyp_chromium"], | 482 "action": ["python", "src/build/gyp_chromium"], |
| 485 }, | 483 }, |
| 486 ] | 484 ] |
| OLD | NEW |