| 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 155 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 166 "args": [ | 166 "args": [ |
| 167 "--test-launcher-bot-mode", | 167 "--test-launcher-bot-mode", |
| 168 ], | 168 ], |
| 169 }, | 169 }, |
| 170 "capture_unittests": { | 170 "capture_unittests": { |
| 171 "label": "//media/capture:capture_unittests", | 171 "label": "//media/capture:capture_unittests", |
| 172 "type": "windowed_test_launcher", | 172 "type": "windowed_test_launcher", |
| 173 }, | 173 }, |
| 174 "cast_alsa_cma_backend_unittests": { | 174 "cast_alsa_cma_backend_unittests": { |
| 175 "label": "//chromecast/media/cma/backend/alsa:cast_alsa_cma_backend_unittest
s", | 175 "label": "//chromecast/media/cma/backend/alsa:cast_alsa_cma_backend_unittest
s", |
| 176 "type": "unknown", | 176 "type": "console_test_launcher", |
| 177 }, | 177 }, |
| 178 "cast_base_unittests": { | 178 "cast_base_unittests": { |
| 179 "label": "//cast:cast_base_unittests", | 179 "label": "//cast:cast_base_unittests", |
| 180 "type": "unknown", | 180 "type": "console_test_launcher", |
| 181 }, | 181 }, |
| 182 "cast_crash_unittests": { | 182 "cast_crash_unittests": { |
| 183 "label": "//chromecast/crash:cast_crash_unittests", | 183 "label": "//chromecast/crash:cast_crash_unittests", |
| 184 "type": "unknown", | 184 "type": "console_test_launcher", |
| 185 }, | 185 }, |
| 186 "cast_shell_unittests": { | 186 "cast_shell_unittests": { |
| 187 "label": "//chromecast/app:cast_shell_unittests", | 187 "label": "//chromecast/app:cast_shell_unittests", |
| 188 "type": "unknown", | 188 "type": "console_test_launcher", |
| 189 }, | 189 }, |
| 190 "cast_unittests": { | 190 "cast_unittests": { |
| 191 "label": "//media/cast:cast_unittests", | 191 "label": "//media/cast:cast_unittests", |
| 192 "type": "windowed_test_launcher", | 192 "type": "windowed_test_launcher", |
| 193 }, | 193 }, |
| 194 "cc_unittests": { | 194 "cc_unittests": { |
| 195 "label": "//cc:cc_unittests", | 195 "label": "//cc:cc_unittests", |
| 196 "type": "windowed_test_launcher", | 196 "type": "windowed_test_launcher", |
| 197 }, | 197 }, |
| 198 "chrome_app_unittests": { | 198 "chrome_app_unittests": { |
| (...skipping 13 matching lines...) Expand all Loading... |
| 212 "type": "console_test_launcher", | 212 "type": "console_test_launcher", |
| 213 }, | 213 }, |
| 214 "chromedriver_unittests": { | 214 "chromedriver_unittests": { |
| 215 "label": "//chrome/test/chromedriver:chromedriver_unittests", | 215 "label": "//chrome/test/chromedriver:chromedriver_unittests", |
| 216 "type": "windowed_test_launcher", | 216 "type": "windowed_test_launcher", |
| 217 }, | 217 }, |
| 218 "chromeos_unittests": { | 218 "chromeos_unittests": { |
| 219 "label": "//chromeos:chromeos_unittests", | 219 "label": "//chromeos:chromeos_unittests", |
| 220 "type": "console_test_launcher", | 220 "type": "console_test_launcher", |
| 221 }, | 221 }, |
| 222 "chromevox_tests": { |
| 223 "label": "//chrome/browser/resources/chromeos/chromevox:chromevox_tests", |
| 224 "type": "windowed_test_launcher", |
| 225 }, |
| 222 "components_browsertests": { | 226 "components_browsertests": { |
| 223 "label": "//components:components_browsertests", | 227 "label": "//components:components_browsertests", |
| 224 "type": "windowed_test_launcher", | 228 "type": "windowed_test_launcher", |
| 225 }, | 229 }, |
| 226 "components_unittests": { | 230 "components_unittests": { |
| 227 "label": "//components:components_unittests", | 231 "label": "//components:components_unittests", |
| 228 "type": "windowed_test_launcher", | 232 "type": "windowed_test_launcher", |
| 229 }, | 233 }, |
| 230 "compositor_unittests": { | 234 "compositor_unittests": { |
| 231 "label": "//ui/compositor:compositor_unittests", | 235 "label": "//ui/compositor:compositor_unittests", |
| (...skipping 21 matching lines...) Expand all Loading... |
| 253 "courgette_unittests": { | 257 "courgette_unittests": { |
| 254 "label": "//courgette:courgette_unittests", | 258 "label": "//courgette:courgette_unittests", |
| 255 "type": "console_test_launcher", | 259 "type": "console_test_launcher", |
| 256 }, | 260 }, |
| 257 "crypto_unittests": { | 261 "crypto_unittests": { |
| 258 "label": "//crypto:crypto_unittests", | 262 "label": "//crypto:crypto_unittests", |
| 259 "type": "console_test_launcher", | 263 "type": "console_test_launcher", |
| 260 }, | 264 }, |
| 261 "dbus_unittests": { | 265 "dbus_unittests": { |
| 262 "label": "//dbus:dbus_unittests", | 266 "label": "//dbus:dbus_unittests", |
| 263 "type": "unknown", | 267 "type": "windowed_test_launcher", |
| 264 }, | 268 }, |
| 265 "device_unittests": { | 269 "device_unittests": { |
| 266 "label": "//device:device_unittests", | 270 "label": "//device:device_unittests", |
| 267 "type": "console_test_launcher", | 271 "type": "console_test_launcher", |
| 268 }, | 272 }, |
| 269 "display_unittests": { | 273 "display_unittests": { |
| 270 "label": "//ui/display:display_unittests", | 274 "label": "//ui/display:display_unittests", |
| 271 "type": "console_test_launcher", | 275 "type": "console_test_launcher", |
| 272 }, | 276 }, |
| 273 "events_unittests": { | 277 "events_unittests": { |
| (...skipping 83 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 357 "ipc_tests": { | 361 "ipc_tests": { |
| 358 "label": "//ipc:ipc_tests", | 362 "label": "//ipc:ipc_tests", |
| 359 "type": "console_test_launcher", | 363 "type": "console_test_launcher", |
| 360 }, | 364 }, |
| 361 "jingle_unittests": { | 365 "jingle_unittests": { |
| 362 "label": "//jingle:jingle_unittests", | 366 "label": "//jingle:jingle_unittests", |
| 363 "type": "console_test_launcher", | 367 "type": "console_test_launcher", |
| 364 }, | 368 }, |
| 365 "keyboard_unittests": { | 369 "keyboard_unittests": { |
| 366 "label": "//ui/keyboard:keyboard_unittests", | 370 "label": "//ui/keyboard:keyboard_unittests", |
| 367 "type": "unknown", | 371 "type": "console_test_launcher", |
| 368 }, | 372 }, |
| 369 "leveldb_service_unittests": { | 373 "leveldb_service_unittests": { |
| 370 "label": "//components/leveldb:leveldb_service_unittests", | 374 "label": "//components/leveldb:leveldb_service_unittests", |
| 371 "type": "console_test_launcher", | 375 "type": "console_test_launcher", |
| 372 }, | 376 }, |
| 373 # See http://crbug.com/585151 | 377 # See http://crbug.com/585151 |
| 374 #"libaddressinput_unittests": { | 378 #"libaddressinput_unittests": { |
| 375 #"label": "//third_party/libaddressinput:libaddressinput_unittests", | 379 #"label": "//third_party/libaddressinput:libaddressinput_unittests", |
| 376 #"type": "console_test_launcher", | 380 #"type": "console_test_launcher", |
| 377 #}, | 381 #}, |
| 378 # See http://crbug.com/585151 | 382 # See http://crbug.com/585151 |
| 379 #"libphonenumber_unittests": { | 383 #"libphonenumber_unittests": { |
| 380 #"label": "//third_party/libphonenumber:libphonenumber_unittests", | 384 #"label": "//third_party/libphonenumber:libphonenumber_unittests", |
| 381 #"type": "console_test_launcher", | 385 #"type": "console_test_launcher", |
| 382 #}, | 386 #}, |
| 387 "mash_browser_tests": { |
| 388 "label": "//chrome/test:mash_browser_tests", |
| 389 "type": "gpu_browser_test", |
| 390 "gtest_filter": None, |
| 391 }, |
| 383 "media_unittests": { | 392 "media_unittests": { |
| 384 "label": "//media:media_unittests", | 393 "label": "//media:media_unittests", |
| 385 "type": "windowed_test_launcher", | 394 "type": "windowed_test_launcher", |
| 386 }, | 395 }, |
| 387 "media_mojo_shell_unittests": { | 396 "media_mojo_shell_unittests": { |
| 388 "label": "//media/mojo/services:media_mojo_shell_unittests", | 397 "label": "//media/mojo/services:media_mojo_shell_unittests", |
| 389 "type": "console_test_launcher", | 398 "type": "console_test_launcher", |
| 390 }, | 399 }, |
| 391 "media_mojo_unittests": { | 400 "media_mojo_unittests": { |
| 392 "label": "//media/mojo:media_mojo_unittests", | 401 "label": "//media/mojo:media_mojo_unittests", |
| (...skipping 60 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 453 "type": "windowed_test_launcher", | 462 "type": "windowed_test_launcher", |
| 454 }, | 463 }, |
| 455 "mus_gpu_unittests": { | 464 "mus_gpu_unittests": { |
| 456 "label": "//services/ui/gpu:mus_gpu_unittests", | 465 "label": "//services/ui/gpu:mus_gpu_unittests", |
| 457 "type": "console_test_launcher", | 466 "type": "console_test_launcher", |
| 458 }, | 467 }, |
| 459 "mus_ws_unittests": { | 468 "mus_ws_unittests": { |
| 460 "label": "//services/ui/ws:mus_ws_unittests", | 469 "label": "//services/ui/ws:mus_ws_unittests", |
| 461 "type": "windowed_test_launcher", | 470 "type": "windowed_test_launcher", |
| 462 }, | 471 }, |
| 472 "nacl_helper_nonsfi_unittests": { |
| 473 "label": "//components/nacl/loader:nacl_helper_nonsfi_unittests", |
| 474 "type": "raw", |
| 475 "args": [], |
| 476 }, |
| 463 "nacl_loader_unittests": { | 477 "nacl_loader_unittests": { |
| 464 "label": "//components/nacl/loader:nacl_loader_unittests", | 478 "label": "//components/nacl/loader:nacl_loader_unittests", |
| 465 "type": "raw", | 479 "type": "raw", |
| 466 "args": [], | 480 "args": [], |
| 467 }, | 481 }, |
| 468 "navigation_unittests": { | 482 "navigation_unittests": { |
| 469 "label": "//services/navigation:navigation_unittests", | 483 "label": "//services/navigation:navigation_unittests", |
| 470 "type": "windowed_test_launcher", | 484 "type": "windowed_test_launcher", |
| 471 }, | 485 }, |
| 472 "net_unittests": { | 486 "net_unittests": { |
| 473 "label": "//net:net_unittests", | 487 "label": "//net:net_unittests", |
| 474 "type": "console_test_launcher", | 488 "type": "console_test_launcher", |
| 475 }, | 489 }, |
| 476 "ozone_unittests": { | 490 "ozone_unittests": { |
| 477 "label": "//ui/ozone:ozone_unittests", | 491 "label": "//ui/ozone:ozone_unittests", |
| 478 "type": "unknown", | 492 "type": "console_test_launcher", |
| 479 }, | 493 }, |
| 480 "ppapi_unittests": { | 494 "ppapi_unittests": { |
| 481 "label": "//ppapi:ppapi_unittests", | 495 "label": "//ppapi:ppapi_unittests", |
| 482 "type": "console_test_launcher", | 496 "type": "console_test_launcher", |
| 483 }, | 497 }, |
| 484 "printing_unittests": { | 498 "printing_unittests": { |
| 485 "label": "//printing:printing_unittests", | 499 "label": "//printing:printing_unittests", |
| 486 "type": "console_test_launcher", | 500 "type": "console_test_launcher", |
| 487 }, | 501 }, |
| 488 "remoting_unittests": { | 502 "remoting_unittests": { |
| (...skipping 99 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 588 "ui_android_unittests": { | 602 "ui_android_unittests": { |
| 589 "label": "//ui/android:ui_android_unittests", | 603 "label": "//ui/android:ui_android_unittests", |
| 590 "type": "console_test_launcher", | 604 "type": "console_test_launcher", |
| 591 }, | 605 }, |
| 592 "ui_base_unittests": { | 606 "ui_base_unittests": { |
| 593 "label": "//ui/base:ui_base_unittests", | 607 "label": "//ui/base:ui_base_unittests", |
| 594 "type": "windowed_test_launcher", | 608 "type": "windowed_test_launcher", |
| 595 }, | 609 }, |
| 596 "ui_chromeos_unittests": { | 610 "ui_chromeos_unittests": { |
| 597 "label": "//ui/chromeos:ui_chromeos_unittests", | 611 "label": "//ui/chromeos:ui_chromeos_unittests", |
| 598 "type": "unknown", | 612 "type": "windowed_test_launcher", |
| 599 }, | 613 }, |
| 600 "ui_arc_unittests": { | 614 "ui_arc_unittests": { |
| 601 "label": "//ui/arc:ui_arc_unittests", | 615 "label": "//ui/arc:ui_arc_unittests", |
| 602 "type": "raw", | 616 "type": "raw", |
| 603 "args": [], | 617 "args": [], |
| 604 }, | 618 }, |
| 605 "ui_struct_traits_unittests": { | 619 "ui_struct_traits_unittests": { |
| 606 "label": "//services/ui/public/interfaces:ui_struct_traits_unittests", | 620 "label": "//services/ui/public/interfaces:ui_struct_traits_unittests", |
| 607 "type": "console_test_launcher", | 621 "type": "console_test_launcher", |
| 608 }, | 622 }, |
| (...skipping 27 matching lines...) Expand all Loading... |
| 636 }, | 650 }, |
| 637 "wm_unittests": { | 651 "wm_unittests": { |
| 638 "label": "//ui/wm:wm_unittests", | 652 "label": "//ui/wm:wm_unittests", |
| 639 "type": "windowed_test_launcher", | 653 "type": "windowed_test_launcher", |
| 640 }, | 654 }, |
| 641 "wtf_unittests": { | 655 "wtf_unittests": { |
| 642 "label": "//third_party/WebKit/Source/wtf:wtf_unittests", | 656 "label": "//third_party/WebKit/Source/wtf:wtf_unittests", |
| 643 "type": "console_test_launcher", | 657 "type": "console_test_launcher", |
| 644 }, | 658 }, |
| 645 } | 659 } |
| OLD | NEW |