Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 { | 1 { |
| 2 "Android GN": { | 2 "Android GN": { |
| 3 "additional_compile_targets": [ | 3 "additional_compile_targets": [ |
| 4 "chrome_public_apk", | 4 "chrome_public_apk", |
| 5 "chrome_public_test_apk", | 5 "chrome_public_test_apk", |
| 6 "chrome_shell_apk", | 6 "chrome_shell_apk", |
| 7 "chrome_shell_test_apk", | 7 "chrome_shell_test_apk", |
| 8 "content_shell_apk", | 8 "content_shell_apk", |
| 9 "mandoline:all" | 9 "mandoline:all" |
| 10 ], | 10 ], |
| (...skipping 218 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 229 { | 229 { |
| 230 "swarming": { | 230 "swarming": { |
| 231 "can_use_on_swarming_builders": true | 231 "can_use_on_swarming_builders": true |
| 232 }, | 232 }, |
| 233 "test": "url_unittests" | 233 "test": "url_unittests" |
| 234 } | 234 } |
| 235 ] | 235 ] |
| 236 }, | 236 }, |
| 237 "Linux GN": { | 237 "Linux GN": { |
| 238 "additional_compile_targets": [ | 238 "additional_compile_targets": [ |
| 239 "browser_tests", | 239 "browser_tests", |
|
Dirk Pranke
2015/08/07 23:49:42
You can also delete this line now.
jam
2015/08/08 01:50:01
Done.
| |
| 240 "mandoline:all" | 240 "mandoline:all" |
| 241 ], | 241 ], |
| 242 "gtest_tests": [ | 242 "gtest_tests": [ |
| 243 { | 243 { |
| 244 "swarming": { | 244 "swarming": { |
| 245 "can_use_on_swarming_builders": true | 245 "can_use_on_swarming_builders": true |
| 246 }, | 246 }, |
| 247 "test": "accessibility_unittests" | 247 "test": "accessibility_unittests" |
| 248 }, | 248 }, |
| 249 { | 249 { |
| 250 "swarming": { | 250 "swarming": { |
| 251 "can_use_on_swarming_builders": true | 251 "can_use_on_swarming_builders": true |
| 252 }, | 252 }, |
| 253 "test": "app_list_unittests" | 253 "test": "app_list_unittests" |
| 254 }, | 254 }, |
| 255 { | 255 { |
| 256 "swarming": { | 256 "swarming": { |
| 257 "can_use_on_swarming_builders": true | 257 "can_use_on_swarming_builders": true |
| 258 }, | 258 }, |
| 259 "test": "aura_unittests" | 259 "test": "aura_unittests" |
| 260 }, | 260 }, |
| 261 { | 261 { |
| 262 "swarming": { | 262 "swarming": { |
| 263 "can_use_on_swarming_builders": true | 263 "can_use_on_swarming_builders": true |
| 264 }, | 264 }, |
| 265 "test": "base_unittests" | 265 "test": "base_unittests" |
| 266 }, | 266 }, |
| 267 { | 267 { |
| 268 "swarming": { | 268 "swarming": { |
| 269 "can_use_on_swarming_builders": true, | |
| 270 "shards": 5 | |
| 271 }, | |
| 272 "test": "browser_tests" | |
| 273 }, | |
| 274 { | |
| 275 "swarming": { | |
| 269 "can_use_on_swarming_builders": true | 276 "can_use_on_swarming_builders": true |
| 270 }, | 277 }, |
| 271 "test": "cacheinvalidation_unittests" | 278 "test": "cacheinvalidation_unittests" |
| 272 }, | 279 }, |
| 273 { | 280 { |
| 274 "swarming": { | 281 "swarming": { |
| 275 "can_use_on_swarming_builders": true | 282 "can_use_on_swarming_builders": true |
| 276 }, | 283 }, |
| 277 "test": "cast_unittests" | 284 "test": "cast_unittests" |
| 278 }, | 285 }, |
| (...skipping 1332 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 1611 } | 1618 } |
| 1612 ], | 1619 ], |
| 1613 "scripts": [ | 1620 "scripts": [ |
| 1614 { | 1621 { |
| 1615 "name": "nacl_integration", | 1622 "name": "nacl_integration", |
| 1616 "script": "nacl_integration.py" | 1623 "script": "nacl_integration.py" |
| 1617 } | 1624 } |
| 1618 ] | 1625 ] |
| 1619 } | 1626 } |
| 1620 } | 1627 } |
| OLD | NEW |