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

Side by Side Diff: scripts/slave/recipes/gpu/build_and_test.expected/win_release_blink.json

Issue 1217403003: Enable ninja_confirm_noop by default (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/build.git@master
Patch Set: Created 5 years, 5 months 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 unified diff | Download patch
OLDNEW
1 [ 1 [
2 { 2 {
3 "cmd": [ 3 "cmd": [
4 "python", 4 "python",
5 "-u", 5 "-u",
6 "[BUILD]\\scripts\\slave\\cleanup_temp.py" 6 "[BUILD]\\scripts\\slave\\cleanup_temp.py"
7 ], 7 ],
8 "cwd": "[SLAVE_BUILD]", 8 "cwd": "[SLAVE_BUILD]",
9 "name": "cleanup temp" 9 "name": "cleanup temp"
10 }, 10 },
(...skipping 95 matching lines...) Expand 10 before | Expand all | Expand 10 after
106 "--target", 106 "--target",
107 "Release", 107 "Release",
108 "--src-dir", 108 "--src-dir",
109 "[SLAVE_BUILD]\\src", 109 "[SLAVE_BUILD]\\src",
110 "--build-tool", 110 "--build-tool",
111 "ninja", 111 "ninja",
112 "--compiler", 112 "--compiler",
113 "goma", 113 "goma",
114 "--goma-dir", 114 "--goma-dir",
115 "[BUILD]\\goma", 115 "[BUILD]\\goma",
116 "--ninja-ensure-up-to-date",
116 "--", 117 "--",
117 "angle_unittests_run", 118 "angle_unittests_run",
118 "content_gl_tests_run", 119 "content_gl_tests_run",
119 "gl_tests_run", 120 "gl_tests_run",
120 "gles2_conform_test_run", 121 "gles2_conform_test_run",
121 "gpu_unittests_run", 122 "gpu_unittests_run",
122 "tab_capture_end2end_tests_run", 123 "tab_capture_end2end_tests_run",
123 "telemetry_gpu_test_run" 124 "telemetry_gpu_test_run"
124 ], 125 ],
125 "cwd": "[SLAVE_BUILD]", 126 "cwd": "[SLAVE_BUILD]",
(...skipping 658 matching lines...) Expand 10 before | Expand all | Expand 10 after
784 "-H", 785 "-H",
785 "[dummy hash for tab_capture_end2end_tests]", 786 "[dummy hash for tab_capture_end2end_tests]",
786 "-I", 787 "-I",
787 "https://isolateserver.appspot.com", 788 "https://isolateserver.appspot.com",
788 "--" 789 "--"
789 ], 790 ],
790 "cwd": "[SLAVE_BUILD]", 791 "cwd": "[SLAVE_BUILD]",
791 "name": "tab_capture_end2end_tests" 792 "name": "tab_capture_end2end_tests"
792 } 793 }
793 ] 794 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698