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

Side by Side Diff: scripts/slave/recipes/blink_trybot.expected/linux_passFirst_debug.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 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': 'svn://svn-mirror.golo.chromium.org/blink/trunk'}, 'custom_vars': {'googlecode_ url': 'svn://svn-mirror.golo.chromium.org/%s', 'nacl_trunk': 'svn://svn-mirror.g olo.chromium.org/native_client/trunk', 'sourceforge_url': 'svn://svn-mirror.golo .chromium.org/%(repo)s', 'webkit_revision': 'HEAD', 'webkit_trunk': 'svn://svn-m irror.golo.chromium.org/blink/trunk'}, 'deps_file': 'DEPS', 'managed': True, 'na me': 'src', 'url': 'svn://svn-mirror.golo.chromium.org/chrome/trunk/src'}, {'cus tom_deps': {'src/chrome/test/data/firefox2_profile/searchplugins': None, 'src/ch rome/test/data/firefox2_searchplugins': None, 'src/chrome/test/data/firefox3_pro file/searchplugins': None, 'src/chrome/test/data/firefox3_searchplugins': None, 'src/chrome/test/data/osdd': None, 'src/chrome/test/data/perf/frame_rate/private ': None, 'src/chrome/test/data/plugin': None, 'src/chrome/test/data/ssl/certs': None, 'src/data/autodiscovery': None, 'src/data/esctf': None, 'src/data/mach_por ts': None, 'src/data/memory_test': None, 'src/data/mozilla_js_tests': None, 'src /data/page_cycler': None, 'src/data/selenium_core': None, 'src/data/tab_switchin g': None, 'src/tools/grit/grit/test/data': None}, 'deps_file': 'DEPS', 'managed' : True, 'name': 'src-internal', 'url': 'svn://svn-mirror.golo.chromium.org/chrom e-internal/trunk/src-internal'}]" 9 "cache_dir = None\nsolutions = [{'custom_deps': {'src/third_party/WebKit': 'svn://svn-mirror.golo.chromium.org/blink/trunk'}, 'custom_vars': {'googlecode_ url': 'svn://svn-mirror.golo.chromium.org/%s', 'nacl_trunk': 'svn://svn-mirror.g olo.chromium.org/native_client/trunk', 'sourceforge_url': 'svn://svn-mirror.golo .chromium.org/%(repo)s', 'webkit_revision': 'HEAD', 'webkit_trunk': 'svn://svn-m irror.golo.chromium.org/blink/trunk'}, 'deps_file': 'DEPS', 'managed': True, 'na me': 'src', 'url': 'svn://svn-mirror.golo.chromium.org/chrome/trunk/src'}, {'cus tom_deps': {'src/chrome/test/data/firefox2_profile/searchplugins': None, 'src/ch rome/test/data/firefox2_searchplugins': None, 'src/chrome/test/data/firefox3_pro file/searchplugins': None, 'src/chrome/test/data/firefox3_searchplugins': None, 'src/chrome/test/data/osdd': None, 'src/chrome/test/data/perf/frame_rate/private ': None, 'src/chrome/test/data/plugin': None, 'src/chrome/test/data/ssl/certs': None, 'src/data/autodiscovery': None, 'src/data/esctf': None, 'src/data/mach_por ts': None, 'src/data/memory_test': None, 'src/data/mozilla_js_tests': None, 'src /data/page_cycler': None, 'src/data/selenium_core': None, 'src/data/tab_switchin g': None, 'src/tools/grit/grit/test/data': None}, 'deps_file': 'DEPS', 'managed' : True, 'name': 'src-internal', 'url': 'svn://svn-mirror.golo.chromium.org/chrom e-internal/trunk/src-internal'}]"
10 ], 10 ],
(...skipping 85 matching lines...) Expand 10 before | Expand all | Expand 10 after
96 "name": "apply_issue" 96 "name": "apply_issue"
97 }, 97 },
98 { 98 {
99 "cmd": [ 99 "cmd": [
100 "python", 100 "python",
101 "-u", 101 "-u",
102 "[DEPOT_TOOLS]/gclient.py", 102 "[DEPOT_TOOLS]/gclient.py",
103 "runhooks" 103 "runhooks"
104 ], 104 ],
105 "env": { 105 "env": {
106 "GYP_DEFINES": "component=shared_library dcheck_always_on=1 fastbuild=1", 106 "GYP_DEFINES": "component=shared_library dcheck_always_on=1 fastbuild=1 ta rget_arch=x64",
107 "GYP_GENERATORS": "ninja" 107 "GYP_GENERATORS": "ninja"
108 }, 108 },
109 "name": "gclient runhooks" 109 "name": "gclient runhooks"
110 }, 110 },
111 { 111 {
112 "abort_on_failure": true, 112 "abort_on_failure": true,
113 "cmd": [ 113 "cmd": [
114 "python", 114 "python",
115 "-u", 115 "-u",
116 "[BUILD]/scripts/slave/compile.py", 116 "[BUILD]/scripts/slave/compile.py",
(...skipping 187 matching lines...) Expand 10 before | Expand all | Expand 10 after
304 "-u", 304 "-u",
305 "print \"ALL IS WELL\"" 305 "print \"ALL IS WELL\""
306 ], 306 ],
307 "name": "webkit_tests", 307 "name": "webkit_tests",
308 "~followup_annotations": [ 308 "~followup_annotations": [
309 "@@@STEP_LOG_LINE@python.inline@print \"ALL IS WELL\"@@@", 309 "@@@STEP_LOG_LINE@python.inline@print \"ALL IS WELL\"@@@",
310 "@@@STEP_LOG_END@python.inline@@@" 310 "@@@STEP_LOG_END@python.inline@@@"
311 ] 311 ]
312 } 312 }
313 ] 313 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698