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

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

Issue 2471263003: [Presentation API] (4th)(1-UA blink side) Add WebPresentationConnection and WebPresentationConnecti… (Closed)
Patch Set: resolve code review comments from mlamouri Created 3 years, 11 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: third_party/WebKit/public/BUILD.gn
diff --git a/third_party/WebKit/public/BUILD.gn b/third_party/WebKit/public/BUILD.gn
index 2c288bab36c4934f1548050c17479673a03237b2..b0bfd73b8b6567293f45810ae1a2b8cd624924e4 100644
--- a/third_party/WebKit/public/BUILD.gn
+++ b/third_party/WebKit/public/BUILD.gn
@@ -360,6 +360,9 @@ source_set("blink_headers") {
"platform/modules/permissions/WebPermissionType.h",
"platform/modules/presentation/WebPresentationAvailabilityObserver.h",
"platform/modules/presentation/WebPresentationClient.h",
+ "platform/modules/presentation/WebPresentationConnection.h",
+ "platform/modules/presentation/WebPresentationConnectionCallbacks.h",
+ "platform/modules/presentation/WebPresentationConnectionProxy.h",
"platform/modules/presentation/WebPresentationController.h",
"platform/modules/presentation/WebPresentationError.h",
"platform/modules/presentation/WebPresentationReceiver.h",

Powered by Google App Engine
This is Rietveld 408576698