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

Unified Diff: mojo/BUILD.gn

Issue 494523004: GN: Build rules and fixes for (almost) all mojo unittest targets (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 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 | « no previous file | mojo/application_manager/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 58afc235f0405b991626dfda5cfe779b8351d442..a2c246fc453aed3abea463097d2d345dbf5b982c 100644
--- a/mojo/BUILD.gn
+++ b/mojo/BUILD.gn
@@ -4,12 +4,29 @@
group("mojo") {
deps = [
+ ":tests",
"//mojo/common",
"//mojo/examples",
"//mojo/public",
"//mojo/services",
"//mojo/shell:mojo_shell",
+ ]
+}
+
+group("tests") {
+ deps = [
+ "//mojo/application_manager:mojo_application_manager_unittests",
+ "//mojo/apps/js/test:mojo_apps_js_unittests",
+ "//mojo/common:mojo_common_unittests",
+ "//mojo/public/cpp/application/tests:mojo_public_application_unittests",
+ "//mojo/public/cpp/bindings/tests:mojo_public_bindings_unittests",
+ "//mojo/public/cpp/environment/tests:mojo_public_environment_unittests",
+ "//mojo/public/cpp/system/tests:mojo_public_system_unittests",
+ "//mojo/public/cpp/utility/tests:mojo_public_utility_unittests",
+ "//mojo/public/js/bindings/tests:mojo_js_unittests",
+ "//mojo/services/public/cpp/surfaces/tests:mojo_surfaces_lib_unittests",
"//mojo/shell:mojo_shell_tests",
+ "//mojo/system:mojo_system_unittests",
]
}
« no previous file with comments | « no previous file | mojo/application_manager/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698