| 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 771 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 782 "type": "console_test_launcher", | 782 "type": "console_test_launcher", |
| 783 }, | 783 }, |
| 784 "skia_unittests": { | 784 "skia_unittests": { |
| 785 "label": "//skia:skia_unittests", | 785 "label": "//skia:skia_unittests", |
| 786 "type": "console_test_launcher", | 786 "type": "console_test_launcher", |
| 787 }, | 787 }, |
| 788 "sql_unittests": { | 788 "sql_unittests": { |
| 789 "label": "//sql:sql_unittests", | 789 "label": "//sql:sql_unittests", |
| 790 "type": "console_test_launcher", | 790 "type": "console_test_launcher", |
| 791 }, | 791 }, |
| 792 "storage_unittests": { |
| 793 "label": "//storage/browser:storage_unittests", |
| 794 "type": "console_test_launcher", |
| 795 }, |
| 792 "sync_integration_tests": { | 796 "sync_integration_tests": { |
| 793 "label": "//chrome/test:sync_integration_tests", | 797 "label": "//chrome/test:sync_integration_tests", |
| 794 "type": "windowed_test_launcher", | 798 "type": "windowed_test_launcher", |
| 795 }, | 799 }, |
| 796 "system_webview_apk": { | 800 "system_webview_apk": { |
| 797 "label": "//android_webview:system_webview_apk", | 801 "label": "//android_webview:system_webview_apk", |
| 798 "type": "additional_compile_target", | 802 "type": "additional_compile_target", |
| 799 }, | 803 }, |
| 800 "system_wrappers_unittests": { | 804 "system_wrappers_unittests": { |
| 801 "label": "//webrtc/system_wrappers:system_wrappers_unittests", | 805 "label": "//webrtc/system_wrappers:system_wrappers_unittests", |
| (...skipping 153 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 955 }, | 959 }, |
| 956 "wtf_unittests": { | 960 "wtf_unittests": { |
| 957 "label": "//third_party/WebKit/Source/wtf:wtf_unittests", | 961 "label": "//third_party/WebKit/Source/wtf:wtf_unittests", |
| 958 "type": "console_test_launcher", | 962 "type": "console_test_launcher", |
| 959 }, | 963 }, |
| 960 "xmllite_xmpp_unittests": { | 964 "xmllite_xmpp_unittests": { |
| 961 "label": "//webrtc:xmllite_xmpp_unittests", | 965 "label": "//webrtc:xmllite_xmpp_unittests", |
| 962 "type": "console_test_launcher", | 966 "type": "console_test_launcher", |
| 963 } | 967 } |
| 964 } | 968 } |
| OLD | NEW |