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

Unified Diff: services/ui/ws/BUILD.gn

Issue 2712963003: mustash: Use ui::chromeos::EventRewriter in mus (Closed)
Patch Set: Address review issues Created 3 years, 9 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 | services/ui/ws/display.cc » ('j') | services/ui/ws/display.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: services/ui/ws/BUILD.gn
diff --git a/services/ui/ws/BUILD.gn b/services/ui/ws/BUILD.gn
index c93c16a61918c003c1788c348567ad57a66a6a16..cb28f2def647d0ae4f1be5d9f71eb0cf4a3d1f71 100644
--- a/services/ui/ws/BUILD.gn
+++ b/services/ui/ws/BUILD.gn
@@ -151,6 +151,9 @@ static_library("lib") {
if (use_ozone) {
public_deps += [ "//ui/ozone:ozone" ]
}
+ if (is_chromeos) {
+ public_deps += [ "//ui/chromeos/events" ]
sky 2017/03/16 20:29:52 I want to make sure we don't end up pulling in any
+ }
}
static_library("test_interface") {
« no previous file with comments | « no previous file | services/ui/ws/display.cc » ('j') | services/ui/ws/display.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698