| 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 89 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 100 "//ui/message_center", | 100 "//ui/message_center", |
| 101 ] | 101 ] |
| 102 | 102 |
| 103 public_deps = [ | 103 public_deps = [ |
| 104 "//ash", | 104 "//ash", |
| 105 "//ash/public/cpp", | 105 "//ash/public/cpp", |
| 106 "//ash/public/interfaces", | 106 "//ash/public/interfaces", |
| 107 "//base", | 107 "//base", |
| 108 "//base:i18n", | 108 "//base:i18n", |
| 109 "//mash/public/interfaces", | 109 "//mash/public/interfaces", |
| 110 "//mash/session/public/interfaces", | |
| 111 "//mojo/common:common_base", | 110 "//mojo/common:common_base", |
| 112 "//services/service_manager/public/cpp", | 111 "//services/service_manager/public/cpp", |
| 113 "//services/tracing/public/cpp", | 112 "//services/tracing/public/cpp", |
| 114 "//services/ui/common:mus_common", | 113 "//services/ui/common:mus_common", |
| 115 "//services/ui/public/cpp", | 114 "//services/ui/public/cpp", |
| 116 "//services/ui/public/interfaces", | 115 "//services/ui/public/interfaces", |
| 117 "//services/ui/public/interfaces/display", | 116 "//services/ui/public/interfaces/display", |
| 118 "//skia", | 117 "//skia", |
| 119 "//ui/aura", | 118 "//ui/aura", |
| 120 "//ui/events", | 119 "//ui/events", |
| (...skipping 140 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 261 "//ui/views/mus", | 260 "//ui/views/mus", |
| 262 ] | 261 ] |
| 263 | 262 |
| 264 data_deps = [ | 263 data_deps = [ |
| 265 ":mus", | 264 ":mus", |
| 266 "//mash/quick_launch", | 265 "//mash/quick_launch", |
| 267 ] | 266 ] |
| 268 | 267 |
| 269 defines = [ "NOTIMPLEMENTED_POLICY=5" ] | 268 defines = [ "NOTIMPLEMENTED_POLICY=5" ] |
| 270 } | 269 } |
| OLD | NEW |