OLD | NEW |
1 # Copyright 2014 The Chromium Authors. All rights reserved. | 1 # Copyright 2014 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/features.gni") | 5 import("//build/config/features.gni") |
6 import("//build/config/ui.gni") | 6 import("//build/config/ui.gni") |
7 import("//mojo/public/mojo_application.gni") | 7 import("//mojo/public/mojo_application.gni") |
8 import("//testing/test.gni") | 8 import("//testing/test.gni") |
9 import("//tools/grit/repack.gni") | 9 import("//tools/grit/repack.gni") |
10 | 10 |
(...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
59 "//components/mus/public/interfaces", | 59 "//components/mus/public/interfaces", |
60 "//components/resource_provider/public/cpp", | 60 "//components/resource_provider/public/cpp", |
61 "//components/resource_provider/public/interfaces", | 61 "//components/resource_provider/public/interfaces", |
62 "//mojo/converters/geometry", | 62 "//mojo/converters/geometry", |
63 "//mojo/converters/ime", | 63 "//mojo/converters/ime", |
64 "//mojo/converters/input_events", | 64 "//mojo/converters/input_events", |
65 "//mojo/converters/surfaces", | 65 "//mojo/converters/surfaces", |
66 "//mojo/platform_handle:for_component", | 66 "//mojo/platform_handle:for_component", |
67 "//mojo/public/c/system:for_component", | 67 "//mojo/public/c/system:for_component", |
68 "//mojo/public/cpp/bindings", | 68 "//mojo/public/cpp/bindings", |
69 "//mojo/shell/public/cpp", | 69 "//services/shell/public/cpp", |
70 "//mojo/shell/public/interfaces", | 70 "//services/shell/public/interfaces", |
71 "//skia", | 71 "//skia", |
72 "//third_party/icu", | 72 "//third_party/icu", |
73 "//ui/aura", | 73 "//ui/aura", |
74 "//ui/compositor", | 74 "//ui/compositor", |
75 "//ui/events", | 75 "//ui/events", |
76 "//ui/events:events_base", | 76 "//ui/events:events_base", |
77 "//ui/events/devices", | 77 "//ui/events/devices", |
78 "//ui/gfx", | 78 "//ui/gfx", |
79 "//ui/gfx/geometry", | 79 "//ui/gfx/geometry", |
80 "//ui/gl", | 80 "//ui/gl", |
(...skipping 74 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
155 ] | 155 ] |
156 | 156 |
157 deps = [ | 157 deps = [ |
158 ":mus", | 158 ":mus", |
159 "//base", | 159 "//base", |
160 "//base:i18n", | 160 "//base:i18n", |
161 "//base/test:test_support", | 161 "//base/test:test_support", |
162 "//cc", | 162 "//cc", |
163 "//components/mus/public/cpp", | 163 "//components/mus/public/cpp", |
164 "//components/mus/public/interfaces", | 164 "//components/mus/public/interfaces", |
165 "//mojo/shell/background:lib", | 165 "//services/shell/background:lib", |
166 "//mojo/shell/background:main", | 166 "//services/shell/background:main", |
167 "//mojo/shell/background/tests:test_support", | 167 "//services/shell/background/tests:test_support", |
168 "//mojo/shell/public/cpp:sources", | 168 "//services/shell/public/cpp:sources", |
169 "//mojo/shell/runner/host:lib", | 169 "//services/shell/runner/host:lib", |
170 "//skia", | 170 "//skia", |
171 "//testing/gtest", | 171 "//testing/gtest", |
172 "//third_party/icu", | 172 "//third_party/icu", |
173 "//ui/accessibility", | 173 "//ui/accessibility", |
174 "//ui/aura", | 174 "//ui/aura", |
175 "//ui/aura:test_support", | 175 "//ui/aura:test_support", |
176 "//ui/base", | 176 "//ui/base", |
177 "//ui/base:test_support", | 177 "//ui/base:test_support", |
178 "//ui/base/ime", | 178 "//ui/base/ime", |
179 "//ui/compositor:test_support", | 179 "//ui/compositor:test_support", |
(...skipping 50 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
230 } | 230 } |
231 | 231 |
232 group("for_component") { | 232 group("for_component") { |
233 public_deps = [ | 233 public_deps = [ |
234 ":mus", | 234 ":mus", |
235 ] | 235 ] |
236 deps = [ | 236 deps = [ |
237 "//mojo/gles2", | 237 "//mojo/gles2", |
238 ] | 238 ] |
239 } | 239 } |
OLD | NEW |