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