OLD | NEW |
1 # Copyright 2016 The Chromium Authors. All rights reserved. | 1 # Copyright 2016 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("//services/service_manager/public/service_manifest.gni") | 6 import("//services/service_manager/public/service_manifest.gni") |
7 import("//testing/test.gni") | 7 import("//testing/test.gni") |
8 | 8 |
9 source_set("gpu") { | 9 source_set("gpu") { |
10 output_name = "mus_gpu" | 10 output_name = "mus_gpu" |
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
42 deps = [ | 42 deps = [ |
43 ":mus_gpu_unittests", | 43 ":mus_gpu_unittests", |
44 ] | 44 ] |
45 } | 45 } |
46 | 46 |
47 test("mus_gpu_unittests") { | 47 test("mus_gpu_unittests") { |
48 deps = [ | 48 deps = [ |
49 ":gpu", | 49 ":gpu", |
50 "//base", | 50 "//base", |
51 "//ipc", | 51 "//ipc", |
52 "//services/ui/common:run_all_shelltests", | 52 "//services/ui/common:run_all_service_tests", |
53 "//testing/gtest", | 53 "//testing/gtest", |
54 "//ui/gfx:memory_buffer", | 54 "//ui/gfx:memory_buffer", |
55 "//ui/gfx/geometry", | 55 "//ui/gfx/geometry", |
56 ] | 56 ] |
57 | 57 |
58 data_deps = [ | 58 data_deps = [ |
59 ":mus_gpu_unittests_app_manifest", | 59 ":mus_gpu_unittests_app_manifest", |
60 ] | 60 ] |
61 } | 61 } |
62 | 62 |
63 service_manifest("mus_gpu_unittests_app_manifest") { | 63 service_manifest("mus_gpu_unittests_app_manifest") { |
64 name = "mus_gpu_unittests_app" | 64 name = "mus_gpu_unittests_app" |
65 source = "mus_gpu_unittests_app_manifest.json" | 65 source = "mus_gpu_unittests_app_manifest.json" |
66 } | 66 } |
OLD | NEW |