| OLD | NEW |
| 1 # Copyright 2015 The Chromium Authors. All rights reserved. | 1 # Copyright 2015 The Chromium Authors. All rights reserved. |
| 2 # Use of this source code is governed by a BSD-style license that can be | 2 # Use of this source code is governed by a BSD-style license that can be |
| 3 # found in the LICENSE file. | 3 # found in the LICENSE file. |
| 4 | 4 |
| 5 import("//build/config/ui.gni") | 5 import("//build/config/ui.gni") |
| 6 import("//mojo/public/tools/bindings/mojom.gni") | 6 import("//mojo/public/tools/bindings/mojom.gni") |
| 7 import("//services/service_manager/public/cpp/service.gni") | 7 import("//services/service_manager/public/cpp/service.gni") |
| 8 import("//services/service_manager/public/service_manifest.gni") | 8 import("//services/service_manager/public/service_manifest.gni") |
| 9 import("//tools/grit/repack.gni") | 9 import("//tools/grit/repack.gni") |
| 10 | 10 |
| (...skipping 70 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 81 ] | 81 ] |
| 82 | 82 |
| 83 defines = [ "NOTIMPLEMENTED_POLICY=5" ] | 83 defines = [ "NOTIMPLEMENTED_POLICY=5" ] |
| 84 | 84 |
| 85 deps = [ | 85 deps = [ |
| 86 "//components/user_manager", | 86 "//components/user_manager", |
| 87 "//components/wallpaper", | 87 "//components/wallpaper", |
| 88 "//content/public/common:service_names", | 88 "//content/public/common:service_names", |
| 89 "//ui/app_list/presenter", | 89 "//ui/app_list/presenter", |
| 90 "//ui/app_list/presenter:mojom", | 90 "//ui/app_list/presenter:mojom", |
| 91 "//ui/display/manager", |
| 91 "//ui/keyboard", | 92 "//ui/keyboard", |
| 92 "//ui/keyboard:mojom", | 93 "//ui/keyboard:mojom", |
| 93 "//ui/message_center", | 94 "//ui/message_center", |
| 94 ] | 95 ] |
| 95 | 96 |
| 96 public_deps = [ | 97 public_deps = [ |
| 97 "//ash", | 98 "//ash", |
| 98 "//ash/public/cpp", | 99 "//ash/public/cpp", |
| 99 "//ash/public/interfaces", | 100 "//ash/public/interfaces", |
| 100 "//base", | 101 "//base", |
| (...skipping 179 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 280 "//ui/views/mus", | 281 "//ui/views/mus", |
| 281 ] | 282 ] |
| 282 | 283 |
| 283 data_deps = [ | 284 data_deps = [ |
| 284 ":mus", | 285 ":mus", |
| 285 "//mash/quick_launch", | 286 "//mash/quick_launch", |
| 286 ] | 287 ] |
| 287 | 288 |
| 288 defines = [ "NOTIMPLEMENTED_POLICY=5" ] | 289 defines = [ "NOTIMPLEMENTED_POLICY=5" ] |
| 289 } | 290 } |
| OLD | NEW |