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

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

Issue 1771393002: Convert mus apptests to shelltests (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 9 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
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 528 matching lines...) Expand 10 before | Expand all | Expand 10 after
539 "type": "windowed_test_launcher", 539 "type": "windowed_test_launcher",
540 }, 540 },
541 "webkit_unit_tests": { 541 "webkit_unit_tests": {
542 "label": "//third_party/WebKit/Source/web:webkit_unit_tests", 542 "label": "//third_party/WebKit/Source/web:webkit_unit_tests",
543 "type": "console_test_launcher", 543 "type": "console_test_launcher",
544 }, 544 },
545 "window_manager_unittests": { 545 "window_manager_unittests": {
546 "label": "//components/mus/ws:window_manager_unittests", 546 "label": "//components/mus/ws:window_manager_unittests",
547 "type": "unknown", 547 "type": "unknown",
548 }, 548 },
549 "window_manager_shelltests": {
550 "label": "//components/mus/ws:window_manager_shelltests",
551 "type": "windowed_test_launcher",
552 },
549 "wm_unittests": { 553 "wm_unittests": {
550 "label": "//ui/wm:wm_unittests", 554 "label": "//ui/wm:wm_unittests",
551 "type": "windowed_test_launcher", 555 "type": "windowed_test_launcher",
552 }, 556 },
553 "wtf_unittests": { 557 "wtf_unittests": {
554 "label": "//third_party/WebKit/Source/wtf:wtf_unittests", 558 "label": "//third_party/WebKit/Source/wtf:wtf_unittests",
555 "type": "console_test_launcher", 559 "type": "console_test_launcher",
556 }, 560 },
557 } 561 }
OLDNEW
« components/mus/ws/BUILD.gn ('K') | « testing/buildbot/chromium.mojo.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698