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

Unified Diff: mojo/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: review feedback 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 | « gpu/config/BUILD.gn ('k') | mojo/dart/embedder/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/BUILD.gn
diff --git a/mojo/BUILD.gn b/mojo/BUILD.gn
index ddc717695623b2a8d80fd1b2dfea30e30df5655b..281677cc95cb607dee20683754942251329587d6 100644
--- a/mojo/BUILD.gn
+++ b/mojo/BUILD.gn
@@ -51,7 +51,6 @@ group("tests") {
testonly = true
deps = [
"//mojo/common:mojo_common_unittests",
- "//mojo/converters/surfaces/tests:mojo_surfaces_lib_unittests",
"//mojo/edk/system:tests",
"//mojo/edk/test:public_tests",
"//mojo/dart/embedder/test:dart_unittests",
@@ -63,6 +62,10 @@ group("tests") {
"//mojo/services/files/public/c:apptests",
]
+ if (is_linux || is_android) {
+ deps += [ "//mojo/converters/surfaces/tests:mojo_surfaces_lib_unittests" ]
+ }
+
# TODO(jamesr): We only support building V8 snapshot data on a linux host since it
# needs a 32 bit toolchain and we don't have one configured for mac hosts.
if (host_os == "linux") {
« no previous file with comments | « gpu/config/BUILD.gn ('k') | mojo/dart/embedder/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698