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

Unified Diff: components/guest_view/renderer/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 | « chrome/renderer/BUILD.gn ('k') | components/nacl/browser/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/guest_view/renderer/BUILD.gn
diff --git a/components/guest_view/renderer/BUILD.gn b/components/guest_view/renderer/BUILD.gn
index df68a0ed028850297d99e87531e83799a1a0bb71..c78feedc49e6bdc6fc904d75b05d66d661fe7a21 100644
--- a/components/guest_view/renderer/BUILD.gn
+++ b/components/guest_view/renderer/BUILD.gn
@@ -21,8 +21,11 @@ static_library("renderer") {
"//components/guest_view/common",
"//content/public/common",
"//content/public/renderer",
- "//ipc",
"//third_party/WebKit/public:blink",
"//v8",
]
+
+ public_deps = [
+ "//ipc",
+ ]
}
« no previous file with comments | « chrome/renderer/BUILD.gn ('k') | components/nacl/browser/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698