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 66 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
77 "service.h", | 77 "service.h", |
78 ] | 78 ] |
79 | 79 |
80 public_deps = [ | 80 public_deps = [ |
81 "//services/ui/common:mus_common", | 81 "//services/ui/common:mus_common", |
82 ] | 82 ] |
83 deps = [ | 83 deps = [ |
84 "//base", | 84 "//base", |
85 "//cc", | 85 "//cc", |
86 "//cc/surfaces", | 86 "//cc/surfaces", |
| 87 "//components/discardable_memory/public/interfaces", |
| 88 "//components/discardable_memory/service", |
87 "//mojo/common:common_base", | 89 "//mojo/common:common_base", |
88 "//services/catalog/public/cpp", | 90 "//services/catalog/public/cpp", |
89 "//services/catalog/public/interfaces:constants", | 91 "//services/catalog/public/interfaces:constants", |
90 "//services/service_manager/public/cpp", | 92 "//services/service_manager/public/cpp", |
91 "//services/tracing/public/cpp", | 93 "//services/tracing/public/cpp", |
92 "//services/tracing/public/interfaces:constants", | 94 "//services/tracing/public/interfaces:constants", |
93 "//services/ui/clipboard:lib", | 95 "//services/ui/clipboard:lib", |
94 "//services/ui/ime:lib", | 96 "//services/ui/ime:lib", |
95 "//services/ui/input_devices", | 97 "//services/ui/input_devices", |
96 "//services/ui/public/interfaces", | 98 "//services/ui/public/interfaces", |
(...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
136 | 138 |
137 repack("resources_200") { | 139 repack("resources_200") { |
138 sources = [ | 140 sources = [ |
139 "$root_gen_dir/ui/resources/ui_resources_200_percent.pak", | 141 "$root_gen_dir/ui/resources/ui_resources_200_percent.pak", |
140 ] | 142 ] |
141 output = "$root_out_dir/mus_app_resources_200.pak" | 143 output = "$root_out_dir/mus_app_resources_200.pak" |
142 deps = [ | 144 deps = [ |
143 "//ui/resources", | 145 "//ui/resources", |
144 ] | 146 ] |
145 } | 147 } |
OLD | NEW |