summaryrefslogtreecommitdiffstats
path: root/mojo/BUILD.gn
diff options
context:
space:
mode:
Diffstat (limited to 'mojo/BUILD.gn')
-rw-r--r--mojo/BUILD.gn24
1 files changed, 10 insertions, 14 deletions
diff --git a/mojo/BUILD.gn b/mojo/BUILD.gn
index 04f79cb..584421b 100644
--- a/mojo/BUILD.gn
+++ b/mojo/BUILD.gn
@@ -24,9 +24,7 @@ group("mojo") {
deps += [ "//mojo/android" ]
}
- if (!is_component_build) {
- deps += [ "//mojo/runner" ]
- }
+ deps += [ "//mojo/runner" ]
}
# TODO(GYP): Delete this after we've converted everything to GN.
@@ -96,17 +94,15 @@ group("tests") {
"//third_party/mojo/src/mojo/edk/test:mojo_public_utility_unittests",
]
- if (!is_component_build) {
- deps += [
- "//mojo/package_manager:unittests",
- "//mojo/runner:apptests",
- "//mojo/runner:mojo_runner_unittests",
- "//mojo/services/network:apptests",
- "//mojo/shell:mojo_shell_unittests",
- ]
+ deps += [
+ "//mojo/package_manager:unittests",
+ "//mojo/runner:apptests",
+ "//mojo/runner:mojo_runner_unittests",
+ "//mojo/services/network:apptests",
+ "//mojo/shell:mojo_shell_unittests",
+ ]
- if (is_android) {
- deps += [ "//mojo/runner:mojo_runner_apptests_apk" ]
- }
+ if (is_android) {
+ deps += [ "//mojo/runner:mojo_runner_apptests_apk" ]
}
}