| 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/gles2", | |
| 92 "//services/ui/gpu", | 91 "//services/ui/gpu", |
| 93 "//services/ui/gpu/display_compositor", | 92 "//services/ui/gpu/display_compositor", |
| 94 "//services/ui/input_devices", | 93 "//services/ui/input_devices", |
| 95 "//services/ui/public/interfaces", | 94 "//services/ui/public/interfaces", |
| 96 "//services/ui/surfaces", | 95 "//services/ui/surfaces", |
| 97 "//services/ui/ws:lib", | 96 "//services/ui/ws:lib", |
| 98 "//services/ui/ws:test_interface", | 97 "//services/ui/ws:test_interface", |
| 99 "//ui/events", | 98 "//ui/events", |
| 100 "//ui/events/ozone:events_ozone_layout", | 99 "//ui/events/ozone:events_ozone_layout", |
| 101 "//ui/gl:gl", | 100 "//ui/gl:gl", |
| (...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 135 | 134 |
| 136 repack("resources_200") { | 135 repack("resources_200") { |
| 137 sources = [ | 136 sources = [ |
| 138 "$root_gen_dir/ui/resources/ui_resources_200_percent.pak", | 137 "$root_gen_dir/ui/resources/ui_resources_200_percent.pak", |
| 139 ] | 138 ] |
| 140 output = "$root_out_dir/mus_app_resources_200.pak" | 139 output = "$root_out_dir/mus_app_resources_200.pak" |
| 141 deps = [ | 140 deps = [ |
| 142 "//ui/resources", | 141 "//ui/resources", |
| 143 ] | 142 ] |
| 144 } | 143 } |
| OLD | NEW |