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

Unified Diff: BUILD.gn

Issue 2438073003: Add missings tests to gn_all target. (Closed)
Patch Set: Created 4 years, 2 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: BUILD.gn
diff --git a/BUILD.gn b/BUILD.gn
index 83eb5adfaeec304186bea79434e5d968372660c4..2baca9e890d08b0a8578890b762e81b33442b25f 100644
--- a/BUILD.gn
+++ b/BUILD.gn
@@ -358,7 +358,11 @@ group("both_gn_and_gyp") {
}
if (use_ozone) {
- deps += [ "//ui/ozone" ]
+ deps += [
+ "//ui/ozone",
+ "//ui/ozone:ozone_unittests",
+ "//ui/ozone/gl:ozone_gl_unittests",
+ ]
}
if (use_x11) {
@@ -741,10 +745,16 @@ group("gn_only") {
"//mojo",
"//services/navigation",
"//services/ui/demo",
+ "//services/ui/demo:mus_demo_unittests",
+ "//services/ui/public/interfaces:ui_struct_traits_unittests",
"//services/ui/ws:tests",
"//ui/views/mus:views_mus_interactive_ui_tests",
"//ui/views/mus:views_mus_unittests",
]
+
+ if (use_ozone) {
+ deps += [ "//services/ui/display:display_service_unittests" ]
+ }
}
if (is_linux && !is_chromeos && !is_chromecast) {
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698