Chromium Code Reviews| 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 540 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 551 "type": "windowed_test_launcher", | 551 "type": "windowed_test_launcher", |
| 552 }, | 552 }, |
| 553 "media_mojo_shell_unittests": { | 553 "media_mojo_shell_unittests": { |
| 554 "label": "//media/mojo/services:media_mojo_shell_unittests", | 554 "label": "//media/mojo/services:media_mojo_shell_unittests", |
| 555 "type": "console_test_launcher", | 555 "type": "console_test_launcher", |
| 556 }, | 556 }, |
| 557 "media_blink_unittests": { | 557 "media_blink_unittests": { |
| 558 "label": "//media/blink:media_blink_unittests", | 558 "label": "//media/blink:media_blink_unittests", |
| 559 "type": "windowed_test_launcher", | 559 "type": "windowed_test_launcher", |
| 560 }, | 560 }, |
| 561 "media_router_tests": { | |
| 562 "label": "//chrome/test/media_router:media_router_tests", | |
| 563 "type": "script", | |
| 564 "script": "//chrome/test/media_router/internal/media_router_tests.py", | |
| 565 "args": ["--extension", "mr_extension/", | |
|
M-A Ruel
2016/11/28 21:32:16
Please make the formatting like the others "script
cliffordcheng1
2016/11/28 21:47:46
Done.
| |
| 566 "--test_binary", "./browser_tests"], | |
| 567 }, | |
| 561 "midi_unittests": { | 568 "midi_unittests": { |
| 562 "label": "//media/midi:midi_unittests", | 569 "label": "//media/midi:midi_unittests", |
| 563 "type": "windowed_test_launcher", | 570 "type": "windowed_test_launcher", |
| 564 }, | 571 }, |
| 565 "mini_installer": { | 572 "mini_installer": { |
| 566 "label": "//chrome/installer/mini_installer:mini_installer", | 573 "label": "//chrome/installer/mini_installer:mini_installer", |
| 567 "type": "additional_compile_target", | 574 "type": "additional_compile_target", |
| 568 }, | 575 }, |
| 569 "mojo_common_unittests": { | 576 "mojo_common_unittests": { |
| 570 "label": "//mojo/common:mojo_common_unittests", | 577 "label": "//mojo/common:mojo_common_unittests", |
| (...skipping 370 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 941 }, | 948 }, |
| 942 "wm_unittests": { | 949 "wm_unittests": { |
| 943 "label": "//ui/wm:wm_unittests", | 950 "label": "//ui/wm:wm_unittests", |
| 944 "type": "windowed_test_launcher", | 951 "type": "windowed_test_launcher", |
| 945 }, | 952 }, |
| 946 "wtf_unittests": { | 953 "wtf_unittests": { |
| 947 "label": "//third_party/WebKit/Source/wtf:wtf_unittests", | 954 "label": "//third_party/WebKit/Source/wtf:wtf_unittests", |
| 948 "type": "console_test_launcher", | 955 "type": "console_test_launcher", |
| 949 }, | 956 }, |
| 950 } | 957 } |
| OLD | NEW |