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

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

Issue 1133483002: WIP: Non-SFI mode: Enable nacl_helper_nonsfi_unittests. Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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 | « sandbox/sandbox_nacl_nonsfi.gyp ('k') | testing/buildbot/chromium.linux.json » ('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 "Linux ChromiumOS GN": { 2 "Linux ChromiumOS GN": {
3 "additional_compile_targets": [ 3 "additional_compile_targets": [
4 "accessibility_unittests", 4 "accessibility_unittests",
5 "app_list_unittests", 5 "app_list_unittests",
6 "aura_unittests", 6 "aura_unittests",
7 "browser_tests", 7 "browser_tests",
8 "cacheinvalidation_unittests", 8 "cacheinvalidation_unittests",
9 "chromedriver_unittests", 9 "chromedriver_unittests",
10 "chromeos_unittests", 10 "chromeos_unittests",
(...skipping 202 matching lines...) Expand 10 before | Expand all | Expand 10 after
213 { 213 {
214 "test": "media_unittests" 214 "test": "media_unittests"
215 }, 215 },
216 { 216 {
217 "test": "message_center_unittests" 217 "test": "message_center_unittests"
218 }, 218 },
219 { 219 {
220 "test": "midi_unittests" 220 "test": "midi_unittests"
221 }, 221 },
222 { 222 {
223 "test": "nacl_helper_nonsfi_unittests"
224 },
225 {
223 "test": "nacl_loader_unittests" 226 "test": "nacl_loader_unittests"
224 }, 227 },
225 { 228 {
226 "swarming": { 229 "swarming": {
227 "can_use_on_swarming_builders": true 230 "can_use_on_swarming_builders": true
228 }, 231 },
229 "test": "net_unittests" 232 "test": "net_unittests"
230 }, 233 },
231 { 234 {
232 "test": "ozone_unittests" 235 "test": "ozone_unittests"
(...skipping 168 matching lines...) Expand 10 before | Expand all | Expand 10 after
401 { 404 {
402 "test": "media_unittests" 405 "test": "media_unittests"
403 }, 406 },
404 { 407 {
405 "test": "message_center_unittests" 408 "test": "message_center_unittests"
406 }, 409 },
407 { 410 {
408 "test": "midi_unittests" 411 "test": "midi_unittests"
409 }, 412 },
410 { 413 {
414 "test": "nacl_helper_nonsfi_unittests"
415 },
416 {
411 "test": "nacl_loader_unittests" 417 "test": "nacl_loader_unittests"
412 }, 418 },
413 { 419 {
414 "swarming": { 420 "swarming": {
415 "can_use_on_swarming_builders": true 421 "can_use_on_swarming_builders": true
416 }, 422 },
417 "test": "net_unittests" 423 "test": "net_unittests"
418 }, 424 },
419 { 425 {
420 "test": "ppapi_unittests" 426 "test": "ppapi_unittests"
(...skipping 164 matching lines...) Expand 10 before | Expand all | Expand 10 after
585 { 591 {
586 "test": "media_unittests" 592 "test": "media_unittests"
587 }, 593 },
588 { 594 {
589 "test": "message_center_unittests" 595 "test": "message_center_unittests"
590 }, 596 },
591 { 597 {
592 "test": "midi_unittests" 598 "test": "midi_unittests"
593 }, 599 },
594 { 600 {
601 "test": "nacl_helper_nonsfi_unittests"
602 },
603 {
595 "test": "nacl_loader_unittests" 604 "test": "nacl_loader_unittests"
596 }, 605 },
597 { 606 {
598 "swarming": { 607 "swarming": {
599 "can_use_on_swarming_builders": true 608 "can_use_on_swarming_builders": true
600 }, 609 },
601 "test": "net_unittests" 610 "test": "net_unittests"
602 }, 611 },
603 { 612 {
604 "test": "ppapi_unittests" 613 "test": "ppapi_unittests"
(...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after
644 }, 653 },
645 { 654 {
646 "test": "views_unittests" 655 "test": "views_unittests"
647 }, 656 },
648 { 657 {
649 "test": "wm_unittests" 658 "test": "wm_unittests"
650 } 659 }
651 ] 660 ]
652 } 661 }
653 } 662 }
OLDNEW
« no previous file with comments | « sandbox/sandbox_nacl_nonsfi.gyp ('k') | testing/buildbot/chromium.linux.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698