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

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: Rebased. 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
« no previous file with comments | « third_party/WebKit/Source/core/dom/Node.h ('k') | third_party/WebKit/Source/core/html/HTMLMediaElement.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 865c8db2ad24eca5cab60c5f600883531471ea1c..975ff768ba36e1b9de441ad7bbe70e89b1e9efd3 100644
--- a/third_party/WebKit/Source/core/html/BUILD.gn
+++ b/third_party/WebKit/Source/core/html/BUILD.gn
@@ -485,6 +485,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/ProgressShadowElement.cpp",
"shadow/ProgressShadowElement.h",
"shadow/ShadowElementNames.cpp",
« no previous file with comments | « third_party/WebKit/Source/core/dom/Node.h ('k') | third_party/WebKit/Source/core/html/HTMLMediaElement.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698