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

Unified Diff: services/ui/public/cpp/BUILD.gn

Issue 2431753002: Mus experiment in content shell on Android.
Patch Set: Fix mac bot Created 4 years, 1 month 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 | « content/shell/common/shell_switches.cc ('k') | services/ui/public/cpp/gles2_context.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/ui/public/cpp/BUILD.gn
diff --git a/services/ui/public/cpp/BUILD.gn b/services/ui/public/cpp/BUILD.gn
index 3c43016b92202e392d3450abac66dbcc0b253bb9..176f2ae7104219edc27c3fba6e4dc5fc02f861b2 100644
--- a/services/ui/public/cpp/BUILD.gn
+++ b/services/ui/public/cpp/BUILD.gn
@@ -72,7 +72,11 @@ source_set("cpp") {
source_set("internal_or_test") {
visibility = [
"./*",
- "//services/ui/ws:mus_ws_unittests",
+
+ # We have to be visible to * because the test rule on Android generates
+ # sub-targets prefixed with mus_ws_unittests, but mus_ws_unittests* won't
+ # work in GN.
+ "//services/ui/ws/*",
"//ui/views/mus:views_mus_unittests",
]
« no previous file with comments | « content/shell/common/shell_switches.cc ('k') | services/ui/public/cpp/gles2_context.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698