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 83 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
94 ] | 94 ] |
95 | 95 |
96 public_deps = [ | 96 public_deps = [ |
97 "//base", | 97 "//base", |
98 "//cc", | 98 "//cc", |
99 "//cc/ipc:interfaces", | 99 "//cc/ipc:interfaces", |
100 "//cc/surfaces", | 100 "//cc/surfaces", |
101 "//cc/surfaces:surface_id", | 101 "//cc/surfaces:surface_id", |
102 "//components/mus/common:mus_common", | 102 "//components/mus/common:mus_common", |
103 "//components/mus/gles2", | 103 "//components/mus/gles2", |
104 "//components/mus/public/cpp/surfaces", | |
105 "//components/mus/public/interfaces", | 104 "//components/mus/public/interfaces", |
106 "//components/mus/surfaces", | 105 "//components/mus/surfaces", |
107 "//mojo/common:common_base", | 106 "//mojo/common:common_base", |
108 "//mojo/public/cpp/bindings", | 107 "//mojo/public/cpp/bindings", |
109 "//services/shell/public/cpp", | 108 "//services/shell/public/cpp", |
110 "//services/shell/public/interfaces", | 109 "//services/shell/public/interfaces", |
111 "//services/tracing/public/cpp", | 110 "//services/tracing/public/cpp", |
112 "//ui/base", | 111 "//ui/base", |
113 "//ui/display", | 112 "//ui/display", |
114 "//ui/events", | 113 "//ui/events", |
(...skipping 121 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
236 | 235 |
237 data_deps = [ | 236 data_deps = [ |
238 ":mus_ws_unittests_app_manifest", | 237 ":mus_ws_unittests_app_manifest", |
239 ] | 238 ] |
240 } | 239 } |
241 | 240 |
242 mojo_application_manifest("mus_ws_unittests_app_manifest") { | 241 mojo_application_manifest("mus_ws_unittests_app_manifest") { |
243 application_name = "mus_ws_unittests_app" | 242 application_name = "mus_ws_unittests_app" |
244 source = "mus_ws_unittests_app_manifest.json" | 243 source = "mus_ws_unittests_app_manifest.json" |
245 } | 244 } |
OLD | NEW |