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

Unified Diff: chrome/test/BUILD.gn

Issue 1832093003: Fix MB and running mash browser_tests under swarming (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: patch for review Created 4 years, 9 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 | « no previous file | testing/buildbot/chromium.mojo.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/BUILD.gn
diff --git a/chrome/test/BUILD.gn b/chrome/test/BUILD.gn
index a0d836122e1e3cb5e7fa877746f953f2b1e54ea8..473f51fff3db820f4c3e84607d8c659d0aac2948 100644
--- a/chrome/test/BUILD.gn
+++ b/chrome/test/BUILD.gn
@@ -789,6 +789,25 @@ if (!is_android) {
]
}
+ # TODO(GYP): Delete this after we've converted everything to GN.
+ # The _run targets exist only for compatibility w/ GYP.
+ group("mash_browser_tests_run") {
+ testonly = true
+ deps = [
+ ":mash_browser_tests",
+ ]
+ }
+
+ group("mash_browser_tests") {
+ testonly = true
+ data = [
+ "//testing/buildbot/filters/mojo.fyi.browser_tests.filter",
+ ]
+ data_deps = [
+ ":browser_tests",
+ ]
+ }
+
test("browser_tests") {
sources = [
"base/browser_tests_main.cc",
« no previous file with comments | « no previous file | testing/buildbot/chromium.mojo.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698