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