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

Unified Diff: content/test/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
« no previous file with comments | « content/public/browser/web_contents_observer.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/test/BUILD.gn
diff --git a/content/test/BUILD.gn b/content/test/BUILD.gn
index 511e8c29ccd9319a02092788d964da29f5303e2b..97f3c04d3d212c9bbe5b71a22a939ef28420e8c7 100644
--- a/content/test/BUILD.gn
+++ b/content/test/BUILD.gn
@@ -584,8 +584,8 @@ test("content_browsertests") {
"../browser/media/media_source_browsertest.cc",
"../browser/media/midi_browsertest.cc",
"../browser/media/session/audio_focus_delegate_default_browsertest.cc",
- "../browser/media/session/media_session_browsertest.cc",
- "../browser/media/session/media_session_visibility_browsertest.cc",
+ "../browser/media/session/media_session_impl_browsertest.cc",
+ "../browser/media/session/media_session_impl_visibility_browsertest.cc",
"../browser/media/session/mock_media_session_player_observer.cc",
"../browser/media/session/mock_media_session_player_observer.h",
"../browser/memory/memory_coordinator_browsertest.cc",
« no previous file with comments | « content/public/browser/web_contents_observer.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698