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

Unified Diff: BUILD.gn

Issue 700763002: More Windows build fixes, some tidying in mojo_main (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: reland: fix sense in mojo/shell Created 6 years, 1 month 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 | « .gitignore ('k') | PRESUBMIT.py » ('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 150cc24cf4f002035e9a5dc4a81a818ca930c481..b85b88d3ba4f0ff78d3c02401fa29d9f6a4fefad 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -7,8 +7,14 @@ group("root") {
deps = [
"//mojo",
- "//sky",
]
+
+ if (!is_win) {
+ deps += [
+ "//sky",
+ ]
+ }
+
if (!is_android && !is_win) {
deps += [ "//tools/xdisplaycheck" ]
}
« no previous file with comments | « .gitignore ('k') | PRESUBMIT.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698