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

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

Issue 2712963003: mustash: Use ui::chromeos::EventRewriter in mus (Closed)
Patch Set: Fix build 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 | « extensions/shell/browser/shell_desktop_controller_aura.cc ('k') | services/ui/ws/cursor_unittest.cc » ('j') | no next file with comments »
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 2e0fed6a25a8250042e00a32651e75d17c19e5c8..988cab598056f775431a7a3ffc5248966f32478b 100644
--- a/services/ui/ws/BUILD.gn
+++ b/services/ui/ws/BUILD.gn
@@ -151,6 +151,18 @@ static_library("lib") {
if (use_ozone) {
public_deps += [ "//ui/ozone:ozone" ]
}
+ if (is_chromeos) {
+ public_deps += [ "//ui/chromeos/events" ]
+ }
+
+ # ui service should not depend on below components.
+ assert_no_deps = [
+ "//ash",
+ "//content/public/browser",
+ "//content/public/common",
+ "//ui/aura",
+ "//ui/views",
+ ]
}
static_library("test_interface") {
« no previous file with comments | « extensions/shell/browser/shell_desktop_controller_aura.cc ('k') | services/ui/ws/cursor_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698