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

Unified Diff: content/browser/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 | « components/subresource_filter/content/renderer/BUILD.gn ('k') | content/child/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/BUILD.gn
diff --git a/content/browser/BUILD.gn b/content/browser/BUILD.gn
index 30e1be6f345ca253f14812eceada48baf5a99e2c..a3f4be45b80ab59cf1b1a3d8c9c87fa1ee4100e1 100644
--- a/content/browser/BUILD.gn
+++ b/content/browser/BUILD.gn
@@ -85,7 +85,6 @@ source_set("browser") {
"//gpu/command_buffer/client:gles2_interface",
"//gpu/ipc/host",
"//gpu/vulkan:features",
- "//ipc",
"//media",
"//media/capture",
"//media/capture/mojo:image_capture",
@@ -160,6 +159,7 @@ source_set("browser") {
]
public_deps = [
+ "//ipc",
"//media/mojo/interfaces:remoting",
"//third_party/leveldatabase",
]
« no previous file with comments | « components/subresource_filter/content/renderer/BUILD.gn ('k') | content/child/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698