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

Side by Side Diff: DEPS

Issue 10096008: added a test to check glibc socket functions wrappers (Closed) Base URL: http://src.chromium.org/native_client/trunk/src/native_client/
Patch Set: Created 8 years, 8 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
« 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 # DEPS files look like -*- Python -*- 1 # DEPS files look like -*- Python -*-
2 2
3 vars = { 3 vars = {
4 # These two should be updated to the same revision whenever possible. 4 # These two should be updated to the same revision whenever possible.
5 "x86_toolchain_version": "8385", 5 "x86_toolchain_version": "8403",
6 "pnacl_toolchain_version": "8385", 6 "pnacl_toolchain_version": "8385",
7 7
8 # ARM trusted toolchain version cannot be changed for now. 8 # ARM trusted toolchain version cannot be changed for now.
9 "arm_trusted_toolchain_version": "7004", 9 "arm_trusted_toolchain_version": "7004",
10 10
11 # When possible, keep chrome_rev and chromebinaries_rev at the same 11 # When possible, keep chrome_rev and chromebinaries_rev at the same
12 # value. chromebinaries_rev should match LKGR so that we can download 12 # value. chromebinaries_rev should match LKGR so that we can download
13 # the binaries, but sometimes chrome_rev needs to be more recent to get 13 # the binaries, but sometimes chrome_rev needs to be more recent to get
14 # source changes when LKGR is lagging too far back. 14 # source changes when LKGR is lagging too far back.
15 "chromebinaries_rev": "133407", 15 "chromebinaries_rev": "133407",
(...skipping 104 matching lines...) Expand 10 before | Expand all | Expand 10 after
120 "--x86-version", Var("x86_toolchain_version"), 120 "--x86-version", Var("x86_toolchain_version"),
121 "--arm-trusted-version", Var("arm_trusted_toolchain_version"), 121 "--arm-trusted-version", Var("arm_trusted_toolchain_version"),
122 "--pnacl-version", Var("pnacl_toolchain_version"), 122 "--pnacl-version", Var("pnacl_toolchain_version"),
123 "--keep"], 123 "--keep"],
124 }, 124 },
125 { 125 {
126 "pattern": ".", 126 "pattern": ".",
127 "action": ["python", "native_client/build/gyp_nacl"], 127 "action": ["python", "native_client/build/gyp_nacl"],
128 }, 128 },
129 ] 129 ]
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