OLD | NEW |
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 58 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
69 ] | 69 ] |
70 }, | 70 }, |
71 { | 71 { |
72 "cmd": [ | 72 "cmd": [ |
73 "python", | 73 "python", |
74 "-u", | 74 "-u", |
75 "[DEPOT_TOOLS]/gclient.py", | 75 "[DEPOT_TOOLS]/gclient.py", |
76 "runhooks" | 76 "runhooks" |
77 ], | 77 ], |
78 "env": { | 78 "env": { |
79 "GYP_DEFINES": "component=static_library embedded=1", | 79 "GYP_DEFINES": "component=static_library embedded=1 target_arch=x64", |
80 "GYP_GENERATORS": "ninja" | 80 "GYP_GENERATORS": "ninja" |
81 }, | 81 }, |
82 "name": "gclient runhooks" | 82 "name": "gclient runhooks" |
83 }, | 83 }, |
84 { | 84 { |
85 "abort_on_failure": true, | 85 "abort_on_failure": true, |
86 "cmd": [ | 86 "cmd": [ |
87 "python", | 87 "python", |
88 "-u", | 88 "-u", |
89 "[BUILD]/scripts/slave/compile.py", | 89 "[BUILD]/scripts/slave/compile.py", |
(...skipping 461 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
551 "--no-xvfb", | 551 "--no-xvfb", |
552 "--factory-properties", | 552 "--factory-properties", |
553 "{\"recipe\": \"ozone_ecs\"}", | 553 "{\"recipe\": \"ozone_ecs\"}", |
554 "--build-properties", | 554 "--build-properties", |
555 "{\"recipe\": \"ozone_ecs\"}", | 555 "{\"recipe\": \"ozone_ecs\"}", |
556 "content_browsertests" | 556 "content_browsertests" |
557 ], | 557 ], |
558 "name": "experimentally run content_browsertests" | 558 "name": "experimentally run content_browsertests" |
559 } | 559 } |
560 ] | 560 ] |
OLD | NEW |