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

Side by Side Diff: DEPS

Issue 7411005: Bump toolchain DEPs to pull in pnacl-ld fix, and turn on (Closed) Base URL: svn://svn.chromium.org/native_client/trunk/src/native_client/
Patch Set: 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 | tests/pnacl_client_translator/nacl.scons » ('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": "6086", 3 "arm_toolchain_version": "6105",
4 "x86_toolchain_version": "6086", 4 "x86_toolchain_version": "6105",
5 # Keep them seperate from the rest of the list. 5 # Keep them seperate from the rest of the list.
6 6
7 # When possible, keep chrome_rev and chrome_rev_ppapi at the same value. 7 # When possible, keep chrome_rev and chrome_rev_ppapi at the same value.
8 # chrome_rev should match LKGR so that we can download the binaries, 8 # chrome_rev should match LKGR so that we can download the binaries,
9 # but sometimes chrome_rev_ppapi needs to be more recent to get the 9 # but sometimes chrome_rev_ppapi needs to be more recent to get the
10 # latest Pepper changes when LKGR is lagging too far back. 10 # latest Pepper changes when LKGR is lagging too far back.
11 "chrome_rev": "92654", 11 "chrome_rev": "92654",
12 "chrome_ppapi_rev": "92654", 12 "chrome_ppapi_rev": "92654",
13 "chromium_trunk": "http://src.chromium.org/svn/trunk", 13 "chromium_trunk": "http://src.chromium.org/svn/trunk",
14 "gtest_rev": "364", 14 "gtest_rev": "364",
(...skipping 91 matching lines...) Expand 10 before | Expand all | Expand 10 after
106 "action": ["python", "native_client/build/gyp_nacl", 106 "action": ["python", "native_client/build/gyp_nacl",
107 "native_client/build/all.gyp"], 107 "native_client/build/all.gyp"],
108 }, 108 },
109 { 109 {
110 "pattern": ".", 110 "pattern": ".",
111 "action": ["python", "native_client/build/download_toolchains.py", 111 "action": ["python", "native_client/build/download_toolchains.py",
112 "--x86-version", Var("x86_toolchain_version"), 112 "--x86-version", Var("x86_toolchain_version"),
113 "--arm-version", Var("arm_toolchain_version")], 113 "--arm-version", Var("arm_toolchain_version")],
114 }, 114 },
115 ] 115 ]
OLDNEW
« no previous file with comments | « no previous file | tests/pnacl_client_translator/nacl.scons » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698