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

Side by Side Diff: scripts/slave/recipes/dart/dartium_build.expected/basic_win_64_MirrorTrue.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 "[DEPOT_TOOLS]\\gclient.py", 6 "[DEPOT_TOOLS]\\gclient.py",
7 "config", 7 "config",
8 "--spec", 8 "--spec",
9 "cache_dir = None\nsolutions = [{'custom_vars': {'dartium_base': 'svn://sv n-mirror.golo.chromium.org', 'googlecode_url': 'svn://svn-mirror.golo.chromium.o rg/%s', 'nacl_trunk': 'svn://svn-mirror.golo.chromium.org/native_client/trunk', 'sourceforge_url': 'svn://svn-mirror.golo.chromium.org/%(repo)s', 'webkit_trunk' : 'svn://svn-mirror.golo.chromium.org/blink/trunk'}, 'deps_file': 'DEPS', 'manag ed': True, 'name': 'dartium.deps', 'url': 'svn://svn-mirror.golo.chromium.org/da rt/branches/bleeding_edge/deps/dartium.deps'}]" 9 "cache_dir = None\nsolutions = [{'custom_vars': {'dartium_base': 'svn://sv n-mirror.golo.chromium.org', 'googlecode_url': 'svn://svn-mirror.golo.chromium.o rg/%s', 'nacl_trunk': 'svn://svn-mirror.golo.chromium.org/native_client/trunk', 'sourceforge_url': 'svn://svn-mirror.golo.chromium.org/%(repo)s', 'webkit_trunk' : 'svn://svn-mirror.golo.chromium.org/blink/trunk'}, 'deps_file': 'DEPS', 'manag ed': True, 'name': 'dartium.deps', 'url': 'svn://svn-mirror.golo.chromium.org/da rt/branches/bleeding_edge/deps/dartium.deps'}]"
10 ], 10 ],
(...skipping 74 matching lines...) Expand 10 before | Expand all | Expand 10 after
85 "--target", 85 "--target",
86 "Release_x64", 86 "Release_x64",
87 "--src-dir", 87 "--src-dir",
88 "[SLAVE_BUILD]\\src", 88 "[SLAVE_BUILD]\\src",
89 "--build-tool", 89 "--build-tool",
90 "ninja", 90 "ninja",
91 "--compiler", 91 "--compiler",
92 "goma", 92 "goma",
93 "--goma-dir", 93 "--goma-dir",
94 "[BUILD]\\goma", 94 "[BUILD]\\goma",
95 "--ninja-ensure-up-to-date",
95 "--", 96 "--",
96 "All", 97 "All",
97 "chromium_builder_tests" 98 "chromium_builder_tests"
98 ], 99 ],
99 "cwd": "[SLAVE_BUILD]", 100 "cwd": "[SLAVE_BUILD]",
100 "name": "compile" 101 "name": "compile"
101 }, 102 },
102 { 103 {
103 "cmd": [ 104 "cmd": [
104 "python", 105 "python",
105 "-u", 106 "-u",
106 "[SLAVE_BUILD]\\src\\dart\\tools\\dartium\\multivm_archive.py", 107 "[SLAVE_BUILD]\\src\\dart\\tools\\dartium\\multivm_archive.py",
107 "12345" 108 "12345"
108 ], 109 ],
109 "cwd": "[SLAVE_BUILD]", 110 "cwd": "[SLAVE_BUILD]",
110 "name": "archive_build" 111 "name": "archive_build"
111 } 112 }
112 ] 113 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698