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

Unified Diff: content/child/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 | « content/browser/BUILD.gn ('k') | content/public/browser/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/child/BUILD.gn
diff --git a/content/child/BUILD.gn b/content/child/BUILD.gn
index d9f42d2f1462e77ee3ca659f48f5d9f98555d5af..c9e48ed6265f64389910752845a6aa059b803108 100644
--- a/content/child/BUILD.gn
+++ b/content/child/BUILD.gn
@@ -216,6 +216,7 @@ target(link_target_type, "child") {
public_deps = [
"//gpu/ipc/client:client",
+ "//ipc",
"//services/service_manager/public/interfaces:interfaces_blink",
]
@@ -234,7 +235,6 @@ target(link_target_type, "child") {
"//content/public/common:common_sources",
"//crypto:platform",
"//gpu/command_buffer/client",
- "//ipc",
"//media",
"//media/blink",
"//mojo/common",
« no previous file with comments | « content/browser/BUILD.gn ('k') | content/public/browser/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698