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 # ninja_to_gn - A mapping of Ninja build target names to GN labels for | 5 # ninja_to_gn - A mapping of Ninja build target names to GN labels for |
6 # the tests run on the bots. | 6 # the tests 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 |
11 # much always the same as the Ninja target name, since GYP target names are not | 11 # much always the same as the Ninja target name, since GYP target names are not |
12 # hierarchical). | 12 # hierarchical). |
13 | 13 |
14 { | 14 { |
15 "base_unittests": "//base:base_unittests", | 15 "base_unittests": "//base:base_unittests", |
16 "accessibility_unittests": "//ui/accessibility:accessibility_unittes ts", | 16 "accessibility_unittests": "//ui/accessibility:accessibility_unittes ts", |
17 "angle_unittests": "//gpu:angle_unittests", | 17 "angle_unittests": "//gpu:angle_unittests", |
18 "app_list_unittests": "//ui/app_list:app_list_unittests", | 18 "app_list_unittests": "//ui/app_list:app_list_unittests", |
19 "app_shell_unittests": "//extensions/shell:app_shell_unittests", | 19 "app_shell_unittests": "//extensions/shell:app_shell_unittests", |
20 "ash_unittests": "//ash:ash_unittests", | 20 "ash_unittests": "//ash:ash_unittests", |
21 "aura_unittests": "//ui/aura:aura_unittests", | 21 "aura_unittests": "//ui/aura:aura_unittests", |
22 "blink_heap_unittests": "//third_party/WebKit/public:blink_heap_u nittests", | 22 "blink_heap_unittests": "//third_party/WebKit/public:blink_heap_u nittests", |
23 "blink_platform_unittests": "//third_party/WebKit/public:blink_platfo rm_unittests", | 23 "blink_platform_unittests": "//third_party/WebKit/public:blink_platfo rm_unittests", |
24 "browser_tests": "//chrome/test:browser_tests", | 24 "browser_tests": "//chrome/test:browser_tests", |
25 "cacheinvalidation_unittests": "//third_party/cacheinvalidation:cacheinv alidation_unittests", | 25 "cacheinvalidation_unittests": "//third_party/cacheinvalidation:cacheinv alidation_unittests", |
26 "cast_base_unittests": "//cast:cast_base_unittests", | 26 "cast_base_unittests": "//cast:cast_base_unittests", |
gunsch
2015/06/12 00:37:09
if you're touching this file, these should be //ch
| |
27 "cast_crash_unittests": "//cast:cast_crash_unittests", | |
27 "cast_unittests": "//cast:cast_unittests", | 28 "cast_unittests": "//cast:cast_unittests", |
gunsch
2015/06/12 00:37:09
what is this line? (note: I've never seen this fil
lcwu1
2015/06/12 00:59:59
This is not our test. It belongs to cloudview team
gunsch
2015/06/12 16:38:27
Are we sure about that? There isn't a //cast direc
slan
2015/06/15 17:01:45
Inclusion of this line is enforced by a presubmit
| |
28 "cc_unittests": "//cc:cc_unittests", | 29 "cc_unittests": "//cc:cc_unittests", |
29 "chromedriver_unittests": "//chrome/test/chromedriver:chromedriver_ unittests", | 30 "chromedriver_unittests": "//chrome/test/chromedriver:chromedriver_ unittests", |
30 "chrome_elf_unittests": "//chrome_elf:chrome_elf_unittests", | 31 "chrome_elf_unittests": "//chrome_elf:chrome_elf_unittests", |
31 "chromeos_unittests": "//chromeos:chromeos_unittests", | 32 "chromeos_unittests": "//chromeos:chromeos_unittests", |
32 "components_browsertests": "//components:components_browsertests", | 33 "components_browsertests": "//components:components_browsertests", |
33 "components_unittests": "//components:components_unittests", | 34 "components_unittests": "//components:components_unittests", |
34 "compositor_unittests": "//ui/compositor:compositor_unittests", | 35 "compositor_unittests": "//ui/compositor:compositor_unittests", |
35 "content_browsertests": "//content/test:content_browsertests", | 36 "content_browsertests": "//content/test:content_browsertests", |
36 "content_unittests": "//content/test:content_unittests", | 37 "content_unittests": "//content/test:content_unittests", |
37 "courgette_unittests": "//courgette:courgette_unittests", | 38 "courgette_unittests": "//courgette:courgette_unittests", |
(...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
82 "ui_base_unittests": "//ui/base:ui_base_unittests", | 83 "ui_base_unittests": "//ui/base:ui_base_unittests", |
83 "ui_chromeos_unittests": "//ui/chromeos:ui_chromeos_unittests", | 84 "ui_chromeos_unittests": "//ui/chromeos:ui_chromeos_unittests", |
84 "ui_touch_selection_unittests": "//ui/touch_selection:ui_touch_selection_ unittests", | 85 "ui_touch_selection_unittests": "//ui/touch_selection:ui_touch_selection_ unittests", |
85 "unit_tests": "//chrome/test:unit_tests", | 86 "unit_tests": "//chrome/test:unit_tests", |
86 "url_unittests": "//url:url_unittests", | 87 "url_unittests": "//url:url_unittests", |
87 "views_unittests": "//ui/views:views_unittests", | 88 "views_unittests": "//ui/views:views_unittests", |
88 "webkit_unit_tests": "//third_party/WebKit/public:webkit_unit_ tests", | 89 "webkit_unit_tests": "//third_party/WebKit/public:webkit_unit_ tests", |
89 "wm_unittests": "//ui/wm:wm_unittests", | 90 "wm_unittests": "//ui/wm:wm_unittests", |
90 "wtf_unittests": "//third_party/WebKit/public:wtf_unittest s", | 91 "wtf_unittests": "//third_party/WebKit/public:wtf_unittest s", |
91 } | 92 } |
OLD | NEW |