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

Unified Diff: content/renderer/BUILD.gn

Issue 2379703002: [Presentation API] (alternative) 1-UA: send message between controller and receiver page (Closed)
Patch Set: rebase with master and resolve merge conflicts Created 4 years, 2 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
Index: content/renderer/BUILD.gn
diff --git a/content/renderer/BUILD.gn b/content/renderer/BUILD.gn
index 7b5eba337c103189097cd3338b85ae0ac49a3678..a957aca6fdbe2231dd22c61054043459511175c7 100644
--- a/content/renderer/BUILD.gn
+++ b/content/renderer/BUILD.gn
@@ -283,6 +283,8 @@ target(link_target_type, "renderer") {
"peripheral_content_heuristic.h",
"presentation/presentation_connection_client.cc",
"presentation/presentation_connection_client.h",
+ "presentation/presentation_connection_proxy.cc",
+ "presentation/presentation_connection_proxy.h",
"presentation/presentation_dispatcher.cc",
"presentation/presentation_dispatcher.h",
"push_messaging/push_messaging_dispatcher.cc",

Powered by Google App Engine
This is Rietveld 408576698