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

Unified Diff: media/media.gyp

Issue 112343011: Split the bit reader functionalities from the byte stream provider. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Modify ReadUE function prototype. Created 6 years, 11 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
« media/base/bit_reader_unittest.cc ('K') | « media/base/bit_reader_unittest.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/media.gyp
diff --git a/media/media.gyp b/media/media.gyp
index 017ffc6a060b1398dbcbe805d938cfdbed0c31cf..c5e98bf9c43d9fefafc8d6d9c646ab52ec1afb56 100644
--- a/media/media.gyp
+++ b/media/media.gyp
@@ -242,6 +242,10 @@
'base/bind_to_loop.h',
'base/bit_reader.cc',
'base/bit_reader.h',
+ 'base/bit_reader_core.cc',
+ 'base/bit_reader_core.h',
+ 'base/bit_reader_h264.cc',
+ 'base/bit_reader_h264.h',
'base/bitstream_buffer.h',
'base/buffers.h',
'base/byte_queue.cc',
@@ -946,6 +950,7 @@
'base/audio_splicer_unittest.cc',
'base/audio_timestamp_helper_unittest.cc',
'base/bind_to_loop_unittest.cc',
+ 'base/bit_reader_h264_unittest.cc',
'base/bit_reader_unittest.cc',
'base/callback_holder.h',
'base/callback_holder_unittest.cc',
« media/base/bit_reader_unittest.cc ('K') | « media/base/bit_reader_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698