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

Unified Diff: mash/BUILD.gn

Issue 1497643002: Disables all WindowManagerAppTest as they are flakey (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: merge Created 5 years 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 | mash/wm/window_manager_apptest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mash/BUILD.gn
diff --git a/mash/BUILD.gn b/mash/BUILD.gn
index 060bdc632a0eadf74eea52a749790cc92c70d29a..461ff4c539230feeb401c1d6595df163f35ea620 100644
--- a/mash/BUILD.gn
+++ b/mash/BUILD.gn
@@ -9,8 +9,16 @@ group("all") {
testonly = true
deps = [
- ":mash_unittests",
+ ":tests",
"//mash/example",
+ ]
+}
+
+group("tests") {
+ testonly = true
+
+ deps = [
+ ":mash_unittests",
"//mash/wm:tests",
]
}
« no previous file with comments | « no previous file | mash/wm/window_manager_apptest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698