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 | 6 |
7 group("client") { | 7 group("client") { |
8 if (is_component_build) { | 8 if (is_component_build) { |
9 public_deps = [ | 9 public_deps = [ |
10 "//gpu", | 10 "//gpu", |
(...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
52 "//build/config/compiler:no_size_t_to_int_warning", | 52 "//build/config/compiler:no_size_t_to_int_warning", |
53 "//gpu:gpu_implementation", | 53 "//gpu:gpu_implementation", |
54 ] | 54 ] |
55 deps = [ | 55 deps = [ |
56 "//base", | 56 "//base", |
57 "//gpu/command_buffer/client:client_sources", | 57 "//gpu/command_buffer/client:client_sources", |
58 "//gpu/command_buffer/common:common_sources", | 58 "//gpu/command_buffer/common:common_sources", |
59 "//gpu/config:config_sources", | 59 "//gpu/config:config_sources", |
60 "//gpu/ipc/common:ipc_common_sources", | 60 "//gpu/ipc/common:ipc_common_sources", |
61 "//ipc", | 61 "//ipc", |
62 "//ui/events/ipc", | |
63 "//ui/gfx/ipc", | 62 "//ui/gfx/ipc", |
64 "//ui/gfx/ipc/geometry", | 63 "//ui/gfx/ipc/geometry", |
65 "//ui/gl", | 64 "//ui/gl", |
| 65 "//ui/latency_info/ipc", |
66 "//url/ipc:url_ipc", | 66 "//url/ipc:url_ipc", |
67 ] | 67 ] |
68 if (use_ozone) { | 68 if (use_ozone) { |
69 deps += [ "//ui/ozone" ] | 69 deps += [ "//ui/ozone" ] |
70 } | 70 } |
71 } | 71 } |
OLD | NEW |