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

Unified Diff: content/public/common/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/public/browser/BUILD.gn ('k') | content/renderer/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/public/common/BUILD.gn
diff --git a/content/public/common/BUILD.gn b/content/public/common/BUILD.gn
index 70341500462a0a581664ef28251115b0b0bc812e..30a9033b60d590850a01c33d1da421267e2b42e3 100644
--- a/content/public/common/BUILD.gn
+++ b/content/public/common/BUILD.gn
@@ -252,6 +252,7 @@ source_set("common_sources") {
":service_names",
"//content/common",
"//content/public/common:interfaces",
+ "//ipc",
"//mojo/edk/system",
"//mojo/public/cpp/bindings",
"//services/service_manager/public/cpp",
@@ -268,7 +269,6 @@ source_set("common_sources") {
# needed because of allow_circular_includes_from.
"//components/mime_util",
"//content/common:mojo_bindings",
- "//ipc",
"//media",
"//mojo/common",
"//net",
« no previous file with comments | « content/public/browser/BUILD.gn ('k') | content/renderer/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698