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

Unified Diff: mojo/BUILD.gn

Issue 1312763004: Rationalize the top-level BUILD.gn rules a bit (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 4 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 | « BUILD.gn ('k') | services/BUILD.gn » ('j') | services/BUILD.gn » ('J')
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 bbfa7eaf7d2bf2210fb8b86cf3c314cf9622d787..ddc717695623b2a8d80fd1b2dfea30e30df5655b 100644
--- a/mojo/BUILD.gn
+++ b/mojo/BUILD.gn
@@ -2,11 +2,9 @@
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
-import("//build/config/ui.gni")
import("//build/module_args/mojo.gni")
import("//mojo/public/mojo.gni")
-# TODO(beng): this meta target should probably move to the root dir's BUILD.gn.
group("mojo") {
# Meta-target, don't link into production code.
testonly = true
@@ -18,13 +16,10 @@ group("mojo") {
}
deps = [
":tests",
- "//benchmarks",
- "//examples",
"//mojo/common",
"//mojo/dart",
"//mojo/public",
"//mojo/services",
- "//services",
]
if (is_android) {
@@ -50,13 +45,6 @@ group("mojo") {
"//mojo/nacl:mojo_nacl_tests",
]
}
-
- if (use_ozone) {
- deps += [
- "//ui/ozone",
- "//ui/ozone/demo",
- ]
- }
}
group("tests") {
@@ -71,41 +59,14 @@ group("tests") {
"//mojo/services/view_manager/public/cpp/tests:mojo_view_manager_lib_unittests",
"//mojo/tests:mojo_task_tracker_perftests",
"//mojo/tools:message_generator",
- "//services/asset_bundle:apptests",
- "//services/clipboard:apptests",
- "//services/dart/dart_apptests",
- "//services/files:apptests",
"//mojo/gpu:apptests",
"//mojo/services/files/public/c:apptests",
- "//services/authenticating_url_loader_interceptor:apptests",
- "//services/http_server:apptests",
- "//services/prediction:apptests",
- "//services/reaper:tests",
- "//services/url_response_disk_cache:tests",
- "//services/view_manager:mojo_view_manager_client_apptests",
- "//services/view_manager:view_manager_service_apptests",
- "//services/view_manager:view_manager_service_unittests",
- "//services/window_manager:window_manager_apptests",
- "//services/window_manager:window_manager_unittests",
- "//shell:apptests",
]
- if (is_linux) {
- deps += [ "//services/python:python_apptests" ]
- }
-
- if (is_android) {
- deps += [ "//services/notifications:apptests" ]
- }
-
# 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") {
- deps += [
- "//mojo/edk/js:tests",
- "//services/js:js_apptests",
- "//services/js:js_services_unittests",
- ]
+ deps += [ "//mojo/edk/js:tests" ]
}
if (mojo_use_prebuilt_network_service) {
« no previous file with comments | « BUILD.gn ('k') | services/BUILD.gn » ('j') | services/BUILD.gn » ('J')

Powered by Google App Engine
This is Rietveld 408576698