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

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

Issue 2478583005: Browser tests for starting a drag-and-drop out of an OOPIF. (Closed)
Patch Set: Rebasing... Created 4 years, 1 month 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
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",
+ ]
+}
« no previous file with comments | « testing/buildbot/chromium.fyi.json ('k') | testing/buildbot/filters/site-per-process.content_browsertests.filter » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698