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

Unified Diff: third_party/WebKit/Source/platform/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/Source/platform/BUILD.gn
diff --git a/third_party/WebKit/Source/platform/BUILD.gn b/third_party/WebKit/Source/platform/BUILD.gn
index 27557791eba847124951792f47629fb81d3030e0..f02a5f42942a3258ba9a14538bfebaa4edf26c08 100644
--- a/third_party/WebKit/Source/platform/BUILD.gn
+++ b/third_party/WebKit/Source/platform/BUILD.gn
@@ -554,6 +554,8 @@ component("platform") {
"exported/WebPrerender.cpp",
"exported/WebPrerenderingSupport.cpp",
"exported/WebPresentationAvailabilityObserver.cpp",
+ "exported/WebPresentationConnection.cpp",
+ "exported/WebPresentationConnectionCallbacks.cpp",
"exported/WebPresentationController.cpp",
"exported/WebPresentationReceiver.cpp",
"exported/WebRTCAnswerOptions.cpp",

Powered by Google App Engine
This is Rietveld 408576698