| 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 # This is a .pyl, or "Python Literal", file. You can treat it just like a | 5 # This is a .pyl, or "Python Literal", file. You can treat it just like a |
| 6 # .json file, with the following exceptions: | 6 # .json file, with the following exceptions: |
| 7 # * all keys must be quoted (use single quotes, please); | 7 # * all keys must be quoted (use single quotes, please); |
| 8 # * comments are allowed, using '#' syntax; and | 8 # * comments are allowed, using '#' syntax; and |
| 9 # * trailing commas are allowed. | 9 # * trailing commas are allowed. |
| 10 | 10 |
| (...skipping 61 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 72 "All": { | 72 "All": { |
| 73 "label": "//:All", | 73 "label": "//:All", |
| 74 "type": "additional_compile_target", | 74 "type": "additional_compile_target", |
| 75 }, | 75 }, |
| 76 "All_syzygy": { | 76 "All_syzygy": { |
| 77 "label": "//:All_syzygy", | 77 "label": "//:All_syzygy", |
| 78 "type": "additional_compile_target", | 78 "type": "additional_compile_target", |
| 79 }, | 79 }, |
| 80 "accessibility_unittests": { | 80 "accessibility_unittests": { |
| 81 "label": "//ui/accessibility:accessibility_unittests", | 81 "label": "//ui/accessibility:accessibility_unittests", |
| 82 "type": "raw", | 82 "type": "console_test_launcher", |
| 83 "args": [], | |
| 84 }, | 83 }, |
| 85 "android_webview_unittests": { | 84 "android_webview_unittests": { |
| 86 "label": "//android_webview/test:android_webview_unittests", | 85 "label": "//android_webview/test:android_webview_unittests", |
| 87 "type": "console_test_launcher", | 86 "type": "console_test_launcher", |
| 88 }, | 87 }, |
| 89 "angle_deqp_egl_tests": { | 88 "angle_deqp_egl_tests": { |
| 90 "label": "//third_party/angle/src/tests:angle_deqp_egl_tests", | 89 "label": "//third_party/angle/src/tests:angle_deqp_egl_tests", |
| 91 "type": "raw", | 90 "type": "raw", |
| 92 "args": [], | 91 "args": [], |
| 93 }, | 92 }, |
| (...skipping 100 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 194 "breakpad_unittests": { | 193 "breakpad_unittests": { |
| 195 "label": "//breakpad:breakpad_unittests", | 194 "label": "//breakpad:breakpad_unittests", |
| 196 "type": "console_test_launcher", | 195 "type": "console_test_launcher", |
| 197 }, | 196 }, |
| 198 "browser_tests": { | 197 "browser_tests": { |
| 199 "label": "//chrome/test:browser_tests", | 198 "label": "//chrome/test:browser_tests", |
| 200 "type": "windowed_test_launcher", | 199 "type": "windowed_test_launcher", |
| 201 }, | 200 }, |
| 202 "cacheinvalidation_unittests": { | 201 "cacheinvalidation_unittests": { |
| 203 "label": "//third_party/cacheinvalidation:cacheinvalidation_unittests", | 202 "label": "//third_party/cacheinvalidation:cacheinvalidation_unittests", |
| 204 "type": "raw", | 203 "type": "console_test_launcher", |
| 205 "args": [ | |
| 206 "--test-launcher-bot-mode", | |
| 207 ], | |
| 208 }, | 204 }, |
| 209 "capture_unittests": { | 205 "capture_unittests": { |
| 210 "label": "//media/capture:capture_unittests", | 206 "label": "//media/capture:capture_unittests", |
| 211 "type": "windowed_test_launcher", | 207 "type": "windowed_test_launcher", |
| 212 }, | 208 }, |
| 213 "cast_alsa_cma_backend_unittests": { | 209 "cast_alsa_cma_backend_unittests": { |
| 214 "label": "//chromecast/media/cma/backend/alsa:cast_alsa_cma_backend_unittest
s", | 210 "label": "//chromecast/media/cma/backend/alsa:cast_alsa_cma_backend_unittest
s", |
| 215 "type": "console_test_launcher", | 211 "type": "console_test_launcher", |
| 216 }, | 212 }, |
| 217 "cast_base_unittests": { | 213 "cast_base_unittests": { |
| (...skipping 244 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 462 "filesystem_service_unittests": { | 458 "filesystem_service_unittests": { |
| 463 "label": "//components/filesystem:filesystem_service_unittests", | 459 "label": "//components/filesystem:filesystem_service_unittests", |
| 464 "type": "console_test_launcher", | 460 "type": "console_test_launcher", |
| 465 }, | 461 }, |
| 466 "gcm_unit_tests": { | 462 "gcm_unit_tests": { |
| 467 "label": "//google_apis/gcm:gcm_unit_tests", | 463 "label": "//google_apis/gcm:gcm_unit_tests", |
| 468 "type": "console_test_launcher", | 464 "type": "console_test_launcher", |
| 469 }, | 465 }, |
| 470 "gfx_unittests": { | 466 "gfx_unittests": { |
| 471 "label": "//ui/gfx:gfx_unittests", | 467 "label": "//ui/gfx:gfx_unittests", |
| 472 "type": "raw", | 468 "type": "console_test_launcher", |
| 473 "args": [], | |
| 474 }, | 469 }, |
| 475 "gin_unittests": { | 470 "gin_unittests": { |
| 476 "label": "//gin:gin_unittests", | 471 "label": "//gin:gin_unittests", |
| 477 "type": "console_test_launcher", | 472 "type": "console_test_launcher", |
| 478 }, | 473 }, |
| 479 "gles2_conform_test": { | 474 "gles2_conform_test": { |
| 480 "label": "//gpu/gles2_conform_support:gles2_conform_test", | 475 "label": "//gpu/gles2_conform_support:gles2_conform_test", |
| 481 "type": "console_test_launcher", | 476 "type": "console_test_launcher", |
| 482 }, | 477 }, |
| 483 "gl_tests": { | 478 "gl_tests": { |
| 484 "label": "//gpu:gl_tests", | 479 "label": "//gpu:gl_tests", |
| 485 "type": "raw", | 480 "type": "raw", |
| 486 "args": [], | 481 "args": [], |
| 487 }, | 482 }, |
| 488 "gl_unittests": { | 483 "gl_unittests": { |
| 489 "label": "//ui/gl:gl_unittests", | 484 "label": "//ui/gl:gl_unittests", |
| 490 "type": "raw", | 485 "type": "raw", |
| 491 "args": [], | 486 "args": [], |
| 492 }, | 487 }, |
| 493 "gl_unittests_ozone": { | 488 "gl_unittests_ozone": { |
| 494 "label": "//ui/gl:gl_unittests_ozone", | 489 "label": "//ui/gl:gl_unittests_ozone", |
| 495 "label_type": "group", | 490 "label_type": "group", |
| 496 "type": "windowed_test_launcher", | 491 "type": "windowed_test_launcher", |
| 497 "executable": "gl_unittests", | 492 "executable": "gl_unittests", |
| 498 }, | 493 }, |
| 499 "gn_unittests": { | 494 "gn_unittests": { |
| 500 "label": "//tools/gn:gn_unittests", | 495 "label": "//tools/gn:gn_unittests", |
| 501 "type": "raw", | 496 "type": "console_test_launcher", |
| 502 "args": [], | |
| 503 }, | 497 }, |
| 504 "google_apis_unittests": { | 498 "google_apis_unittests": { |
| 505 "label": "//google_apis:google_apis_unittests", | 499 "label": "//google_apis:google_apis_unittests", |
| 506 "type": "console_test_launcher", | 500 "type": "console_test_launcher", |
| 507 }, | 501 }, |
| 508 "gpu_ipc_service_unittests": { | 502 "gpu_ipc_service_unittests": { |
| 509 "label": "//gpu/ipc/service:gpu_ipc_service_unittests", | 503 "label": "//gpu/ipc/service:gpu_ipc_service_unittests", |
| 510 "type": "windowed_test_launcher", | 504 "type": "windowed_test_launcher", |
| 511 }, | 505 }, |
| 512 "gpu_unittests": { | 506 "gpu_unittests": { |
| (...skipping 241 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 754 "label": "//mash:mash_unittests", | 748 "label": "//mash:mash_unittests", |
| 755 "type": "windowed_test_launcher", | 749 "type": "windowed_test_launcher", |
| 756 }, | 750 }, |
| 757 "nacl_helper_nonsfi_unittests": { | 751 "nacl_helper_nonsfi_unittests": { |
| 758 "label": "//components/nacl/loader:nacl_helper_nonsfi_unittests", | 752 "label": "//components/nacl/loader:nacl_helper_nonsfi_unittests", |
| 759 "type": "raw", | 753 "type": "raw", |
| 760 "args": [], | 754 "args": [], |
| 761 }, | 755 }, |
| 762 "nacl_loader_unittests": { | 756 "nacl_loader_unittests": { |
| 763 "label": "//components/nacl/loader:nacl_loader_unittests", | 757 "label": "//components/nacl/loader:nacl_loader_unittests", |
| 764 "type": "raw", | 758 "type": "console_test_launcher", |
| 765 "args": [], | |
| 766 }, | 759 }, |
| 767 "net_junit_tests": { | 760 "net_junit_tests": { |
| 768 "label": "//net/android:net_junit_tests", | 761 "label": "//net/android:net_junit_tests", |
| 769 "type": "junit_test", | 762 "type": "junit_test", |
| 770 }, | 763 }, |
| 771 "net_perftests": { | 764 "net_perftests": { |
| 772 "label": "//net:net_perftests", | 765 "label": "//net:net_perftests", |
| 773 "type": "script", | 766 "type": "script", |
| 774 "script": "//testing/scripts/run_gtest_perf_test.py", | 767 "script": "//testing/scripts/run_gtest_perf_test.py", |
| 775 "args": [ | 768 "args": [ |
| (...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 811 "printing_unittests": { | 804 "printing_unittests": { |
| 812 "label": "//printing:printing_unittests", | 805 "label": "//printing:printing_unittests", |
| 813 "type": "console_test_launcher", | 806 "type": "console_test_launcher", |
| 814 }, | 807 }, |
| 815 "remoting_unittests": { | 808 "remoting_unittests": { |
| 816 "label": "//remoting:remoting_unittests", | 809 "label": "//remoting:remoting_unittests", |
| 817 "type": "console_test_launcher", | 810 "type": "console_test_launcher", |
| 818 }, | 811 }, |
| 819 "sandbox_linux_unittests": { | 812 "sandbox_linux_unittests": { |
| 820 "label": "//sandbox/linux:sandbox_linux_unittests", | 813 "label": "//sandbox/linux:sandbox_linux_unittests", |
| 821 "type": "raw", | 814 "type": "console_test_launcher", |
| 822 "args": [], | |
| 823 }, | 815 }, |
| 824 "sandbox_mac_unittests": { | 816 "sandbox_mac_unittests": { |
| 825 "label": "//sandbox/mac:sandbox_mac_unittests", | 817 "label": "//sandbox/mac:sandbox_mac_unittests", |
| 826 "type": "console_test_launcher", | 818 "type": "console_test_launcher", |
| 827 }, | 819 }, |
| 828 "sbox_integration_tests": { | 820 "sbox_integration_tests": { |
| 829 "label": "//sandbox/win:sbox_integration_tests", | 821 "label": "//sandbox/win:sbox_integration_tests", |
| 830 "type": "console_test_launcher", | 822 "type": "console_test_launcher", |
| 831 }, | 823 }, |
| 832 "sbox_unittests": { | 824 "sbox_unittests": { |
| (...skipping 288 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1121 }, | 1113 }, |
| 1122 "wm_unittests": { | 1114 "wm_unittests": { |
| 1123 "label": "//ui/wm:wm_unittests", | 1115 "label": "//ui/wm:wm_unittests", |
| 1124 "type": "windowed_test_launcher", | 1116 "type": "windowed_test_launcher", |
| 1125 }, | 1117 }, |
| 1126 "wtf_unittests": { | 1118 "wtf_unittests": { |
| 1127 "label": "//third_party/WebKit/Source/platform/wtf:wtf_unittests", | 1119 "label": "//third_party/WebKit/Source/platform/wtf:wtf_unittests", |
| 1128 "type": "console_test_launcher", | 1120 "type": "console_test_launcher", |
| 1129 }, | 1121 }, |
| 1130 } | 1122 } |
| OLD | NEW |