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

Side by Side Diff: scripts/slave/recipes/chromium_trybot.expected/gclient_revert_failure.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 55 matching lines...) Expand 10 before | Expand all | Expand 10 after
66 "skip": true 66 "skip": true
67 }, 67 },
68 { 68 {
69 "cmd": [ 69 "cmd": [
70 "python", 70 "python",
71 "-u", 71 "-u",
72 "[DEPOT_TOOLS]\\gclient.py", 72 "[DEPOT_TOOLS]\\gclient.py",
73 "runhooks" 73 "runhooks"
74 ], 74 ],
75 "env": { 75 "env": {
76 "GYP_DEFINES": "chromium_win_pch=0 component=static_library dcheck_always_ on=1 fastbuild=1", 76 "GYP_DEFINES": "chromium_win_pch=0 component=static_library dcheck_always_ on=1 fastbuild=1 target_arch=ia32",
77 "GYP_GENERATORS": "ninja", 77 "GYP_GENERATORS": "ninja",
78 "GYP_MSVS_VERSION": "2010" 78 "GYP_MSVS_VERSION": "2010"
79 }, 79 },
80 "name": "gclient runhooks", 80 "name": "gclient runhooks",
81 "skip": true 81 "skip": true
82 }, 82 },
83 { 83 {
84 "abort_on_failure": true, 84 "abort_on_failure": true,
85 "cmd": [ 85 "cmd": [
86 "python", 86 "python",
(...skipping 10 matching lines...) Expand all
97 "--compiler", 97 "--compiler",
98 "goma", 98 "goma",
99 "--", 99 "--",
100 "base_unittests", 100 "base_unittests",
101 "net_unittests" 101 "net_unittests"
102 ], 102 ],
103 "name": "compile", 103 "name": "compile",
104 "skip": true 104 "skip": true
105 } 105 }
106 ] 106 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698