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

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

Issue 2441423002: Add MediaSessionObserver to allow clients observe MediaSession directly (Closed)
Patch Set: fixed Android build Created 4 years, 2 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: content/public/browser/BUILD.gn
diff --git a/content/public/browser/BUILD.gn b/content/public/browser/BUILD.gn
index 3cf796386f9a98e224baa1f07f63a891a8d76853..91449390cb8329a44dc9700ae9400842779eecf7 100644
--- a/content/public/browser/BUILD.gn
+++ b/content/public/browser/BUILD.gn
@@ -136,6 +136,8 @@ source_set("browser_sources") {
"media_capture_devices.h",
"media_device_id.cc",
"media_device_id.h",
+ "media_session_observer.cc",
+ "media_session_observer.h",
whywhat 2016/10/24 20:29:39 nit: are MediaSession.h/cc here already?
Zhiqiang Zhang (Slow) 2016/10/25 19:51:42 Done.
"memory_coordinator_delegate.h",
"memory_pressure_controller.cc",
"memory_pressure_controller.h",

Powered by Google App Engine
This is Rietveld 408576698