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

Unified Diff: content/public/browser/BUILD.gn

Issue 2453623003: Decouple MediaSession messages from WebContents (full patch) (Closed)
Patch Set: nit Created 4 years, 1 month 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: content/public/browser/BUILD.gn
diff --git a/content/public/browser/BUILD.gn b/content/public/browser/BUILD.gn
index 143e737dfb9d400f1e3aac6db6cdee955f1c9b2d..69c896e2338a24583a591732ee173c1797fb1681 100644
--- a/content/public/browser/BUILD.gn
+++ b/content/public/browser/BUILD.gn
@@ -136,6 +136,9 @@ source_set("browser_sources") {
"media_capture_devices.h",
"media_device_id.cc",
"media_device_id.h",
+ "media_session.h",
+ "media_session_observer.cc",
+ "media_session_observer.h",
"memory_coordinator_delegate.h",
"memory_pressure_controller.cc",
"memory_pressure_controller.h",

Powered by Google App Engine
This is Rietveld 408576698