| 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 88 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 99 "//ash/public/interfaces", | 99 "//ash/public/interfaces", |
| 100 "//base", | 100 "//base", |
| 101 "//mash/public/interfaces", | 101 "//mash/public/interfaces", |
| 102 "//mash/session/public/interfaces", | 102 "//mash/session/public/interfaces", |
| 103 "//mojo/common:common_base", | 103 "//mojo/common:common_base", |
| 104 "//services/shell/public/cpp", | 104 "//services/shell/public/cpp", |
| 105 "//services/tracing/public/cpp", | 105 "//services/tracing/public/cpp", |
| 106 "//services/ui/common:mus_common", | 106 "//services/ui/common:mus_common", |
| 107 "//services/ui/public/cpp", | 107 "//services/ui/public/cpp", |
| 108 "//services/ui/public/interfaces", | 108 "//services/ui/public/interfaces", |
| 109 "//services/ui/public/interfaces/display", |
| 109 "//skia", | 110 "//skia", |
| 110 "//ui/aura", | 111 "//ui/aura", |
| 111 "//ui/events", | 112 "//ui/events", |
| 112 "//ui/gfx", | 113 "//ui/gfx", |
| 113 "//ui/gfx/geometry", | 114 "//ui/gfx/geometry", |
| 114 "//ui/gfx/geometry/mojo", | 115 "//ui/gfx/geometry/mojo", |
| 115 "//ui/resources", | 116 "//ui/resources", |
| 116 "//ui/strings", | 117 "//ui/strings", |
| 117 "//ui/views", | 118 "//ui/views", |
| 118 "//ui/views/mus:for_mojo_application", | 119 "//ui/views/mus:for_mojo_application", |
| (...skipping 117 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 236 "//ui/views/mus", | 237 "//ui/views/mus", |
| 237 ] | 238 ] |
| 238 | 239 |
| 239 data_deps = [ | 240 data_deps = [ |
| 240 ":mus", | 241 ":mus", |
| 241 "//mash/quick_launch", | 242 "//mash/quick_launch", |
| 242 ] | 243 ] |
| 243 | 244 |
| 244 defines = [ "NOTIMPLEMENTED_POLICY=5" ] | 245 defines = [ "NOTIMPLEMENTED_POLICY=5" ] |
| 245 } | 246 } |
| OLD | NEW |