OLD | NEW |
1 # Copyright 2016 The Chromium Authors. All rights reserved. | 1 # Copyright 2016 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 BUILD.gn file groups together filter files for particular test suites - | 5 # This BUILD.gn file groups together filter files for particular test suites - |
6 # for example filters applicable to content_browsertests are exposed as | 6 # for example filters applicable to content_browsertests are exposed as |
7 # the //testing/buildbot/filters:content_browsertests target. | 7 # the //testing/buildbot/filters:content_browsertests target. |
8 | 8 |
9 # Note that all filter files (for a given test suite) are unconditionally listed | 9 # Note that all filter files (for a given test suite) are unconditionally listed |
10 # together, even if some filter files are applicable only to some platforms. | 10 # together, even if some filter files are applicable only to some platforms. |
(...skipping 17 matching lines...) Expand all Loading... |
28 "//testing/buildbot/filters/site-per-process.browser_tests.filter", | 28 "//testing/buildbot/filters/site-per-process.browser_tests.filter", |
29 ] | 29 ] |
30 } | 30 } |
31 | 31 |
32 source_set("content_browsertests_filters") { | 32 source_set("content_browsertests_filters") { |
33 testonly = true | 33 testonly = true |
34 | 34 |
35 data = [ | 35 data = [ |
36 "//testing/buildbot/filters/cast-linux.content_browsertests.filter", | 36 "//testing/buildbot/filters/cast-linux.content_browsertests.filter", |
37 "//testing/buildbot/filters/isolate-extensions.content_browsertests.filter", | 37 "//testing/buildbot/filters/isolate-extensions.content_browsertests.filter", |
| 38 "//testing/buildbot/filters/mojo.fyi.network_content_browsertests.filter", |
38 "//testing/buildbot/filters/site-per-process.content_browsertests.filter", | 39 "//testing/buildbot/filters/site-per-process.content_browsertests.filter", |
39 ] | 40 ] |
40 } | 41 } |
41 | 42 |
42 source_set("interactive_ui_tests_filters") { | 43 source_set("interactive_ui_tests_filters") { |
43 testonly = true | 44 testonly = true |
44 | 45 |
45 data = [ | 46 data = [ |
46 "//testing/buildbot/filters/site-per-process.interactive_ui_tests.filter", | 47 "//testing/buildbot/filters/site-per-process.interactive_ui_tests.filter", |
47 ] | 48 ] |
48 } | 49 } |
49 | 50 |
50 source_set("ash_unittests_filters") { | 51 source_set("ash_unittests_filters") { |
51 testonly = true | 52 testonly = true |
52 | 53 |
53 data = [ | 54 data = [ |
54 "//testing/buildbot/filters/ash_mus_unittests.filter", | 55 "//testing/buildbot/filters/ash_mus_unittests.filter", |
55 ] | 56 ] |
56 } | 57 } |
OLD | NEW |