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

Unified Diff: src/native_client/DEPS

Issue 6719038: Revert r4644, "Updated NaCl's build system to use SCons 2.0.1." (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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | src/native_client/SConstruct » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/native_client/DEPS
diff --git a/src/native_client/DEPS b/src/native_client/DEPS
index 7786ca90b5800cd5490a7c105556943f2adc9e67..3059859b25310832654eb44762f3c5efa7878019 100644
--- a/src/native_client/DEPS
+++ b/src/native_client/DEPS
@@ -7,7 +7,7 @@ vars = {
"chrome_rev": "78322",
"gyp_rev": "856",
"gtest_rev": "364",
- "tools_rev": "4632",
+ "tools_rev": "4214",
"python_26_rev": "53573",
"wix_rev": "153",
"lcov_rev": "54822",
@@ -32,9 +32,8 @@ deps = {
Var("native_client_trunk") + "/src/third_party/mpfr@" + Var("tools_rev"),
"third_party/pylib":
Var("native_client_trunk") + "/src/third_party/pylib@" + Var("tools_rev"),
- "third_party/scons-2.0.1":
- (Var("native_client_trunk") + "/src/third_party/scons-2.0.1@" +
- Var("tools_rev")),
+ "third_party/scons":
+ Var("native_client_trunk") + "/src/third_party/scons@" + Var("tools_rev"),
"third_party/selenium":
(Var("native_client_trunk") + "/src/third_party/selenium@" +
Var("tools_rev")),
« no previous file with comments | « no previous file | src/native_client/SConstruct » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698