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

Unified Diff: third_party/WebKit/Source/modules/BUILD.gn

Issue 2552343009: [Presentation API] Adds DOMString[] constructor to PresentationRequest. (Closed)
Patch Set: resolve code review comments from mlamouri Created 4 years 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/modules/BUILD.gn
diff --git a/third_party/WebKit/Source/modules/BUILD.gn b/third_party/WebKit/Source/modules/BUILD.gn
index 6372fea1e2dea1b5d472d22900ba46786e121a6d..9bba9812a8cc9f85c5223d5811b3d8e3b436c6a0 100644
--- a/third_party/WebKit/Source/modules/BUILD.gn
+++ b/third_party/WebKit/Source/modules/BUILD.gn
@@ -271,6 +271,7 @@ source_set("unit_tests") {
"peerconnection/RTCDataChannelTest.cpp",
"presentation/PresentationAvailabilityTest.cpp",
"presentation/PresentationReceiverTest.cpp",
+ "presentation/PresentationRequestTest.cpp",
"push_messaging/PushManagerTest.cpp",
"push_messaging/PushMessageDataTest.cpp",
"remoteplayback/RemotePlaybackTest.cpp",

Powered by Google App Engine
This is Rietveld 408576698