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

Unified Diff: media/blink/BUILD.gn

Issue 2136103010: Add StreamTextureWrapper/StreamTextureWrapperImpl (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Addressing comments 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/blink/BUILD.gn
diff --git a/media/blink/BUILD.gn b/media/blink/BUILD.gn
index ca30cd48cc9d1a3e6680b2249bbe9c52555063d9..9675f11a104f00ff1f107e0b5ea7c5f5a1c304e0 100644
--- a/media/blink/BUILD.gn
+++ b/media/blink/BUILD.gn
@@ -92,6 +92,8 @@ component("blink") {
]
if (is_android) {
sources += [
+ "stream_texture_wrapper.cc",
+ "stream_texture_wrapper.h",
"webmediaplayer_cast_android.cc",
"webmediaplayer_cast_android.h",
]

Powered by Google App Engine
This is Rietveld 408576698