| 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/mojo_application.gni") | 6 import("//mojo/public/mojo_application.gni") |
| 7 import("//mojo/public/mojo_application_manifest.gni") | 7 import("//mojo/public/mojo_application_manifest.gni") |
| 8 import("//mojo/public/tools/bindings/mojom.gni") | 8 import("//mojo/public/tools/bindings/mojom.gni") |
| 9 import("//tools/grit/repack.gni") | 9 import("//tools/grit/repack.gni") |
| 10 | 10 |
| (...skipping 54 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 65 "//base", | 65 "//base", |
| 66 "//components/mus/common:mus_common", | 66 "//components/mus/common:mus_common", |
| 67 "//components/mus/public/cpp", | 67 "//components/mus/public/cpp", |
| 68 "//components/mus/public/interfaces", | 68 "//components/mus/public/interfaces", |
| 69 "//mash/session/public/interfaces", | 69 "//mash/session/public/interfaces", |
| 70 "//mash/wm/public/interfaces", | 70 "//mash/wm/public/interfaces", |
| 71 "//mash/wm/resources", | 71 "//mash/wm/resources", |
| 72 "//mojo/common:common_base", | 72 "//mojo/common:common_base", |
| 73 "//mojo/converters/geometry", | 73 "//mojo/converters/geometry", |
| 74 "//mojo/converters/input_events", | 74 "//mojo/converters/input_events", |
| 75 "//mojo/services/tracing/public/cpp", | |
| 76 "//services/shell/public/cpp", | 75 "//services/shell/public/cpp", |
| 76 "//services/tracing/public/cpp", |
| 77 "//skia", | 77 "//skia", |
| 78 "//ui/aura", | 78 "//ui/aura", |
| 79 "//ui/events", | 79 "//ui/events", |
| 80 "//ui/gfx", | 80 "//ui/gfx", |
| 81 "//ui/gfx/geometry", | 81 "//ui/gfx/geometry", |
| 82 "//ui/mojo/init", | 82 "//ui/mojo/init", |
| 83 "//ui/resources", | 83 "//ui/resources", |
| 84 "//ui/strings", | 84 "//ui/strings", |
| 85 "//ui/views", | 85 "//ui/views", |
| 86 "//ui/views/mus:for_mojo_application", | 86 "//ui/views/mus:for_mojo_application", |
| (...skipping 76 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 163 "//ui/gfx:test_support", | 163 "//ui/gfx:test_support", |
| 164 "//ui/gfx/geometry", | 164 "//ui/gfx/geometry", |
| 165 "//ui/mojo/geometry:interfaces", | 165 "//ui/mojo/geometry:interfaces", |
| 166 "//ui/mojo/geometry:util", | 166 "//ui/mojo/geometry:util", |
| 167 ] | 167 ] |
| 168 | 168 |
| 169 data_deps = [ | 169 data_deps = [ |
| 170 ":wm", | 170 ":wm", |
| 171 ] | 171 ] |
| 172 } | 172 } |
| OLD | NEW |