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

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

Issue 2901613002: Remove navigation_service_unittests, along with the service itself. (Closed)
Patch Set: Fix isolate files? 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 307 matching lines...) Expand 10 before | Expand all | Expand 10 after
318 { 318 {
319 "swarming": { 319 "swarming": {
320 "can_use_on_swarming_builders": true 320 "can_use_on_swarming_builders": true
321 }, 321 },
322 "test": "native_theme_unittests" 322 "test": "native_theme_unittests"
323 }, 323 },
324 { 324 {
325 "swarming": { 325 "swarming": {
326 "can_use_on_swarming_builders": true 326 "can_use_on_swarming_builders": true
327 }, 327 },
328 "test": "navigation_unittests"
329 },
330 {
331 "swarming": {
332 "can_use_on_swarming_builders": true
333 },
334 "test": "net_unittests" 328 "test": "net_unittests"
335 }, 329 },
336 { 330 {
337 "swarming": { 331 "swarming": {
338 "can_use_on_swarming_builders": true 332 "can_use_on_swarming_builders": true
339 }, 333 },
340 "test": "pdf_unittests" 334 "test": "pdf_unittests"
341 }, 335 },
342 { 336 {
343 "swarming": { 337 "swarming": {
(...skipping 1634 matching lines...) Expand 10 before | Expand all | Expand 10 after
1978 "additional_compile_targets": [ 1972 "additional_compile_targets": [
1979 "chrome_official_builder" 1973 "chrome_official_builder"
1980 ] 1974 ]
1981 }, 1975 },
1982 "Win8 GYP (dbg)": { 1976 "Win8 GYP (dbg)": {
1983 "additional_compile_targets": [ 1977 "additional_compile_targets": [
1984 "all" 1978 "all"
1985 ] 1979 ]
1986 } 1980 }
1987 } 1981 }
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