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

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

Issue 2161083004: [DO NOT COMMIT] MediaPlayerRenderer using StreamTextures. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 5 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 dfe7bd1d303f984771cff4b48e479bd23cf158ea..219d318b1569c338161870da3c4f0c67b53290db 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