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

Side by Side Diff: testing/buildbot/chromium.win.json

Issue 1950003002: gn BUILD fixes for disabling enable_extensions and use_ash feature flags. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix gn runtime deps check error on missing mash target on linux and win8. Created 4 years, 6 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
« BUILD.gn ('K') | « testing/buildbot/chromium.linux.json ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 { 1 {
2 "Win 7 Tests x64 (1)": { 2 "Win 7 Tests x64 (1)": {
3 "gtest_tests": [ 3 "gtest_tests": [
4 { 4 {
5 "swarming": { 5 "swarming": {
6 "can_use_on_swarming_builders": true 6 "can_use_on_swarming_builders": true
7 }, 7 },
8 "test": "accessibility_unittests" 8 "test": "accessibility_unittests"
9 }, 9 },
10 { 10 {
(...skipping 2138 matching lines...) Expand 10 before | Expand all | Expand 10 after
2149 "gcm_unit_tests", 2149 "gcm_unit_tests",
2150 "gfx_unittests", 2150 "gfx_unittests",
2151 "google_apis_unittests", 2151 "google_apis_unittests",
2152 "gpu_ipc_service_unittests", 2152 "gpu_ipc_service_unittests",
2153 "gpu_unittests", 2153 "gpu_unittests",
2154 "interactive_ui_tests", 2154 "interactive_ui_tests",
2155 "ipc_mojo_unittests", 2155 "ipc_mojo_unittests",
2156 "ipc_tests", 2156 "ipc_tests",
2157 "jingle_unittests", 2157 "jingle_unittests",
2158 "keyboard_unittests", 2158 "keyboard_unittests",
2159 "mash:all",
2160 "media_unittests", 2159 "media_unittests",
2161 "media_blink_unittests", 2160 "media_blink_unittests",
2162 "message_center_unittests", 2161 "message_center_unittests",
2163 "ppapi_unittests", 2162 "ppapi_unittests",
2164 "printing_unittests", 2163 "printing_unittests",
2165 "remoting_all", 2164 "remoting_all",
2166 "sbox_integration_tests", 2165 "sbox_integration_tests",
2167 "sbox_unittests", 2166 "sbox_unittests",
2168 "sbox_validation_tests", 2167 "sbox_validation_tests",
2169 "skia_unittests", 2168 "skia_unittests",
(...skipping 78 matching lines...) Expand 10 before | Expand all | Expand 10 after
2248 }, 2247 },
2249 "test": "mojo_system_unittests" 2248 "test": "mojo_system_unittests"
2250 }, 2249 },
2251 { 2250 {
2252 "swarming": { 2251 "swarming": {
2253 "can_use_on_swarming_builders": true 2252 "can_use_on_swarming_builders": true
2254 }, 2253 },
2255 "test": "mus_public_unittests" 2254 "test": "mus_public_unittests"
2256 }, 2255 },
2257 { 2256 {
2258 "args": [
2259 "--override-use-gl-with-osmesa-for-tests"
2260 ],
2261 "swarming": {
2262 "can_use_on_swarming_builders": true
2263 },
2264 "test": "mash_unittests"
2265 },
2266 {
2267 "test": "mus_gpu_unittests" 2257 "test": "mus_gpu_unittests"
2268 }, 2258 },
2269 { 2259 {
2270 "test": "mus_ws_unittests" 2260 "test": "mus_ws_unittests"
2271 }, 2261 },
2272 { 2262 {
2273 "swarming": { 2263 "swarming": {
2274 "can_use_on_swarming_builders": true 2264 "can_use_on_swarming_builders": true
2275 }, 2265 },
2276 "test": "navigation_unittests" 2266 "test": "navigation_unittests"
(...skipping 16 matching lines...) Expand all
2293 }, 2283 },
2294 { 2284 {
2295 "swarming": { 2285 "swarming": {
2296 "can_use_on_swarming_builders": true 2286 "can_use_on_swarming_builders": true
2297 }, 2287 },
2298 "test": "events_unittests" 2288 "test": "events_unittests"
2299 } 2289 }
2300 ] 2290 ]
2301 } 2291 }
2302 } 2292 }
OLDNEW
« BUILD.gn ('K') | « testing/buildbot/chromium.linux.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698