| 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 71 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 82 ] | 82 ] |
| 83 | 83 |
| 84 public_deps = [ | 84 public_deps = [ |
| 85 "//ash", | 85 "//ash", |
| 86 "//ash/public/cpp:ash_public_cpp", | 86 "//ash/public/cpp:ash_public_cpp", |
| 87 "//base", | 87 "//base", |
| 88 "//base:i18n", | 88 "//base:i18n", |
| 89 "//mash/public/interfaces", | 89 "//mash/public/interfaces", |
| 90 "//mojo/common:common_base", | 90 "//mojo/common:common_base", |
| 91 "//services/service_manager/public/cpp", | 91 "//services/service_manager/public/cpp", |
| 92 "//services/tracing/public/cpp", | |
| 93 "//services/ui/common:mus_common", | 92 "//services/ui/common:mus_common", |
| 94 "//services/ui/public/cpp", | 93 "//services/ui/public/cpp", |
| 95 "//services/ui/public/cpp/input_devices", | 94 "//services/ui/public/cpp/input_devices", |
| 96 "//services/ui/public/interfaces", | 95 "//services/ui/public/interfaces", |
| 97 "//services/ui/public/interfaces/display", | 96 "//services/ui/public/interfaces/display", |
| 98 "//skia", | 97 "//skia", |
| 99 "//ui/aura", | 98 "//ui/aura", |
| 100 "//ui/events", | 99 "//ui/events", |
| 101 "//ui/gfx", | 100 "//ui/gfx", |
| 102 "//ui/gfx/geometry", | 101 "//ui/gfx/geometry", |
| (...skipping 126 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 229 "//ui/views/mus", | 228 "//ui/views/mus", |
| 230 ] | 229 ] |
| 231 | 230 |
| 232 data_deps = [ | 231 data_deps = [ |
| 233 ":mus", | 232 ":mus", |
| 234 "//mash/quick_launch", | 233 "//mash/quick_launch", |
| 235 ] | 234 ] |
| 236 | 235 |
| 237 defines = [ "NOTIMPLEMENTED_POLICY=5" ] | 236 defines = [ "NOTIMPLEMENTED_POLICY=5" ] |
| 238 } | 237 } |
| OLD | NEW |