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

Unified Diff: scripts/slave/recipes/v8.expected/full_tryserver_v8_v8_win64_ninja_rel.json

Issue 1231423003: V8 Buildbot: Use correct config folder extension for win64 and ninja. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Created 5 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « scripts/slave/recipe_modules/v8/chromium_config.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: scripts/slave/recipes/v8.expected/full_tryserver_v8_v8_win64_ninja_rel.json
diff --git a/scripts/slave/recipes/v8.expected/full_tryserver_v8_v8_win64_ninja_rel.json b/scripts/slave/recipes/v8.expected/full_tryserver_v8_v8_win64_ninja_rel.json
index e9d1ec05169f584ae92d05102ac5077acbf63881..03f02a6ae05abeb90469237556459eb43419e9fe 100644
--- a/scripts/slave/recipes/v8.expected/full_tryserver_v8_v8_win64_ninja_rel.json
+++ b/scripts/slave/recipes/v8.expected/full_tryserver_v8_v8_win64_ninja_rel.json
@@ -90,7 +90,7 @@
"-u",
"[BUILD]\\scripts\\slave\\compile.py",
"--target",
- "Release",
+ "Release_x64",
"--src-dir",
"[SLAVE_BUILD]\\v8",
"--build-tool",
@@ -111,7 +111,7 @@
"[SLAVE_BUILD]\\v8\\tools\\run-tests.py",
"--progress=verbose",
"--mode",
- "Release",
+ "Release_x64",
"--arch",
"x64",
"--outdir",
@@ -151,7 +151,7 @@
"[SLAVE_BUILD]\\v8\\tools\\run-tests.py",
"--progress=verbose",
"--mode",
- "Release",
+ "Release_x64",
"--arch",
"x64",
"--outdir",
« no previous file with comments | « scripts/slave/recipe_modules/v8/chromium_config.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698