| 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 287 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 298 "installer_util_unittests": { | 298 "installer_util_unittests": { |
| 299 "label": "//chrome/installer/util:installer_util_unittests", | 299 "label": "//chrome/installer/util:installer_util_unittests", |
| 300 "type": "console_test_launcher", | 300 "type": "console_test_launcher", |
| 301 }, | 301 }, |
| 302 "interactive_ui_tests": { | 302 "interactive_ui_tests": { |
| 303 "label": "//chrome/test:interactive_ui_tests", | 303 "label": "//chrome/test:interactive_ui_tests", |
| 304 "type": "windowed_test_launcher", | 304 "type": "windowed_test_launcher", |
| 305 }, | 305 }, |
| 306 "ipc_mojo_unittests": { | 306 "ipc_mojo_unittests": { |
| 307 "label": "//ipc/mojo:ipc_mojo_unittests", | 307 "label": "//ipc/mojo:ipc_mojo_unittests", |
| 308 "type": "unknown", | 308 "type": "console_test_launcher", |
| 309 }, | 309 }, |
| 310 "ipc_tests": { | 310 "ipc_tests": { |
| 311 "label": "//ipc:ipc_tests", | 311 "label": "//ipc:ipc_tests", |
| 312 "type": "console_test_launcher", | 312 "type": "console_test_launcher", |
| 313 }, | 313 }, |
| 314 "jingle_unittests": { | 314 "jingle_unittests": { |
| 315 "label": "//jingle:jingle_unittests", | 315 "label": "//jingle:jingle_unittests", |
| 316 "type": "console_test_launcher", | 316 "type": "console_test_launcher", |
| 317 }, | 317 }, |
| 318 "keyboard_unittests": { | 318 "keyboard_unittests": { |
| (...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 351 }, | 351 }, |
| 352 "mojo_js_integration_tests": { | 352 "mojo_js_integration_tests": { |
| 353 "label": "//mojo/edk/js/test:js_integration_tests", | 353 "label": "//mojo/edk/js/test:js_integration_tests", |
| 354 "type": "console_test_launcher", | 354 "type": "console_test_launcher", |
| 355 }, | 355 }, |
| 356 "mojo_js_unittests": { | 356 "mojo_js_unittests": { |
| 357 "label": "//mojo/edk/js/test:js_unittests", | 357 "label": "//mojo/edk/js/test:js_unittests", |
| 358 "type": "console_test_launcher", | 358 "type": "console_test_launcher", |
| 359 }, | 359 }, |
| 360 "mojo_public_application_unittests": { | 360 "mojo_public_application_unittests": { |
| 361 "label": "//mojo/edk/test:mojo_public_applicaiton_unittests", | 361 "label": "//mojo/shell/public/cpp/tests:mojo_public_application_unittests", |
| 362 "type": "unknown", | 362 "type": "console_test_launcher", |
| 363 }, | 363 }, |
| 364 "mojo_public_bindings_unittests": { | 364 "mojo_public_bindings_unittests": { |
| 365 "label": "//mojo/edk/test:mojo_public_bindings_unittests", | 365 "label": "//mojo/edk/test:mojo_public_bindings_unittests", |
| 366 "type": "console_test_launcher", | 366 "type": "console_test_launcher", |
| 367 }, | 367 }, |
| 368 "mojo_public_system_unittests": { | 368 "mojo_public_system_unittests": { |
| 369 "label": "//mojo/edk/test:mojo_public_system_unittests", | 369 "label": "//mojo/edk/test:mojo_public_system_unittests", |
| 370 "type": "console_test_launcher", | 370 "type": "console_test_launcher", |
| 371 }, | 371 }, |
| 372 "mojo_runner_host_unittests": { | 372 "mojo_runner_host_unittests": { |
| 373 "label": "//mojo/runner/host:unittests", | 373 "label": "//mojo/shell/runner/host:mojo_runner_host_unittests", |
| 374 "type": "unknown", | 374 "type": "console_test_launcher", |
| 375 }, | 375 }, |
| 376 "mojo_shell_unittests": { | 376 "mojo_shell_unittests": { |
| 377 "label": "//mojo/shell:mojo_shell_unittests", | 377 "label": "//mojo/shell/tests:mojo_shell_unittests", |
| 378 "type": "unknown", | 378 "type": "console_test_launcher", |
| 379 }, | 379 }, |
| 380 "mojo_surfaces_lib_unittests": { | 380 "mojo_surfaces_lib_unittests": { |
| 381 "label": "//mojo/converters/surfaces/tests:mojo_surfaces_lib_unittests", | 381 "label": "//mojo/converters/surfaces/tests:mojo_surfaces_lib_unittests", |
| 382 "type": "unknown", | 382 "type": "console_test_launcher", |
| 383 }, | 383 }, |
| 384 "mojo_system_unittests": { | 384 "mojo_system_unittests": { |
| 385 "label": "//mojo/edk/system:mojo_system_unittests", | 385 "label": "//mojo/edk/system:mojo_system_unittests", |
| 386 "type": "unknown", | 386 "type": "console_test_launcher", |
| 387 }, | 387 }, |
| 388 "mojo_view_manager_lib_unittests": { | 388 "mojo_view_manager_lib_unittests": { |
| 389 "label": "//components/view_manager/public/cpp/tests:mojo_view_manager_lib_u
nittests", | 389 "label": "//components/mus/public/cpp/tests:mojo_view_manager_lib_unittests"
, |
| 390 "type": "unknown", | 390 "type": "console_test_launcher", |
| 391 }, | 391 }, |
| 392 "message_center_unittests": { | 392 "message_center_unittests": { |
| 393 "label": "//ui/message_center:message_center_unittests", | 393 "label": "//ui/message_center:message_center_unittests", |
| 394 "type": "console_test_launcher", | 394 "type": "console_test_launcher", |
| 395 }, | 395 }, |
| 396 "mash_unittests": { | 396 "mash_unittests": { |
| 397 "label": "//mash:mash_unittests", | 397 "label": "//mash:mash_unittests", |
| 398 "type": "unknown", | 398 "type": "console_test_launcher", |
| 399 }, | 399 }, |
| 400 "mus_ws_unittests": { | 400 "mus_ws_unittests": { |
| 401 "label": "//components/mus/ws:mus_ws_unittests", | 401 "label": "//components/mus/ws:mus_ws_unittests", |
| 402 "type": "windowed_test_launcher", | 402 "type": "windowed_test_launcher", |
| 403 }, | 403 }, |
| 404 "nacl_loader_unittests": { | 404 "nacl_loader_unittests": { |
| 405 "label": "//components/nacl/loader:nacl_loader_unittests", | 405 "label": "//components/nacl/loader:nacl_loader_unittests", |
| 406 "type": "raw", | 406 "type": "raw", |
| 407 "args": [], | 407 "args": [], |
| 408 }, | 408 }, |
| 409 "net_unittests": { | 409 "net_unittests": { |
| 410 "label": "//net:net_unittests", | 410 "label": "//net:net_unittests", |
| 411 "type": "console_test_launcher", | 411 "type": "console_test_launcher", |
| 412 }, | 412 }, |
| 413 "network_service_unittests": { | 413 "network_service_unittests": { |
| 414 "label": "//mojo/services/network:unittests", | 414 "label": "//mojo/services/network:network_service_unittests", |
| 415 "type": "unknown", | 415 "type": "console_test_launcher", |
| 416 }, | 416 }, |
| 417 "ozone_unittests": { | 417 "ozone_unittests": { |
| 418 "label": "//ui/ozone:ozone_unittests", | 418 "label": "//ui/ozone:ozone_unittests", |
| 419 "type": "unknown", | 419 "type": "unknown", |
| 420 }, | 420 }, |
| 421 "ppapi_unittests": { | 421 "ppapi_unittests": { |
| 422 "label": "//ppapi:ppapi_unittests", | 422 "label": "//ppapi:ppapi_unittests", |
| 423 "type": "console_test_launcher", | 423 "type": "console_test_launcher", |
| 424 }, | 424 }, |
| 425 "printing_unittests": { | 425 "printing_unittests": { |
| 426 "label": "//printing:printing_unittests", | 426 "label": "//printing:printing_unittests", |
| 427 "type": "console_test_launcher", | 427 "type": "console_test_launcher", |
| 428 }, | 428 }, |
| 429 "remoting_unittests": { | 429 "remoting_unittests": { |
| 430 "label": "//remoting:remoting_unittests", | 430 "label": "//remoting:remoting_unittests", |
| 431 "type": "console_test_launcher", | 431 "type": "console_test_launcher", |
| 432 }, | 432 }, |
| 433 "resource_provider_unittests": { | 433 "resource_provider_unittests": { |
| 434 "label": "//components/resource_provider:resource_provider_unittests", | 434 "label": "//components/resource_provider:resource_provider_unittests", |
| 435 "type": "unknown", | 435 "type": "console_test_launcher", |
| 436 }, | 436 }, |
| 437 "sandbox_linux_unittests": { | 437 "sandbox_linux_unittests": { |
| 438 "label": "//sandbox/linux:sandbox_linux_unittests", | 438 "label": "//sandbox/linux:sandbox_linux_unittests", |
| 439 "type": "raw", | 439 "type": "raw", |
| 440 "args": [], | 440 "args": [], |
| 441 }, | 441 }, |
| 442 "sandbox_mac_unittests": { | 442 "sandbox_mac_unittests": { |
| 443 "label": "//sandbox/mac:sandbox_mac_unittests", | 443 "label": "//sandbox/mac:sandbox_mac_unittests", |
| 444 "type": "unknown", | 444 "type": "unknown", |
| 445 }, | 445 }, |
| (...skipping 116 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 562 }, | 562 }, |
| 563 "wm_unittests": { | 563 "wm_unittests": { |
| 564 "label": "//ui/wm:wm_unittests", | 564 "label": "//ui/wm:wm_unittests", |
| 565 "type": "windowed_test_launcher", | 565 "type": "windowed_test_launcher", |
| 566 }, | 566 }, |
| 567 "wtf_unittests": { | 567 "wtf_unittests": { |
| 568 "label": "//third_party/WebKit/Source/wtf:wtf_unittests", | 568 "label": "//third_party/WebKit/Source/wtf:wtf_unittests", |
| 569 "type": "console_test_launcher", | 569 "type": "console_test_launcher", |
| 570 }, | 570 }, |
| 571 } | 571 } |
| OLD | NEW |