Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(88)

Unified Diff: testing/buildbot/filters/BUILD.gn

Issue 2813923002: Adds target for ash_mus_unittests filter file (Closed)
Patch Set: Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ash/BUILD.gn ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: testing/buildbot/filters/BUILD.gn
diff --git a/testing/buildbot/filters/BUILD.gn b/testing/buildbot/filters/BUILD.gn
index 7c54b682ae63a3157e7e0589c56d29ff24d416f8..bb2115cadb2e0074133ef5b773f206e5a89db90a 100644
--- a/testing/buildbot/filters/BUILD.gn
+++ b/testing/buildbot/filters/BUILD.gn
@@ -44,3 +44,11 @@ source_set("interactive_ui_tests_filters") {
"//testing/buildbot/filters/site-per-process.interactive_ui_tests.filter",
]
}
+
+source_set("ash_unittests_filters") {
+ testonly = true
+
+ data = [
+ "//testing/buildbot/filters/ash_mus_unittests.filter",
+ ]
+}
« no previous file with comments | « ash/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698