| OLD | NEW |
| 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 370 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 381 "type": "unknown", | 381 "type": "unknown", |
| 382 }, | 382 }, |
| 383 "message_center_unittests": { | 383 "message_center_unittests": { |
| 384 "label": "//ui/message_center:message_center_unittests", | 384 "label": "//ui/message_center:message_center_unittests", |
| 385 "type": "console_test_launcher", | 385 "type": "console_test_launcher", |
| 386 }, | 386 }, |
| 387 "mash_unittests": { | 387 "mash_unittests": { |
| 388 "label": "//mash:mash_unittests", | 388 "label": "//mash:mash_unittests", |
| 389 "type": "unknown", | 389 "type": "unknown", |
| 390 }, | 390 }, |
| 391 "mus_ws_unittests": { |
| 392 "label": "//components/mus/ws:mus_ws_unittests", |
| 393 "type": "windowed_test_launcher", |
| 394 }, |
| 391 "nacl_loader_unittests": { | 395 "nacl_loader_unittests": { |
| 392 "label": "//components/nacl/loader:nacl_loader_unittests", | 396 "label": "//components/nacl/loader:nacl_loader_unittests", |
| 393 "type": "raw", | 397 "type": "raw", |
| 394 "args": [], | 398 "args": [], |
| 395 }, | 399 }, |
| 396 "net_unittests": { | 400 "net_unittests": { |
| 397 "label": "//net:net_unittests", | 401 "label": "//net:net_unittests", |
| 398 "type": "console_test_launcher", | 402 "type": "console_test_launcher", |
| 399 }, | 403 }, |
| 400 "ozone_unittests": { | 404 "ozone_unittests": { |
| (...skipping 130 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 531 "type": "windowed_test_launcher", | 535 "type": "windowed_test_launcher", |
| 532 }, | 536 }, |
| 533 "views_unittests": { | 537 "views_unittests": { |
| 534 "label": "//ui/views:views_unittests", | 538 "label": "//ui/views:views_unittests", |
| 535 "type": "windowed_test_launcher", | 539 "type": "windowed_test_launcher", |
| 536 }, | 540 }, |
| 537 "webkit_unit_tests": { | 541 "webkit_unit_tests": { |
| 538 "label": "//third_party/WebKit/Source/web:webkit_unit_tests", | 542 "label": "//third_party/WebKit/Source/web:webkit_unit_tests", |
| 539 "type": "console_test_launcher", | 543 "type": "console_test_launcher", |
| 540 }, | 544 }, |
| 541 "window_manager_unittests": { | |
| 542 "label": "//components/mus/ws:window_manager_unittests", | |
| 543 "type": "unknown", | |
| 544 }, | |
| 545 "wm_unittests": { | 545 "wm_unittests": { |
| 546 "label": "//ui/wm:wm_unittests", | 546 "label": "//ui/wm:wm_unittests", |
| 547 "type": "windowed_test_launcher", | 547 "type": "windowed_test_launcher", |
| 548 }, | 548 }, |
| 549 "wtf_unittests": { | 549 "wtf_unittests": { |
| 550 "label": "//third_party/WebKit/Source/wtf:wtf_unittests", | 550 "label": "//third_party/WebKit/Source/wtf:wtf_unittests", |
| 551 "type": "console_test_launcher", | 551 "type": "console_test_launcher", |
| 552 }, | 552 }, |
| 553 } | 553 } |
| OLD | NEW |