Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(259)

Side by Side Diff: DEPS

Issue 7276050: Change startup ABI for untrusted code to be C-compatible (Closed) Base URL: svn://svn.chromium.org/native_client/trunk/src/native_client
Patch Set: disable bogus stack_frame.cc test for now Created 9 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | SConstruct » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
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 ]
OLDNEW
« no previous file with comments | « no previous file | SConstruct » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698