OLD | NEW |
1 # Copyright 2015 The Chromium Authors. All rights reserved. | 1 # Copyright 2015 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("//mojo/public/mojo_application_manifest.gni") | 6 import("//services/shell/public/service_manifest.gni") |
7 import("//testing/test.gni") | 7 import("//testing/test.gni") |
8 | 8 |
9 component("mus_common") { | 9 component("mus_common") { |
10 sources = [ | 10 sources = [ |
11 "event_matcher_util.cc", | 11 "event_matcher_util.cc", |
12 "event_matcher_util.h", | 12 "event_matcher_util.h", |
13 "generic_shared_memory_id_generator.cc", | 13 "generic_shared_memory_id_generator.cc", |
14 "generic_shared_memory_id_generator.h", | 14 "generic_shared_memory_id_generator.h", |
15 "gpu_memory_buffer_impl.cc", | 15 "gpu_memory_buffer_impl.cc", |
16 "gpu_memory_buffer_impl.h", | 16 "gpu_memory_buffer_impl.h", |
(...skipping 70 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
87 "//base", | 87 "//base", |
88 "//base/test:test_config", | 88 "//base/test:test_config", |
89 "//ipc:ipc", | 89 "//ipc:ipc", |
90 "//services/ui/public/interfaces", | 90 "//services/ui/public/interfaces", |
91 "//testing/gtest", | 91 "//testing/gtest", |
92 "//ui/gfx:test_support", | 92 "//ui/gfx:test_support", |
93 "//ui/gfx/ipc", | 93 "//ui/gfx/ipc", |
94 ] | 94 ] |
95 } | 95 } |
96 | 96 |
97 mojo_application_manifest("mus_common_unittests_app_manifest") { | 97 service_manifest("mus_common_unittests_app_manifest") { |
98 application_name = "mus_common_unittests_app" | 98 name = "mus_common_unittests_app" |
99 source = "mus_common_unittests_app_manifest.json" | 99 source = "mus_common_unittests_app_manifest.json" |
100 } | 100 } |
OLD | NEW |