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

Unified Diff: mash/session/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/example/BUILD.gn ('k') | tools/determinism/deterministic_build_whitelist.pyl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mash/session/BUILD.gn
diff --git a/mash/session/BUILD.gn b/mash/session/BUILD.gn
index 0083be0a5364e9f89ca14dc4a253af095fe1c004..693f1324736c968ae91c93e638b5f4d3cc8f1a6c 100644
--- a/mash/session/BUILD.gn
+++ b/mash/session/BUILD.gn
@@ -29,9 +29,12 @@ source_set("lib") {
]
data_deps = [
- "//ash/mus",
"//mash/quick_launch",
]
+
+ if (is_chromeos) {
+ data_deps += [ "//ash/mus" ]
+ }
}
service("session") {
« no previous file with comments | « mash/example/BUILD.gn ('k') | tools/determinism/deterministic_build_whitelist.pyl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698