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("//testing/test.gni") | 6 import("//testing/test.gni") |
7 import("//services/service_manager/public/cpp/service.gni") | 7 import("//services/service_manager/public/cpp/service.gni") |
8 import("//services/service_manager/public/service_manifest.gni") | 8 import("//services/service_manager/public/service_manifest.gni") |
9 import("//services/service_manager/public/constants.gni") | 9 import("//services/service_manager/public/constants.gni") |
10 import("//tools/grit/repack.gni") | 10 import("//tools/grit/repack.gni") |
(...skipping 75 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
86 "service.h", | 86 "service.h", |
87 ] | 87 ] |
88 | 88 |
89 public_deps = [ | 89 public_deps = [ |
90 "//services/ui/common:mus_common", | 90 "//services/ui/common:mus_common", |
91 ] | 91 ] |
92 deps = [ | 92 deps = [ |
93 "//base", | 93 "//base", |
94 "//cc", | 94 "//cc", |
95 "//cc/surfaces", | 95 "//cc/surfaces", |
| 96 "//components/discardable_memory/public/interfaces", |
| 97 "//components/discardable_memory/service", |
96 "//mojo/common:common_base", | 98 "//mojo/common:common_base", |
97 "//services/catalog/public/cpp", | 99 "//services/catalog/public/cpp", |
98 "//services/catalog/public/interfaces:constants", | 100 "//services/catalog/public/interfaces:constants", |
99 "//services/service_manager/public/cpp", | 101 "//services/service_manager/public/cpp", |
100 "//services/tracing/public/cpp", | 102 "//services/tracing/public/cpp", |
101 "//services/tracing/public/interfaces:constants", | 103 "//services/tracing/public/interfaces:constants", |
102 "//services/ui/clipboard:lib", | 104 "//services/ui/clipboard:lib", |
103 "//services/ui/ime:lib", | 105 "//services/ui/ime:lib", |
104 "//services/ui/input_devices", | 106 "//services/ui/input_devices", |
105 "//services/ui/public/interfaces", | 107 "//services/ui/public/interfaces", |
(...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
145 | 147 |
146 repack("resources_200") { | 148 repack("resources_200") { |
147 sources = [ | 149 sources = [ |
148 "$root_gen_dir/ui/resources/ui_resources_200_percent.pak", | 150 "$root_gen_dir/ui/resources/ui_resources_200_percent.pak", |
149 ] | 151 ] |
150 output = "$root_out_dir/mus_app_resources_200.pak" | 152 output = "$root_out_dir/mus_app_resources_200.pak" |
151 deps = [ | 153 deps = [ |
152 "//ui/resources", | 154 "//ui/resources", |
153 ] | 155 ] |
154 } | 156 } |
OLD | NEW |