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

Unified 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « extensions/common/BUILD.gn ('k') | gpu/ipc/common/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gpu/ipc/client/BUILD.gn
diff --git a/gpu/ipc/client/BUILD.gn b/gpu/ipc/client/BUILD.gn
index 53775227407e2b14bdb033700ad1ac752110a3e1..6658c71064ca9b29a0083b4264d809d3a5480520 100644
--- a/gpu/ipc/client/BUILD.gn
+++ b/gpu/ipc/client/BUILD.gn
@@ -51,7 +51,6 @@ source_set("ipc_client_sources") {
"//gpu/command_buffer/common:common_sources",
"//gpu/config:config_sources",
"//gpu/ipc/common:ipc_common_sources",
- "//ipc",
"//ui/base/",
"//ui/events/ipc",
"//ui/gfx/ipc",
@@ -59,6 +58,9 @@ source_set("ipc_client_sources") {
"//ui/gl",
"//url/ipc:url_ipc",
]
+ public_deps = [
+ "//ipc",
+ ]
if (use_ozone) {
deps += [ "//ui/ozone" ]
}
« 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