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

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

Issue 2367393002: Migrating MediaSession messages to mojo (Closed)
Patch Set: fixed layout tests 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
« no previous file with comments | « third_party/WebKit/Source/modules/BUILD.gn ('k') | third_party/WebKit/Source/modules/mediasession/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 bf2fb5a4dc918d68f16aa22936330fb54bdde58c..742584225d3697aa72acdf76c0f4559986348bad 100644
--- a/third_party/WebKit/Source/modules/mediasession/BUILD.gn
+++ b/third_party/WebKit/Source/modules/mediasession/BUILD.gn
@@ -10,9 +10,9 @@ blink_modules_sources("mediasession") {
"MediaArtwork.h",
"MediaMetadata.cpp",
"MediaMetadata.h",
+ "MediaMetadataSanitizer.cpp",
+ "MediaMetadataSanitizer.h",
"MediaSession.cpp",
"MediaSession.h",
- "MediaSessionError.cpp",
- "MediaSessionError.h",
]
}
« no previous file with comments | « third_party/WebKit/Source/modules/BUILD.gn ('k') | third_party/WebKit/Source/modules/mediasession/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698