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

Unified Diff: mash/example/BUILD.gn

Issue 2549583002: Remove ash_unittests/mash_unittests from Windows build targets (Closed)
Patch Set: review comments 2 Created 4 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 | « mash/BUILD.gn ('k') | mash/session/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mash/example/BUILD.gn
diff --git a/mash/example/BUILD.gn b/mash/example/BUILD.gn
index e46baab38ddab1daf5bc8d47fd0f4e99b3ba432a..26c0873e35c022f52590bc2135961ba7a0b66490 100644
--- a/mash/example/BUILD.gn
+++ b/mash/example/BUILD.gn
@@ -8,9 +8,13 @@ group("example") {
testonly = true
deps = [
- "//ash/mus",
"//mash/example/views_examples",
"//mash/example/window_type_launcher",
+ "//mash/simple_wm",
"//services/service_manager/standalone",
]
+
+ if (is_chromeos) {
+ deps += [ "//ash/mus" ]
+ }
}
« no previous file with comments | « mash/BUILD.gn ('k') | mash/session/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698