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

Side by Side Diff: testing/buildbot/gn_isolate_map.pyl

Issue 2455553002: media: media_unittests also run media mojo unittests (Closed)
Patch Set: Created 4 years, 1 month 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_memory_trybot.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 ## Copyright 2015 The Chromium Authors. All rights reserved. 1 ## Copyright 2015 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 # gn_isolate_map.pyl - A mapping of Ninja build target names to GN labels and 5 # gn_isolate_map.pyl - A mapping of Ninja build target names to GN labels and
6 # test type classifications for the tests that are run on the bots. 6 # test type classifications for the tests that are run on the bots.
7 # 7 #
8 # This mapping is used by MB so that we can uniformly refer to test binaries 8 # This mapping is used by MB so that we can uniformly refer to test binaries
9 # by their Ninja target names in the recipes and not need to worry about how 9 # by their Ninja target names in the recipes and not need to worry about how
10 # they are referred to in GN or GYP specifically (the GYP target name is pretty 10 # they are referred to in GN or GYP specifically (the GYP target name is pretty
(...skipping 568 matching lines...) Expand 10 before | Expand all | Expand 10 after
579 "type": "additional_compile_target", 579 "type": "additional_compile_target",
580 }, 580 },
581 "media_unittests": { 581 "media_unittests": {
582 "label": "//media:media_unittests", 582 "label": "//media:media_unittests",
583 "type": "windowed_test_launcher", 583 "type": "windowed_test_launcher",
584 }, 584 },
585 "media_mojo_shell_unittests": { 585 "media_mojo_shell_unittests": {
586 "label": "//media/mojo/services:media_mojo_shell_unittests", 586 "label": "//media/mojo/services:media_mojo_shell_unittests",
587 "type": "console_test_launcher", 587 "type": "console_test_launcher",
588 }, 588 },
589 "media_mojo_unittests": {
590 "label": "//media/mojo:media_mojo_unittests",
591 "type": "console_test_launcher",
592 },
593 "media_blink_unittests": { 589 "media_blink_unittests": {
594 "label": "//media/blink:media_blink_unittests", 590 "label": "//media/blink:media_blink_unittests",
595 "type": "windowed_test_launcher", 591 "type": "windowed_test_launcher",
596 }, 592 },
597 "midi_unittests": { 593 "midi_unittests": {
598 "label": "//media/midi:midi_unittests", 594 "label": "//media/midi:midi_unittests",
599 "type": "windowed_test_launcher", 595 "type": "windowed_test_launcher",
600 }, 596 },
601 "mini_installer": { 597 "mini_installer": {
602 "label": "//chrome/installer/mini_installer:mini_installer", 598 "label": "//chrome/installer/mini_installer:mini_installer",
(...skipping 352 matching lines...) Expand 10 before | Expand all | Expand 10 after
955 }, 951 },
956 "wtf_unittests": { 952 "wtf_unittests": {
957 "label": "//third_party/WebKit/Source/wtf:wtf_unittests", 953 "label": "//third_party/WebKit/Source/wtf:wtf_unittests",
958 "type": "console_test_launcher", 954 "type": "console_test_launcher",
959 }, 955 },
960 "xmllite_xmpp_unittests": { 956 "xmllite_xmpp_unittests": {
961 "label": "//webrtc:xmllite_xmpp_unittests", 957 "label": "//webrtc:xmllite_xmpp_unittests",
962 "type": "console_test_launcher", 958 "type": "console_test_launcher",
963 } 959 }
964 } 960 }
OLDNEW
« no previous file with comments | « testing/buildbot/chromium_memory_trybot.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698