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

Unified Diff: media/mojo/services/BUILD.gn

Issue 2075303002: [DO NOT COMMIT] Initial MediaPlayerRenderer plumbing and basic features (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 6 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: media/mojo/services/BUILD.gn
diff --git a/media/mojo/services/BUILD.gn b/media/mojo/services/BUILD.gn
index ca03efcdf7bc05f15137deb31dd07015f9229127..5c8ee895b4de808d72cd74a667e24c45b9ab70f4 100644
--- a/media/mojo/services/BUILD.gn
+++ b/media/mojo/services/BUILD.gn
@@ -107,6 +107,13 @@ component("services") {
]
}
+ if (force_mojo_media_player_renderer) {
+ sources += [
+ "mojo_media_player_renderer_helper.cc",
+ "mojo_media_player_renderer_helper.h",
+ ]
+ }
+
if (enable_test_mojo_media_client) {
defines += [ "ENABLE_TEST_MOJO_MEDIA_CLIENT" ]
sources += [

Powered by Google App Engine
This is Rietveld 408576698