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

Unified Diff: scripts/slave/recipes/pdfium.expected/win_no_v8.json

Issue 2480193002: Stop to use contextmanager for goma.build_with_goma (Closed)
Patch Set: fix pylint Created 4 years, 1 month 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
Index: scripts/slave/recipes/pdfium.expected/win_no_v8.json
diff --git a/scripts/slave/recipes/pdfium.expected/win_no_v8.json b/scripts/slave/recipes/pdfium.expected/win_no_v8.json
index 43957632e9bf22a3d7faf5c320a938a24b9f433b..3bc077deddcc8ed55913c71f74050b58df8f1cd6 100644
--- a/scripts/slave/recipes/pdfium.expected/win_no_v8.json
+++ b/scripts/slave/recipes/pdfium.expected/win_no_v8.json
@@ -191,10 +191,10 @@
{
"cmd": [
"ninja",
- "-C",
- "[SLAVE_BUILD]\\pdfium\\out\\debug",
"-j",
- "50"
+ "50",
+ "-C",
+ "[SLAVE_BUILD]\\pdfium\\out\\debug"
],
"name": "compile with ninja"
},
@@ -261,7 +261,7 @@
"--ninja-log-compiler",
"unknown",
"--ninja-log-command",
- "['ninja', '-C', Path('checkout', 'out','debug'), '-j', 50]",
+ "['ninja', '-j', 50, '-C', Path('checkout', 'out','debug')]",
"--ninja-log-exit-status",
"0",
"--buildbot-buildername",

Powered by Google App Engine
This is Rietveld 408576698