| 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 373 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 384 "type": "windowed_test_launcher", | 384 "type": "windowed_test_launcher", |
| 385 }, | 385 }, |
| 386 "courgette_unittests": { | 386 "courgette_unittests": { |
| 387 "label": "//courgette:courgette_unittests", | 387 "label": "//courgette:courgette_unittests", |
| 388 "type": "console_test_launcher", | 388 "type": "console_test_launcher", |
| 389 }, | 389 }, |
| 390 "cronet_package": { | 390 "cronet_package": { |
| 391 "label": "//components/cronet/android:cronet_package", | 391 "label": "//components/cronet/android:cronet_package", |
| 392 "type": "additional_compile_target", | 392 "type": "additional_compile_target", |
| 393 }, | 393 }, |
| 394 "cronet_test": { |
| 395 "label": "//components/cronet/ios:cronet_test", |
| 396 "type": "raw", |
| 397 }, |
| 394 "cronet_test_instrumentation_apk": { | 398 "cronet_test_instrumentation_apk": { |
| 395 "label": "//components/cronet/android:cronet_test_instrumentation_apk", | 399 "label": "//components/cronet/android:cronet_test_instrumentation_apk", |
| 396 "type": "additional_compile_target", | 400 "type": "additional_compile_target", |
| 397 }, | 401 }, |
| 398 "crypto_unittests": { | 402 "crypto_unittests": { |
| 399 "label": "//crypto:crypto_unittests", | 403 "label": "//crypto:crypto_unittests", |
| 400 "type": "console_test_launcher", | 404 "type": "console_test_launcher", |
| 401 }, | 405 }, |
| 402 "dbus_unittests": { | 406 "dbus_unittests": { |
| 403 "label": "//dbus:dbus_unittests", | 407 "label": "//dbus:dbus_unittests", |
| (...skipping 550 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 954 }, | 958 }, |
| 955 "wtf_unittests": { | 959 "wtf_unittests": { |
| 956 "label": "//third_party/WebKit/Source/wtf:wtf_unittests", | 960 "label": "//third_party/WebKit/Source/wtf:wtf_unittests", |
| 957 "type": "console_test_launcher", | 961 "type": "console_test_launcher", |
| 958 }, | 962 }, |
| 959 "xmllite_xmpp_unittests": { | 963 "xmllite_xmpp_unittests": { |
| 960 "label": "//webrtc:xmllite_xmpp_unittests", | 964 "label": "//webrtc:xmllite_xmpp_unittests", |
| 961 "type": "console_test_launcher", | 965 "type": "console_test_launcher", |
| 962 } | 966 } |
| 963 } | 967 } |
| OLD | NEW |