| Index: testing/buildbot/filters/BUILD.gn
|
| diff --git a/testing/buildbot/filters/BUILD.gn b/testing/buildbot/filters/BUILD.gn
|
| index 339059c5fb36133c4c5d9ab354baa749c28c5f8b..0fdb76823a580f2d381f97d2bc726672cd1f0dd0 100644
|
| --- a/testing/buildbot/filters/BUILD.gn
|
| +++ b/testing/buildbot/filters/BUILD.gn
|
| @@ -38,3 +38,11 @@ source_set("content_browsertests_filters") {
|
| "//testing/buildbot/filters/site-per-process.content_browsertests.filter",
|
| ]
|
| }
|
| +
|
| +source_set("interactive_ui_tests_filters") {
|
| + testonly = true
|
| +
|
| + data = [
|
| + "//testing/buildbot/filters/site-per-process.interactive_ui_tests.filter",
|
| + ]
|
| +}
|
|
|