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

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

Issue 2782373002: Remove MediaControls methods needed for the Cast button (Closed)
Patch Set: Fixed MediaControlsImplTest 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/modules/remoteplayback/BUILD.gn
diff --git a/third_party/WebKit/Source/modules/remoteplayback/BUILD.gn b/third_party/WebKit/Source/modules/remoteplayback/BUILD.gn
index 9b66379aa30dea8f38eb5a11236aa59eab4fe8f6..0de5988f434ffb450d9fc3949a65d216fed6f2f3 100644
--- a/third_party/WebKit/Source/modules/remoteplayback/BUILD.gn
+++ b/third_party/WebKit/Source/modules/remoteplayback/BUILD.gn
@@ -6,6 +6,8 @@ import("//third_party/WebKit/Source/modules/modules.gni")
blink_modules_sources("remoteplayback") {
sources = [
+ "AvailabilityCallbackWrapper.cpp",
+ "AvailabilityCallbackWrapper.h",
"HTMLMediaElementRemotePlayback.cpp",
"HTMLMediaElementRemotePlayback.h",
"RemotePlayback.cpp",

Powered by Google App Engine
This is Rietveld 408576698