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

Unified Diff: components/exo/BUILD.gn

Issue 2361993003: Draw underlay behind android apps using talkback (Closed)
Patch Set: CL 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 779e42a476a43cc04c5fb93d64788cef24e92776..1afaab218145178fb41ce1afd535069be02f82cd 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