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

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

Issue 2847743003: Eliminate InterfaceRegistry (Closed)
Patch Set: . Created 3 years, 7 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
« no previous file with comments | « testing/buildbot/chromium.linux.json ('k') | testing/buildbot/gn_isolate_map.pyl » ('j') | 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 253 matching lines...) Expand 10 before | Expand all | Expand 10 after
264 { 264 {
265 "swarming": { 265 "swarming": {
266 "can_use_on_swarming_builders": true 266 "can_use_on_swarming_builders": true
267 }, 267 },
268 "test": "mojo_common_unittests" 268 "test": "mojo_common_unittests"
269 }, 269 },
270 { 270 {
271 "swarming": { 271 "swarming": {
272 "can_use_on_swarming_builders": true 272 "can_use_on_swarming_builders": true
273 }, 273 },
274 "test": "mojo_public_application_unittests"
275 },
276 {
277 "swarming": {
278 "can_use_on_swarming_builders": true
279 },
280 "test": "mojo_public_bindings_unittests" 274 "test": "mojo_public_bindings_unittests"
281 }, 275 },
282 { 276 {
283 "swarming": { 277 "swarming": {
284 "can_use_on_swarming_builders": true 278 "can_use_on_swarming_builders": true
285 }, 279 },
286 "test": "mojo_public_system_unittests" 280 "test": "mojo_public_system_unittests"
287 }, 281 },
288 { 282 {
289 "swarming": { 283 "swarming": {
(...skipping 1027 matching lines...) Expand 10 before | Expand all | Expand 10 after
1317 { 1311 {
1318 "swarming": { 1312 "swarming": {
1319 "can_use_on_swarming_builders": true 1313 "can_use_on_swarming_builders": true
1320 }, 1314 },
1321 "test": "mojo_common_unittests" 1315 "test": "mojo_common_unittests"
1322 }, 1316 },
1323 { 1317 {
1324 "swarming": { 1318 "swarming": {
1325 "can_use_on_swarming_builders": true 1319 "can_use_on_swarming_builders": true
1326 }, 1320 },
1327 "test": "mojo_public_application_unittests"
1328 },
1329 {
1330 "swarming": {
1331 "can_use_on_swarming_builders": true
1332 },
1333 "test": "mojo_public_bindings_unittests" 1321 "test": "mojo_public_bindings_unittests"
1334 }, 1322 },
1335 { 1323 {
1336 "swarming": { 1324 "swarming": {
1337 "can_use_on_swarming_builders": true 1325 "can_use_on_swarming_builders": true
1338 }, 1326 },
1339 "test": "mojo_public_system_unittests" 1327 "test": "mojo_public_system_unittests"
1340 }, 1328 },
1341 { 1329 {
1342 "swarming": { 1330 "swarming": {
(...skipping 599 matching lines...) Expand 10 before | Expand all | Expand 10 after
1942 "additional_compile_targets": [ 1930 "additional_compile_targets": [
1943 "chrome_official_builder" 1931 "chrome_official_builder"
1944 ] 1932 ]
1945 }, 1933 },
1946 "Win8 GYP (dbg)": { 1934 "Win8 GYP (dbg)": {
1947 "additional_compile_targets": [ 1935 "additional_compile_targets": [
1948 "all" 1936 "all"
1949 ] 1937 ]
1950 } 1938 }
1951 } 1939 }
OLDNEW
« no previous file with comments | « testing/buildbot/chromium.linux.json ('k') | testing/buildbot/gn_isolate_map.pyl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698