| 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") {
|
|
|