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

Unified Diff: third_party/WebKit/public/BUILD.gn

Issue 2379703002: [Presentation API] (alternative) 1-UA: send message between controller and receiver page (Closed)
Patch Set: merge with master Created 4 years, 1 month 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: third_party/WebKit/public/BUILD.gn
diff --git a/third_party/WebKit/public/BUILD.gn b/third_party/WebKit/public/BUILD.gn
index 5c834f910f325eff47e55f504cdc72aea53164a5..ed1ec55c8851f5c54e67766f340908686de69eac 100644
--- a/third_party/WebKit/public/BUILD.gn
+++ b/third_party/WebKit/public/BUILD.gn
@@ -359,6 +359,8 @@ source_set("blink_headers") {
"platform/modules/notifications/WebNotificationResources.h",
"platform/modules/permissions/WebPermissionType.h",
"platform/modules/presentation/WebPresentationClient.h",
+ "platform/modules/presentation/WebPresentationConnection.h",
+ "platform/modules/presentation/WebPresentationConnectionProxy.h",
"platform/modules/presentation/WebPresentationController.h",
"platform/modules/presentation/WebPresentationError.h",
"platform/modules/push_messaging/WebPushClient.h",

Powered by Google App Engine
This is Rietveld 408576698