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/shell/public/cpp/service.gni") | 7 import("//services/shell/public/cpp/service.gni") |
8 import("//services/shell/public/service_manifest.gni") | 8 import("//services/shell/public/service_manifest.gni") |
9 import("//services/shell/public/constants.gni") | 9 import("//services/shell/public/constants.gni") |
10 import("//tools/grit/repack.gni") | 10 import("//tools/grit/repack.gni") |
(...skipping 70 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
81 ] | 81 ] |
82 deps = [ | 82 deps = [ |
83 "//base", | 83 "//base", |
84 "//cc", | 84 "//cc", |
85 "//cc/surfaces", | 85 "//cc/surfaces", |
86 "//mojo/common:common_base", | 86 "//mojo/common:common_base", |
87 "//services/catalog/public/cpp", | 87 "//services/catalog/public/cpp", |
88 "//services/shell/public/cpp", | 88 "//services/shell/public/cpp", |
89 "//services/tracing/public/cpp", | 89 "//services/tracing/public/cpp", |
90 "//services/ui/clipboard:lib", | 90 "//services/ui/clipboard:lib", |
91 "//services/ui/gpu", | |
92 "//services/ui/gpu/display_compositor", | |
93 "//services/ui/ime:lib", | 91 "//services/ui/ime:lib", |
94 "//services/ui/input_devices", | 92 "//services/ui/input_devices", |
95 "//services/ui/public/interfaces", | 93 "//services/ui/public/interfaces", |
96 "//services/ui/surfaces", | 94 "//services/ui/surfaces", |
97 "//services/ui/ws:lib", | 95 "//services/ui/ws:lib", |
98 "//services/ui/ws:test_interface", | 96 "//services/ui/ws:test_interface", |
99 "//ui/events", | 97 "//ui/events", |
100 "//ui/events/ozone:events_ozone_layout", | 98 "//ui/events/ozone:events_ozone_layout", |
101 "//ui/gl:gl", | 99 "//ui/gl:gl", |
102 "//ui/platform_window:platform_impls", | 100 "//ui/platform_window:platform_impls", |
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
135 | 133 |
136 repack("resources_200") { | 134 repack("resources_200") { |
137 sources = [ | 135 sources = [ |
138 "$root_gen_dir/ui/resources/ui_resources_200_percent.pak", | 136 "$root_gen_dir/ui/resources/ui_resources_200_percent.pak", |
139 ] | 137 ] |
140 output = "$root_out_dir/mus_app_resources_200.pak" | 138 output = "$root_out_dir/mus_app_resources_200.pak" |
141 deps = [ | 139 deps = [ |
142 "//ui/resources", | 140 "//ui/resources", |
143 ] | 141 ] |
144 } | 142 } |
OLD | NEW |