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 "webkit_trunk": "http://svn.webkit.org/repository/webkit/trunk", | 5 "webkit_trunk": "http://svn.webkit.org/repository/webkit/trunk", |
6 "nacl_trunk": "http://src.chromium.org/native_client/trunk", | 6 "nacl_trunk": "http://src.chromium.org/native_client/trunk", |
7 "webkit_revision": "93556", | 7 "webkit_revision": "93556", |
8 "chromium_git": "http://git.chromium.org/git", | 8 "chromium_git": "http://git.chromium.org/git", |
9 "swig_revision": "69281", | 9 "swig_revision": "69281", |
10 # These hashes need to be updated when nacl_revision is changed. | 10 # These hashes need to be updated when nacl_revision is changed. |
(...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
59 "src/sdch/open-vcdiff": | 59 "src/sdch/open-vcdiff": |
60 (Var("googlecode_url") % "open-vcdiff") + "/trunk@28", | 60 (Var("googlecode_url") % "open-vcdiff") + "/trunk@28", |
61 | 61 |
62 "src/testing/gtest": | 62 "src/testing/gtest": |
63 (Var("googlecode_url") % "googletest") + "/trunk@560", | 63 (Var("googlecode_url") % "googletest") + "/trunk@560", |
64 | 64 |
65 "src/testing/gmock": | 65 "src/testing/gmock": |
66 (Var("googlecode_url") % "googlemock") + "/trunk@374", | 66 (Var("googlecode_url") % "googlemock") + "/trunk@374", |
67 | 67 |
68 "src/third_party/angle": | 68 "src/third_party/angle": |
69 (Var("googlecode_url") % "angleproject") + "/trunk@731", | 69 (Var("googlecode_url") % "angleproject") + "/trunk@738", |
70 | 70 |
71 # Note that this is *not* where we check out WebKit -- this just | 71 # Note that this is *not* where we check out WebKit -- this just |
72 # puts some extra files into place for the real WebKit checkout to | 72 # puts some extra files into place for the real WebKit checkout to |
73 # happen. See lines mentioning "webkit_revision" for the real | 73 # happen. See lines mentioning "webkit_revision" for the real |
74 # WebKit checkout. | 74 # WebKit checkout. |
75 "src/third_party/WebKit": | 75 "src/third_party/WebKit": |
76 "/trunk/deps/third_party/WebKit@76115", | 76 "/trunk/deps/third_party/WebKit@76115", |
77 | 77 |
78 "src/third_party/icu": | 78 "src/third_party/icu": |
79 "/trunk/deps/third_party/icu46@93875", | 79 "/trunk/deps/third_party/icu46@93875", |
(...skipping 354 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
434 "--nacl-newlib-only", | 434 "--nacl-newlib-only", |
435 "--file-hash", "mac_x86_newlib", | 435 "--file-hash", "mac_x86_newlib", |
436 Var("nacl_toolchain_mac_x86_newlib_hash"), | 436 Var("nacl_toolchain_mac_x86_newlib_hash"), |
437 "--file-hash", "win_x86_newlib", | 437 "--file-hash", "win_x86_newlib", |
438 Var("nacl_toolchain_win_x86_newlib_hash"), | 438 Var("nacl_toolchain_win_x86_newlib_hash"), |
439 "--file-hash", "linux_x86_newlib", | 439 "--file-hash", "linux_x86_newlib", |
440 Var("nacl_toolchain_linux_x86_newlib_hash"), | 440 Var("nacl_toolchain_linux_x86_newlib_hash"), |
441 ], | 441 ], |
442 }, | 442 }, |
443 ] | 443 ] |
OLD | NEW |