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

Unified Diff: media/BUILD.gn

Issue 1225123006: media/capture: Adding WebmMuxer class and unittests (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@m_crbug262211__MSRecorder__2__libwebm_reland_in_third_party
Patch Set: Using base::StringPiece for encoded_data input Created 5 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
« no previous file with comments | « no previous file | media/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/BUILD.gn
diff --git a/media/BUILD.gn b/media/BUILD.gn
index 8db14432ef8abf509df66d2b1f2d52cbf4b887f8..52935a60966525d9463a28ad9d881b5ff48d21ac 100644
--- a/media/BUILD.gn
+++ b/media/BUILD.gn
@@ -332,6 +332,14 @@ component("media") {
deps += [ "//third_party/libvpx" ]
}
+ if (media_use_libwebm) {
+ sources += [
+ "capture/webm_muxer.cc",
+ "capture/webm_muxer.h",
+ ]
+ deps += [ "//third_party/libwebm" ]
+ }
+
if (is_android) {
sources += [
"capture/video/android/video_capture_device_android.cc",
« no previous file with comments | « no previous file | media/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698