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

Unified Diff: content/shell/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/renderer/BUILD.gn ('k') | content/test/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/shell/BUILD.gn
diff --git a/content/shell/BUILD.gn b/content/shell/BUILD.gn
index 685c5dcdc670d6e324b2ec24b23b1513cefd6a6a..f4240c8f2734e5fb307b5dd82af48b7dd5f3800b 100644
--- a/content/shell/BUILD.gn
+++ b/content/shell/BUILD.gn
@@ -211,6 +211,7 @@ static_library("content_shell_lib") {
"//content/public/common",
"//content/public/renderer",
"//content/public/utility",
+ "//ipc",
]
deps = [
":mojo_bindings",
@@ -240,7 +241,6 @@ static_library("content_shell_lib") {
"//device/sensors/public/cpp:full",
"//gin",
"//gpu",
- "//ipc",
"//media",
"//media/capture",
"//mojo/edk/js",
« no previous file with comments | « content/renderer/BUILD.gn ('k') | content/test/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698