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

Unified Diff: chrome/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/common/BUILD.gn ('k') | components/guest_view/renderer/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/renderer/BUILD.gn
diff --git a/chrome/renderer/BUILD.gn b/chrome/renderer/BUILD.gn
index f11e402446e066c50a6c4640ea2be82c60ee37e3..cac1fdb6f24157dabf6c63ad74c5cd1d6d9941c5 100644
--- a/chrome/renderer/BUILD.gn
+++ b/chrome/renderer/BUILD.gn
@@ -303,6 +303,9 @@ static_library("renderer") {
"//media/cast:receiver",
"//media/cast:sender",
]
+ public_deps = [
+ "//ipc",
+ ]
if (!enable_webrtc) {
sources -= [
"media/cast_receiver_session.cc",
« no previous file with comments | « chrome/common/BUILD.gn ('k') | components/guest_view/renderer/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698