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

Unified Diff: third_party/WebKit/Source/core/html/BUILD.gn

Issue 2767823002: Media Remoting: Add interstitial elements to media element shadow dom. (Closed)
Patch Set: Addressed liberato's comments. Changed to use HTMLDivElement instead of HTMLInputElement. Created 3 years, 8 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/core/html/BUILD.gn
diff --git a/third_party/WebKit/Source/core/html/BUILD.gn b/third_party/WebKit/Source/core/html/BUILD.gn
index e4a46ff5dd5a219b94e9cb2ca725e57979eed788..f54f7850bb09bd7d6365dcda77a89fa8dc92aa75 100644
--- a/third_party/WebKit/Source/core/html/BUILD.gn
+++ b/third_party/WebKit/Source/core/html/BUILD.gn
@@ -477,6 +477,10 @@ blink_core_sources("html") {
"shadow/MediaControlElements.h",
"shadow/MediaControlTimelineMetrics.cpp",
"shadow/MediaControlTimelineMetrics.h",
+ "shadow/MediaRemotingElements.cpp",
+ "shadow/MediaRemotingElements.h",
+ "shadow/MediaRemotingInterstitial.cpp",
+ "shadow/MediaRemotingInterstitial.h",
"shadow/PickerIndicatorElement.cpp",
"shadow/PickerIndicatorElement.h",
"shadow/ProgressShadowElement.cpp",

Powered by Google App Engine
This is Rietveld 408576698