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

Unified Diff: BUILD.gn

Issue 1771393002: Convert mus apptests to shelltests (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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 | components/mus/public/cpp/tests/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: BUILD.gn
diff --git a/BUILD.gn b/BUILD.gn
index 0bb77f1a34a6b2bacb8e81f5d256d74e0bc259db..6fa5f29e9d2e936d1f0d2e35d784510bf277653f 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -590,7 +590,6 @@ group("mojo_apptests") {
deps += [
"//components/filesystem:apptests",
"//components/leveldb:apptests",
- "//components/mus/ws:tests",
"//components/resource_provider:apptests",
"//components/resource_provider:resource_provider_unittests",
"//mash/wm:tests",
@@ -617,6 +616,7 @@ group("gn_only") {
if (is_win || is_linux) {
deps += [
":mojo_apptests",
+ "//components/mus/ws:tests",
"//mash:all",
"//mojo",
]
« no previous file with comments | « no previous file | components/mus/public/cpp/tests/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698