| 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 74 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 85 "//ui/app_list/presenter:mojom", | 85 "//ui/app_list/presenter:mojom", |
| 86 "//ui/chromeos", | 86 "//ui/chromeos", |
| 87 "//ui/display/manager", | 87 "//ui/display/manager", |
| 88 "//ui/keyboard", | 88 "//ui/keyboard", |
| 89 "//ui/keyboard:mojom", | 89 "//ui/keyboard:mojom", |
| 90 "//ui/message_center", | 90 "//ui/message_center", |
| 91 ] | 91 ] |
| 92 | 92 |
| 93 public_deps = [ | 93 public_deps = [ |
| 94 "//ash", | 94 "//ash", |
| 95 "//ash/public/cpp", | 95 "//ash/public/cpp:ash_public_cpp", |
| 96 "//ash/public/interfaces", | 96 "//ash/public/interfaces", |
| 97 "//base", | 97 "//base", |
| 98 "//base:i18n", | 98 "//base:i18n", |
| 99 "//mash/public/interfaces", | 99 "//mash/public/interfaces", |
| 100 "//mojo/common:common_base", | 100 "//mojo/common:common_base", |
| 101 "//services/service_manager/public/cpp", | 101 "//services/service_manager/public/cpp", |
| 102 "//services/tracing/public/cpp", | 102 "//services/tracing/public/cpp", |
| 103 "//services/ui/common:mus_common", | 103 "//services/ui/common:mus_common", |
| 104 "//services/ui/public/cpp", | 104 "//services/ui/public/cpp", |
| 105 "//services/ui/public/interfaces", | 105 "//services/ui/public/interfaces", |
| (...skipping 138 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 244 "//ui/views/mus", | 244 "//ui/views/mus", |
| 245 ] | 245 ] |
| 246 | 246 |
| 247 data_deps = [ | 247 data_deps = [ |
| 248 ":mus", | 248 ":mus", |
| 249 "//mash/quick_launch", | 249 "//mash/quick_launch", |
| 250 ] | 250 ] |
| 251 | 251 |
| 252 defines = [ "NOTIMPLEMENTED_POLICY=5" ] | 252 defines = [ "NOTIMPLEMENTED_POLICY=5" ] |
| 253 } | 253 } |
| OLD | NEW |