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

Unified Diff: scripts/slave/recipes/pdfium.expected/try-linux_xfa_asan_lsan.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/try-linux_xfa_asan_lsan.json
diff --git a/scripts/slave/recipes/pdfium.expected/try-linux_xfa_asan_lsan.json b/scripts/slave/recipes/pdfium.expected/try-linux_xfa_asan_lsan.json
index 9e0b1799fb10f8443306d0c6716971b732333701..155d9c09c2c41fe87ebdf2a2d285bc44ae41e65b 100644
--- a/scripts/slave/recipes/pdfium.expected/try-linux_xfa_asan_lsan.json
+++ b/scripts/slave/recipes/pdfium.expected/try-linux_xfa_asan_lsan.json
@@ -197,10 +197,10 @@
{
"cmd": [
"ninja",
- "-C",
- "[SLAVE_BUILD]/pdfium/out/debug_xfa_v8_asan",
"-j",
- "50"
+ "50",
+ "-C",
+ "[SLAVE_BUILD]/pdfium/out/debug_xfa_v8_asan"
],
"name": "compile with ninja"
},
@@ -267,7 +267,7 @@
"--ninja-log-compiler",
"unknown",
"--ninja-log-command",
- "['ninja', '-C', Path('checkout', 'out','debug_xfa_v8_asan'), '-j', 50]",
+ "['ninja', '-j', 50, '-C', Path('checkout', 'out','debug_xfa_v8_asan')]",
"--ninja-log-exit-status",
"0",
"--buildbot-buildername",

Powered by Google App Engine
This is Rietveld 408576698