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

Unified Diff: mojo/BUILD.gn

Issue 495223002: GN build rules for all unit test targets in mojo/ (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix copyright header 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/aura/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 a2c246fc453aed3abea463097d2d345dbf5b982c..4a46ecd16e2666a72d13248ec8aaba40fa200733 100644
--- a/mojo/BUILD.gn
+++ b/mojo/BUILD.gn
@@ -2,6 +2,8 @@
# 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")
+
group("mojo") {
deps = [
":tests",
@@ -28,6 +30,14 @@ group("tests") {
"//mojo/shell:mojo_shell_tests",
"//mojo/system:mojo_system_unittests",
]
+
+ if (use_aura) {
+ deps += [
+ "//mojo/services/public/cpp/view_manager/tests:mojo_view_manager_lib_unittests",
+ "//mojo/services/view_manager:mojo_view_manager_unittests",
+ "//mojo/services/window_manager:mojo_core_window_manager_unittests",
+ ]
+ }
}
if (is_android) {
« no previous file with comments | « no previous file | mojo/aura/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698