OLD | NEW |
1 # Copyright 2016 The Chromium Authors. All rights reserved. | 1 # Copyright 2016 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("//mojo/public/mojo_application.gni") | 6 import("//mojo/public/mojo_application.gni") |
7 import("//mojo/public/mojo_application_manifest.gni") | 7 import("//mojo/public/mojo_application_manifest.gni") |
8 import("//mojo/public/tools/bindings/mojom.gni") | 8 import("//mojo/public/tools/bindings/mojom.gni") |
9 import("//tools/grit/repack.gni") | 9 import("//tools/grit/repack.gni") |
10 | 10 |
(...skipping 17 matching lines...) Expand all Loading... |
28 "sysui_application.h", | 28 "sysui_application.h", |
29 ] | 29 ] |
30 | 30 |
31 deps = [ | 31 deps = [ |
32 "//ash", | 32 "//ash", |
33 "//cc", | 33 "//cc", |
34 "//cc/surfaces", | 34 "//cc/surfaces", |
35 "//components/mus/common:mus_common", | 35 "//components/mus/common:mus_common", |
36 "//components/mus/public/cpp", | 36 "//components/mus/public/cpp", |
37 "//components/mus/public/interfaces", | 37 "//components/mus/public/interfaces", |
38 "//components/resource_provider/public/cpp", | |
39 "//components/user_manager", | 38 "//components/user_manager", |
40 "//device/bluetooth", | 39 "//device/bluetooth", |
41 "//mash/shelf/public/interfaces", | 40 "//mash/shelf/public/interfaces", |
42 "//mash/wm/public/interfaces", | 41 "//mash/wm/public/interfaces", |
43 "//mojo/common:common_base", | 42 "//mojo/common:common_base", |
44 "//mojo/converters/geometry", | 43 "//mojo/converters/geometry", |
45 "//mojo/converters/input_events", | 44 "//mojo/converters/input_events", |
| 45 "//services/catalog/public/cpp", |
46 "//services/shell/public/cpp", | 46 "//services/shell/public/cpp", |
47 "//services/tracing/public/cpp", | 47 "//services/tracing/public/cpp", |
48 "//skia/public", | 48 "//skia/public", |
49 "//ui/app_list/presenter", | 49 "//ui/app_list/presenter", |
50 "//ui/app_list/presenter:mojom", | 50 "//ui/app_list/presenter:mojom", |
51 "//ui/aura", | 51 "//ui/aura", |
52 "//ui/events", | 52 "//ui/events", |
53 "//ui/events/devices", | 53 "//ui/events/devices", |
54 "//ui/gfx", | 54 "//ui/gfx", |
55 "//ui/gfx/geometry", | 55 "//ui/gfx/geometry", |
(...skipping 64 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
120 | 120 |
121 repack("resources_200") { | 121 repack("resources_200") { |
122 sources = [ | 122 sources = [ |
123 "$root_out_dir/ash_test_resources_200_percent.pak", | 123 "$root_out_dir/ash_test_resources_200_percent.pak", |
124 ] | 124 ] |
125 output = "$root_out_dir/ash_resources_200_percent.pak" | 125 output = "$root_out_dir/ash_resources_200_percent.pak" |
126 deps = [ | 126 deps = [ |
127 "//ash/resources:ash_test_resources_200_percent", | 127 "//ash/resources:ash_test_resources_200_percent", |
128 ] | 128 ] |
129 } | 129 } |
OLD | NEW |