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

Unified Diff: BUILD.gn

Issue 1327033004: Allow building mojo_shell and non-graphical apps/services on a Mac (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 | examples/BUILD.gn » ('j') | examples/BUILD.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 6f8bbd021d28cd612d4e887cf65eac6416bd1fa3..3ae3930531c1f15c23c358041591396091a35073 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -17,8 +17,6 @@ group("default") {
"//mojom",
"//services",
"//shell",
- "//ui/gfx:gfx_unittests",
- "//ui/events:events_unittests",
]
if (is_linux) {
@@ -29,6 +27,13 @@ group("default") {
]
}
+ if (is_linux || is_android) {
jamesr 2015/09/10 01:13:29 another way to do this would be to leave the norma
kulakowski 2015/09/10 18:08:49 I'd find additions easier to reason about / track
+ deps += [
+ "//ui/events:events_unittests",
+ "//ui/gfx:gfx_unittests",
+ ]
+ }
+
if (use_ozone) {
deps += [
"//ui/ozone",
« no previous file with comments | « no previous file | examples/BUILD.gn » ('j') | examples/BUILD.gn » ('J')

Powered by Google App Engine
This is Rietveld 408576698