Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(40)

Side by Side Diff: gpu/ipc/client/BUILD.gn

Issue 2767193005: Fix public dependencies on //ipc (Closed)
Patch Set: Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « extensions/common/BUILD.gn ('k') | gpu/ipc/common/BUILD.gn » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 33 matching lines...) Expand 10 before | Expand all | Expand 10 after
44 configs += [ 44 configs += [
45 "//build/config/compiler:no_size_t_to_int_warning", 45 "//build/config/compiler:no_size_t_to_int_warning",
46 "//gpu:gpu_implementation", 46 "//gpu:gpu_implementation",
47 ] 47 ]
48 deps = [ 48 deps = [
49 "//base", 49 "//base",
50 "//gpu/command_buffer/client:client_sources", 50 "//gpu/command_buffer/client:client_sources",
51 "//gpu/command_buffer/common:common_sources", 51 "//gpu/command_buffer/common:common_sources",
52 "//gpu/config:config_sources", 52 "//gpu/config:config_sources",
53 "//gpu/ipc/common:ipc_common_sources", 53 "//gpu/ipc/common:ipc_common_sources",
54 "//ipc",
55 "//ui/base/", 54 "//ui/base/",
56 "//ui/events/ipc", 55 "//ui/events/ipc",
57 "//ui/gfx/ipc", 56 "//ui/gfx/ipc",
58 "//ui/gfx/ipc/geometry", 57 "//ui/gfx/ipc/geometry",
59 "//ui/gl", 58 "//ui/gl",
60 "//url/ipc:url_ipc", 59 "//url/ipc:url_ipc",
61 ] 60 ]
61 public_deps = [
62 "//ipc",
63 ]
62 if (use_ozone) { 64 if (use_ozone) {
63 deps += [ "//ui/ozone" ] 65 deps += [ "//ui/ozone" ]
64 } 66 }
65 } 67 }
OLDNEW
« no previous file with comments | « extensions/common/BUILD.gn ('k') | gpu/ipc/common/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698