| Index: scripts/slave/recipes/pdfium.py
|
| diff --git a/scripts/slave/recipes/pdfium.py b/scripts/slave/recipes/pdfium.py
|
| index 0eb807f4eae634e4fd5f608d031b48df6b95516e..438c0fbc38f9203703e891b647f2dad88fc88305 100644
|
| --- a/scripts/slave/recipes/pdfium.py
|
| +++ b/scripts/slave/recipes/pdfium.py
|
| @@ -99,8 +99,8 @@ def _BuildSteps(api, clang, out_dir):
|
| with api.goma.build_with_goma(
|
| ninja_log_outdir=debug_path,
|
| ninja_log_compiler='clang' if clang else 'unknown',
|
| - ninja_log_command=ninja_cmd):
|
| - api.step('compile with ninja', ninja_cmd)
|
| + ninja_command=ninja_cmd) as (_, updated_ninja_cmd):
|
| + api.step('compile with ninja', updated_ninja_cmd)
|
|
|
|
|
| def _RunTests(api, memory_tool, v8, out_dir):
|
|
|