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 202 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
213 ] | 213 ] |
214 | 214 |
215 deps = [ | 215 deps = [ |
216 ":lib", | 216 ":lib", |
217 ":test_support", | 217 ":test_support", |
218 "//base", | 218 "//base", |
219 "//base/test:test_config", | 219 "//base/test:test_config", |
220 "//base/test:test_support", | 220 "//base/test:test_support", |
221 "//cc:cc", | 221 "//cc:cc", |
222 "//mojo/public/cpp/bindings:bindings", | 222 "//mojo/public/cpp/bindings:bindings", |
223 "//services/shell/public/cpp:shell_test_support", | 223 "//services/shell/public/cpp:service_test_support", |
224 "//services/shell/public/cpp:sources", | 224 "//services/shell/public/cpp:sources", |
225 "//services/shell/public/cpp/test:run_all_shelltests", | 225 "//services/shell/public/cpp/test:run_all_shelltests", |
226 "//services/shell/public/interfaces", | 226 "//services/shell/public/interfaces", |
227 "//services/ui/common:mus_common", | 227 "//services/ui/common:mus_common", |
228 "//services/ui/public/cpp", | 228 "//services/ui/public/cpp", |
229 "//services/ui/public/cpp/tests:test_support", | 229 "//services/ui/public/cpp/tests:test_support", |
230 "//services/ui/public/interfaces", | 230 "//services/ui/public/interfaces", |
231 "//services/ui/surfaces", | 231 "//services/ui/surfaces", |
232 "//testing/gtest", | 232 "//testing/gtest", |
233 "//third_party/mesa:osmesa", | 233 "//third_party/mesa:osmesa", |
(...skipping 11 matching lines...) Expand all Loading... |
245 | 245 |
246 data_deps = [ | 246 data_deps = [ |
247 ":mus_ws_unittests_app_manifest", | 247 ":mus_ws_unittests_app_manifest", |
248 ] | 248 ] |
249 } | 249 } |
250 | 250 |
251 mojo_application_manifest("mus_ws_unittests_app_manifest") { | 251 mojo_application_manifest("mus_ws_unittests_app_manifest") { |
252 application_name = "mus_ws_unittests_app" | 252 application_name = "mus_ws_unittests_app" |
253 source = "mus_ws_unittests_app_manifest.json" | 253 source = "mus_ws_unittests_app_manifest.json" |
254 } | 254 } |
OLD | NEW |