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

Unified Diff: media/media.gyp

Issue 15906019: Hook up EncodedVideoSource on the browser side (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@screencast_cl_6
Patch Set: 516738a8 IPC/struct changes, courtesy hshi@ Created 7 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/media.gyp
diff --git a/media/media.gyp b/media/media.gyp
index c479851baf736252613949c8d90372afe013b780..7acc37878a69f055b68abce8e3549d25b73a0629 100644
--- a/media/media.gyp
+++ b/media/media.gyp
@@ -254,6 +254,8 @@
'base/demuxer_stream.h',
'base/djb2.cc',
'base/djb2.h',
+ 'base/encoded_bitstream_buffer.cc',
+ 'baise/encoded_bitstream_buffer.h',
hshi1 2013/06/20 22:39:17 typo: "baise" -> "base"
sheu 2013/08/22 22:40:31 Done. Not sure how this even built?
'base/filter_collection.cc',
'base/filter_collection.h',
'base/media.cc',
@@ -406,6 +408,7 @@
'video/video_decode_accelerator.h',
'video/video_encode_accelerator.cc',
'video/video_encode_accelerator.h',
+ 'video/video_encode_types.h',
'webm/webm_audio_client.cc',
'webm/webm_audio_client.h',
'webm/webm_cluster_parser.cc',

Powered by Google App Engine
This is Rietveld 408576698