| Index: scripts/slave/recipe_modules/cronet/example.expected/gn_test.json
|
| diff --git a/scripts/slave/recipe_modules/cronet/example.expected/gn_test.json b/scripts/slave/recipe_modules/cronet/example.expected/gn_test.json
|
| index ad70517855a2e08ea91b0d061a625a7a4eee27fb..01876a885f14931fb699bffcbb0efbbc09134603 100644
|
| --- a/scripts/slave/recipe_modules/cronet/example.expected/gn_test.json
|
| +++ b/scripts/slave/recipe_modules/cronet/example.expected/gn_test.json
|
| @@ -216,6 +216,22 @@
|
| "cmd": [
|
| "python",
|
| "-u",
|
| + "\nimport multiprocessing\nprint min(200, multiprocessing.cpu_count() * 10)\n"
|
| + ],
|
| + "name": "ensure_goma.get the number of cpus",
|
| + "stdout": "/path/to/tmp/",
|
| + "~followup_annotations": [
|
| + "@@@STEP_NEST_LEVEL@1@@@",
|
| + "@@@STEP_LOG_LINE@python.inline@@@@",
|
| + "@@@STEP_LOG_LINE@python.inline@import multiprocessing@@@",
|
| + "@@@STEP_LOG_LINE@python.inline@print min(200, multiprocessing.cpu_count() * 10)@@@",
|
| + "@@@STEP_LOG_END@python.inline@@@"
|
| + ]
|
| + },
|
| + {
|
| + "cmd": [
|
| + "python",
|
| + "-u",
|
| "\nimport os, sys\nfrom common import chromium_utils # Error? See https://crbug.com/584783.\n\n\nif os.path.exists(sys.argv[1]):\n chromium_utils.RemoveDirectory(sys.argv[1])\n",
|
| "[SLAVE_BUILD]/src/out/Debug"
|
| ],
|
|
|