| OLD | NEW |
| 1 vars = { | 1 vars = { |
| 2 # These two should be updated to the same revision whenever possible. | 2 # These two should be updated to the same revision whenever possible. |
| 3 "arm_toolchain_version": "5862", | 3 "arm_toolchain_version": "5884", |
| 4 "x86_toolchain_version": "5860", | 4 "x86_toolchain_version": "5884", |
| 5 # Keep them seperate from the rest of the list. | 5 # Keep them seperate from the rest of the list. |
| 6 "chrome_rev": "90962", | 6 "chrome_rev": "90962", |
| 7 "chromium_trunk": "http://src.chromium.org/svn/trunk", | 7 "chromium_trunk": "http://src.chromium.org/svn/trunk", |
| 8 "gtest_rev": "364", | 8 "gtest_rev": "364", |
| 9 "gyp_rev": "906", | 9 "gyp_rev": "906", |
| 10 "lcov_rev": "54822", | 10 "lcov_rev": "54822", |
| 11 "native_client_trunk": "http://src.chromium.org/native_client/trunk", | 11 "native_client_trunk": "http://src.chromium.org/native_client/trunk", |
| 12 "o3d_trunk": "http://o3d.googlecode.com/svn/trunk", | 12 "o3d_trunk": "http://o3d.googlecode.com/svn/trunk", |
| 13 "python_26_rev": "53573", | 13 "python_26_rev": "53573", |
| 14 "tools_rev": "5360", | 14 "tools_rev": "5360", |
| (...skipping 85 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 100 "action": ["python", "native_client/build/gyp_nacl", | 100 "action": ["python", "native_client/build/gyp_nacl", |
| 101 "native_client/build/all.gyp"], | 101 "native_client/build/all.gyp"], |
| 102 }, | 102 }, |
| 103 { | 103 { |
| 104 "pattern": ".", | 104 "pattern": ".", |
| 105 "action": ["python", "native_client/build/download_toolchains.py", | 105 "action": ["python", "native_client/build/download_toolchains.py", |
| 106 "--x86-version", Var("x86_toolchain_version"), | 106 "--x86-version", Var("x86_toolchain_version"), |
| 107 "--arm-version", Var("arm_toolchain_version")], | 107 "--arm-version", Var("arm_toolchain_version")], |
| 108 }, | 108 }, |
| 109 ] | 109 ] |
| OLD | NEW |