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

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

Issue 1923593003: Add mus::mojom::ChannelHandle for passing IPC::ChannelHandle via mojo IPC. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Update 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.win.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 391 matching lines...) Expand 10 before | Expand all | Expand 10 after
402 "type": "unknown", 402 "type": "unknown",
403 }, 403 },
404 "message_center_unittests": { 404 "message_center_unittests": {
405 "label": "//ui/message_center:message_center_unittests", 405 "label": "//ui/message_center:message_center_unittests",
406 "type": "console_test_launcher", 406 "type": "console_test_launcher",
407 }, 407 },
408 "mash_unittests": { 408 "mash_unittests": {
409 "label": "//mash:mash_unittests", 409 "label": "//mash:mash_unittests",
410 "type": "unknown", 410 "type": "unknown",
411 }, 411 },
412 "mus_gpu_unittests": {
413 "label": "//components/mus/gpu:mus_gpu_unittests",
414 "type": "console_test_launcher",
415 },
412 "mus_ws_unittests": { 416 "mus_ws_unittests": {
413 "label": "//components/mus/ws:mus_ws_unittests", 417 "label": "//components/mus/ws:mus_ws_unittests",
414 "type": "windowed_test_launcher", 418 "type": "windowed_test_launcher",
415 }, 419 },
416 "nacl_loader_unittests": { 420 "nacl_loader_unittests": {
417 "label": "//components/nacl/loader:nacl_loader_unittests", 421 "label": "//components/nacl/loader:nacl_loader_unittests",
418 "type": "raw", 422 "type": "raw",
419 "args": [], 423 "args": [],
420 }, 424 },
421 "net_unittests": { 425 "net_unittests": {
(...skipping 148 matching lines...) Expand 10 before | Expand all | Expand 10 after
570 }, 574 },
571 "wm_unittests": { 575 "wm_unittests": {
572 "label": "//ui/wm:wm_unittests", 576 "label": "//ui/wm:wm_unittests",
573 "type": "windowed_test_launcher", 577 "type": "windowed_test_launcher",
574 }, 578 },
575 "wtf_unittests": { 579 "wtf_unittests": {
576 "label": "//third_party/WebKit/Source/wtf:wtf_unittests", 580 "label": "//third_party/WebKit/Source/wtf:wtf_unittests",
577 "type": "console_test_launcher", 581 "type": "console_test_launcher",
578 }, 582 },
579 } 583 }
OLDNEW
« no previous file with comments | « testing/buildbot/chromium.win.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698