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

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

Issue 2252783004: Implement MediaSession (metadata) per frame [NOT READY, HAS DEPENDENCY] (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: addressed Anton's comments Created 4 years, 3 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/mediasession/BUILD.gn
diff --git a/third_party/WebKit/Source/modules/mediasession/BUILD.gn b/third_party/WebKit/Source/modules/mediasession/BUILD.gn
index b4622a82446330c5f72ba9726ef80f7d68726285..7974fc0d55df96d5cd93dec54c6b3f9958cc5ac0 100644
--- a/third_party/WebKit/Source/modules/mediasession/BUILD.gn
+++ b/third_party/WebKit/Source/modules/mediasession/BUILD.gn
@@ -16,5 +16,7 @@ blink_modules_sources("mediasession") {
"MediaSession.h",
"MediaSessionError.cpp",
"MediaSessionError.h",
+ "NavigatorMediaSession.cpp",
+ "NavigatorMediaSession.h",
]
}

Powered by Google App Engine
This is Rietveld 408576698