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

Side by Side Diff: scripts/slave/recipes/chromium_trybot.expected/win_success_success_release.json

Issue 59233015: Make gyp target_arch setting native to chromium/config.py (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: rebase again Created 7 years, 1 month 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 | Annotate | Revision Log
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_deps': {'src/third_party/WebKit/L ayoutTests': None, 'src/webkit/data/layout_tests/LayoutTests': None}, 'custom_va rs': {'googlecode_url': 'svn://svn-mirror.golo.chromium.org/%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.gol o.chromium.org/blink/trunk'}, 'deps_file': 'DEPS', 'managed': True, 'name': 'src ', 'url': 'svn://svn-mirror.golo.chromium.org/chrome/trunk/src'}]" 9 "cache_dir = None\nsolutions = [{'custom_deps': {'src/third_party/WebKit/L ayoutTests': None, 'src/webkit/data/layout_tests/LayoutTests': None}, 'custom_va rs': {'googlecode_url': 'svn://svn-mirror.golo.chromium.org/%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.gol o.chromium.org/blink/trunk'}, 'deps_file': 'DEPS', 'managed': True, 'name': 'src ', 'url': 'svn://svn-mirror.golo.chromium.org/chrome/trunk/src'}]"
10 ], 10 ],
(...skipping 80 matching lines...) Expand 10 before | Expand all | Expand 10 after
91 "name": "apply_issue" 91 "name": "apply_issue"
92 }, 92 },
93 { 93 {
94 "cmd": [ 94 "cmd": [
95 "python", 95 "python",
96 "-u", 96 "-u",
97 "[DEPOT_TOOLS]\\gclient.py", 97 "[DEPOT_TOOLS]\\gclient.py",
98 "runhooks" 98 "runhooks"
99 ], 99 ],
100 "env": { 100 "env": {
101 "GYP_DEFINES": "chromium_win_pch=0 component=static_library dcheck_always_ on=1 fastbuild=1", 101 "GYP_DEFINES": "chromium_win_pch=0 component=static_library dcheck_always_ on=1 fastbuild=1 target_arch=ia32",
102 "GYP_GENERATORS": "ninja", 102 "GYP_GENERATORS": "ninja",
103 "GYP_MSVS_VERSION": "2010" 103 "GYP_MSVS_VERSION": "2010"
104 }, 104 },
105 "name": "gclient runhooks" 105 "name": "gclient runhooks"
106 }, 106 },
107 { 107 {
108 "abort_on_failure": true, 108 "abort_on_failure": true,
109 "cmd": [ 109 "cmd": [
110 "python", 110 "python",
111 "-u", 111 "-u",
(...skipping 124 matching lines...) Expand 10 before | Expand all | Expand 10 after
236 "-u", 236 "-u",
237 "print \"ALL IS WELL\"" 237 "print \"ALL IS WELL\""
238 ], 238 ],
239 "name": "gtest_tests", 239 "name": "gtest_tests",
240 "~followup_annotations": [ 240 "~followup_annotations": [
241 "@@@STEP_LOG_LINE@python.inline@print \"ALL IS WELL\"@@@", 241 "@@@STEP_LOG_LINE@python.inline@print \"ALL IS WELL\"@@@",
242 "@@@STEP_LOG_END@python.inline@@@" 242 "@@@STEP_LOG_END@python.inline@@@"
243 ] 243 ]
244 } 244 }
245 ] 245 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698