| 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/shell/public/cpp/service.gni") | 7 import("//services/shell/public/cpp/service.gni") |
| 8 import("//services/shell/public/service_manifest.gni") | 8 import("//services/shell/public/service_manifest.gni") |
| 9 import("//tools/grit/repack.gni") | 9 import("//tools/grit/repack.gni") |
| 10 | 10 |
| (...skipping 82 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 93 "//ash/public/interfaces", | 93 "//ash/public/interfaces", |
| 94 "//base", | 94 "//base", |
| 95 "//mash/public/interfaces", | 95 "//mash/public/interfaces", |
| 96 "//mash/session/public/interfaces", | 96 "//mash/session/public/interfaces", |
| 97 "//mojo/common:common_base", | 97 "//mojo/common:common_base", |
| 98 "//services/shell/public/cpp", | 98 "//services/shell/public/cpp", |
| 99 "//services/tracing/public/cpp", | 99 "//services/tracing/public/cpp", |
| 100 "//services/ui/common:mus_common", | 100 "//services/ui/common:mus_common", |
| 101 "//services/ui/public/cpp", | 101 "//services/ui/public/cpp", |
| 102 "//services/ui/public/interfaces", | 102 "//services/ui/public/interfaces", |
| 103 "//services/ui/public/interfaces/display", |
| 103 "//skia", | 104 "//skia", |
| 104 "//ui/aura", | 105 "//ui/aura", |
| 105 "//ui/events", | 106 "//ui/events", |
| 106 "//ui/gfx", | 107 "//ui/gfx", |
| 107 "//ui/gfx/geometry", | 108 "//ui/gfx/geometry", |
| 108 "//ui/gfx/geometry/mojo", | 109 "//ui/gfx/geometry/mojo", |
| 109 "//ui/resources", | 110 "//ui/resources", |
| 110 "//ui/strings", | 111 "//ui/strings", |
| 111 "//ui/views", | 112 "//ui/views", |
| 112 "//ui/views/mus:for_mojo_application", | 113 "//ui/views/mus:for_mojo_application", |
| (...skipping 118 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 231 "//ui/views/mus", | 232 "//ui/views/mus", |
| 232 ] | 233 ] |
| 233 | 234 |
| 234 data_deps = [ | 235 data_deps = [ |
| 235 ":mus", | 236 ":mus", |
| 236 "//mash/quick_launch", | 237 "//mash/quick_launch", |
| 237 ] | 238 ] |
| 238 | 239 |
| 239 defines = [ "NOTIMPLEMENTED_POLICY=5" ] | 240 defines = [ "NOTIMPLEMENTED_POLICY=5" ] |
| 240 } | 241 } |
| OLD | NEW |