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

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

Issue 1966663002: [Mac/GN] Run most test suites that are run on the GYP bots. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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.mac.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 454 matching lines...) Expand 10 before | Expand all | Expand 10 after
465 "label": "//remoting:remoting_unittests", 465 "label": "//remoting:remoting_unittests",
466 "type": "console_test_launcher", 466 "type": "console_test_launcher",
467 }, 467 },
468 "sandbox_linux_unittests": { 468 "sandbox_linux_unittests": {
469 "label": "//sandbox/linux:sandbox_linux_unittests", 469 "label": "//sandbox/linux:sandbox_linux_unittests",
470 "type": "raw", 470 "type": "raw",
471 "args": [], 471 "args": [],
472 }, 472 },
473 "sandbox_mac_unittests": { 473 "sandbox_mac_unittests": {
474 "label": "//sandbox/mac:sandbox_mac_unittests", 474 "label": "//sandbox/mac:sandbox_mac_unittests",
475 "type": "unknown", 475 "type": "console_test_launcher",
476 }, 476 },
477 "sbox_integration_tests": { 477 "sbox_integration_tests": {
478 "label": "//sandbox/win:sbox_integration_tests", 478 "label": "//sandbox/win:sbox_integration_tests",
479 "type": "console_test_launcher", 479 "type": "console_test_launcher",
480 }, 480 },
481 "sbox_unittests": { 481 "sbox_unittests": {
482 "label": "//sandbox/win:sbox_unittests", 482 "label": "//sandbox/win:sbox_unittests",
483 "type": "console_test_launcher", 483 "type": "console_test_launcher",
484 }, 484 },
485 "sbox_validation_tests": { 485 "sbox_validation_tests": {
(...skipping 107 matching lines...) Expand 10 before | Expand all | Expand 10 after
593 }, 593 },
594 "wm_unittests": { 594 "wm_unittests": {
595 "label": "//ui/wm:wm_unittests", 595 "label": "//ui/wm:wm_unittests",
596 "type": "windowed_test_launcher", 596 "type": "windowed_test_launcher",
597 }, 597 },
598 "wtf_unittests": { 598 "wtf_unittests": {
599 "label": "//third_party/WebKit/Source/wtf:wtf_unittests", 599 "label": "//third_party/WebKit/Source/wtf:wtf_unittests",
600 "type": "console_test_launcher", 600 "type": "console_test_launcher",
601 }, 601 },
602 } 602 }
OLDNEW
« no previous file with comments | « testing/buildbot/chromium.mac.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698