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

Unified Diff: components/exo/BUILD.gn

Issue 2361993003: Draw underlay behind android apps using talkback (Closed)
Patch Set: Addressed some CL comments and added some comments Created 4 years, 3 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 | components/exo/DEPS » ('j') | components/exo/shell_surface.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/exo/BUILD.gn
diff --git a/components/exo/BUILD.gn b/components/exo/BUILD.gn
index e43eab933981c7f6ac26887e5501064361cbdb93..d4c1a0c68defaadb70162977efd5afe783408b5a 100644
--- a/components/exo/BUILD.gn
+++ b/components/exo/BUILD.gn
@@ -63,6 +63,10 @@ source_set("exo") {
"//ui/views/mus",
"//ui/wm:wm",
]
+
+ if (is_chromeos) {
+ deps += [ "//chromeos" ]
+ }
}
source_set("test_support") {
« no previous file with comments | « no previous file | components/exo/DEPS » ('j') | components/exo/shell_surface.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698