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

Unified Diff: BUILD.gn

Issue 1348493002: Add fnl build target (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 5 years, 3 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 | build/config/BUILDCONFIG.gn » ('j') | build/config/BUILDCONFIG.gn » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: BUILD.gn
diff --git a/BUILD.gn b/BUILD.gn
index e314516d3aebf9df1a5206b9d6e18fbf3b646aa2..7e82eabcf8b638f177f7e36e22f27199f6eb5b1b 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -25,7 +25,6 @@ group("default") {
deps += [
"//sandbox/linux:sandbox",
"//sandbox/linux:sandbox_linux_unittests",
- "//tools/xdisplaycheck",
]
}
@@ -35,6 +34,8 @@ group("default") {
"//ui/ozone/demo",
"//ui/ozone:ozone_unittests",
]
+ } else {
viettrungluu 2015/09/15 23:48:22 Presumably this should be under "is_linux" also.
cdotstout 2015/09/16 22:00:59 Done.
+ deps += [ "//tools/xdisplaycheck" ]
}
}
« no previous file with comments | « no previous file | build/config/BUILDCONFIG.gn » ('j') | build/config/BUILDCONFIG.gn » ('J')

Powered by Google App Engine
This is Rietveld 408576698