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/ui.gni") | 5 import("//build/config/ui.gni") |
6 import("//testing/test.gni") | 6 import("//testing/test.gni") |
7 import("//mojo/public/mojo_application.gni") | 7 import("//mojo/public/mojo_application.gni") |
8 import("//mojo/public/mojo_application_manifest.gni") | 8 import("//mojo/public/mojo_application_manifest.gni") |
9 | 9 |
10 source_set("lib") { | 10 source_set("lib") { |
(...skipping 79 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
90 "//components/mus/common:mus_common", | 90 "//components/mus/common:mus_common", |
91 "//components/mus/gles2", | 91 "//components/mus/gles2", |
92 "//components/mus/public/interfaces", | 92 "//components/mus/public/interfaces", |
93 "//components/mus/surfaces", | 93 "//components/mus/surfaces", |
94 "//mojo/common:common_base", | 94 "//mojo/common:common_base", |
95 "//mojo/converters/geometry", | 95 "//mojo/converters/geometry", |
96 "//mojo/converters/ime", | 96 "//mojo/converters/ime", |
97 "//mojo/converters/input_events", | 97 "//mojo/converters/input_events", |
98 "//mojo/converters/surfaces", | 98 "//mojo/converters/surfaces", |
99 "//mojo/public/cpp/bindings:callback", | 99 "//mojo/public/cpp/bindings:callback", |
100 "//mojo/services/tracing/public/cpp", | |
101 "//services/shell/public/cpp", | 100 "//services/shell/public/cpp", |
102 "//services/shell/public/interfaces", | 101 "//services/shell/public/interfaces", |
| 102 "//services/tracing/public/cpp", |
103 "//ui/base", | 103 "//ui/base", |
104 "//ui/events", | 104 "//ui/events", |
105 "//ui/events/platform", | 105 "//ui/events/platform", |
106 "//ui/gfx", | 106 "//ui/gfx", |
107 "//ui/gfx/geometry", | 107 "//ui/gfx/geometry", |
108 "//ui/gl", | 108 "//ui/gl", |
109 "//ui/mojo/geometry:interfaces", | 109 "//ui/mojo/geometry:interfaces", |
110 "//ui/platform_window", | 110 "//ui/platform_window", |
111 "//ui/platform_window:platform_impls", | 111 "//ui/platform_window:platform_impls", |
112 ] | 112 ] |
(...skipping 98 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
211 | 211 |
212 data_deps = [ | 212 data_deps = [ |
213 ":mus_ws_unittests_app_manifest", | 213 ":mus_ws_unittests_app_manifest", |
214 ] | 214 ] |
215 } | 215 } |
216 | 216 |
217 mojo_application_manifest("mus_ws_unittests_app_manifest") { | 217 mojo_application_manifest("mus_ws_unittests_app_manifest") { |
218 application_name = "mus_ws_unittests_app" | 218 application_name = "mus_ws_unittests_app" |
219 source = "mus_ws_unittests_app_manifest.json" | 219 source = "mus_ws_unittests_app_manifest.json" |
220 } | 220 } |
OLD | NEW |