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

Side by Side Diff: DEPS

Issue 6684013: Turn PNaCl TC live that does not use gold for the final link step. (Closed) Base URL: svn://svn.chromium.org/native_client/trunk/src/native_client/
Patch Set: Created 9 years, 9 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 | no next file » | 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 "chromium_trunk": "http://src.chromium.org/svn/trunk", 2 "chromium_trunk": "http://src.chromium.org/svn/trunk",
3 "native_client_trunk": "http://src.chromium.org/native_client/trunk", 3 "native_client_trunk": "http://src.chromium.org/native_client/trunk",
4 "o3d_trunk": "http://o3d.googlecode.com/svn/trunk", 4 "o3d_trunk": "http://o3d.googlecode.com/svn/trunk",
5 "x86_toolchain_version": "4477", 5 "x86_toolchain_version": "4477",
6 "arm_toolchain_version": "4477", 6 "arm_toolchain_version": "4508",
7 "chrome_rev": "75530", 7 "chrome_rev": "75530",
8 "gyp_rev": "856", 8 "gyp_rev": "856",
9 "gtest_rev": "364", 9 "gtest_rev": "364",
10 "tools_rev": "4214", 10 "tools_rev": "4214",
11 "python_26_rev": "53573", 11 "python_26_rev": "53573",
12 "wix_rev": "153", 12 "wix_rev": "153",
13 "lcov_rev": "54822", 13 "lcov_rev": "54822",
14 } 14 }
15 15
16 deps = { 16 deps = {
(...skipping 68 matching lines...) Expand 10 before | Expand all | Expand 10 after
85 "native_client/build/all.gyp"], 85 "native_client/build/all.gyp"],
86 }, 86 },
87 { 87 {
88 "pattern": "DEPS$", 88 "pattern": "DEPS$",
89 "action": ["python", "native_client/build/download_toolchains.py", 89 "action": ["python", "native_client/build/download_toolchains.py",
90 "--x86-version", Var("x86_toolchain_version"), 90 "--x86-version", Var("x86_toolchain_version"),
91 "--arm-version", Var("arm_toolchain_version")], 91 "--arm-version", Var("arm_toolchain_version")],
92 }, 92 },
93 ] 93 ]
94 94
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698