| Index: scripts/slave/recipes/pdfium.expected/android.json
|
| diff --git a/scripts/slave/recipes/pdfium.expected/android.json b/scripts/slave/recipes/pdfium.expected/android.json
|
| index eb6494142a025052e32444ed433ccc6b5ce6b54e..069931f46754faf37d18d11029a81ad562b4a3e9 100644
|
| --- a/scripts/slave/recipes/pdfium.expected/android.json
|
| +++ b/scripts/slave/recipes/pdfium.expected/android.json
|
| @@ -191,10 +191,10 @@
|
| {
|
| "cmd": [
|
| "ninja",
|
| - "-C",
|
| - "[SLAVE_BUILD]/pdfium/out/debug_v8",
|
| "-j",
|
| - "50"
|
| + "50",
|
| + "-C",
|
| + "[SLAVE_BUILD]/pdfium/out/debug_v8"
|
| ],
|
| "name": "compile with ninja"
|
| },
|
| @@ -261,7 +261,7 @@
|
| "--ninja-log-compiler",
|
| "unknown",
|
| "--ninja-log-command",
|
| - "['ninja', '-C', Path('checkout', 'out','debug_v8'), '-j', 50]",
|
| + "['ninja', '-j', 50, '-C', Path('checkout', 'out','debug_v8')]",
|
| "--ninja-log-exit-status",
|
| "0",
|
| "--buildbot-buildername",
|
|
|