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

Side by Side Diff: scripts/slave/recipes/dart/dartium_build.expected/basic_mac_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 94 matching lines...) Expand 10 before | Expand all | Expand 10 after
105 "--target", 105 "--target",
106 "Release", 106 "Release",
107 "--src-dir", 107 "--src-dir",
108 "[SLAVE_BUILD]/src", 108 "[SLAVE_BUILD]/src",
109 "--build-tool", 109 "--build-tool",
110 "ninja", 110 "ninja",
111 "--compiler", 111 "--compiler",
112 "goma-clang", 112 "goma-clang",
113 "--goma-dir", 113 "--goma-dir",
114 "[BUILD]/goma", 114 "[BUILD]/goma",
115 "--ninja-ensure-up-to-date",
115 "--", 116 "--",
116 "All", 117 "All",
117 "chromium_builder_tests" 118 "chromium_builder_tests"
118 ], 119 ],
119 "cwd": "[SLAVE_BUILD]", 120 "cwd": "[SLAVE_BUILD]",
120 "name": "compile" 121 "name": "compile"
121 }, 122 },
122 { 123 {
123 "cmd": [ 124 "cmd": [
124 "python", 125 "python",
125 "-u", 126 "-u",
126 "[SLAVE_BUILD]/src/dart/tools/dartium/multivm_archive.py", 127 "[SLAVE_BUILD]/src/dart/tools/dartium/multivm_archive.py",
127 "12345" 128 "12345"
128 ], 129 ],
129 "cwd": "[SLAVE_BUILD]", 130 "cwd": "[SLAVE_BUILD]",
130 "name": "archive_build" 131 "name": "archive_build"
131 } 132 }
132 ] 133 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698