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

Unified Diff: remoting/remoting.gyp

Issue 4779001: Added CompoundBuffer that will be used to store data in the encoding/decoding (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: - Created 10 years, 1 month 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 | « remoting/protocol/util.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/remoting.gyp
diff --git a/remoting/remoting.gyp b/remoting/remoting.gyp
index 49f28a298456fd5429f7915667a739aeae998685..4402230614edaae57622c61790d477d9d569d61c 100644
--- a/remoting/remoting.gyp
+++ b/remoting/remoting.gyp
@@ -132,6 +132,8 @@
'sources': [
'base/capture_data.cc',
'base/capture_data.h',
+ 'base/compound_buffer.cc',
+ 'base/compound_buffer.h',
'base/compressor.h',
'base/compressor_zlib.cc',
'base/compressor_zlib.h',
@@ -154,8 +156,6 @@
'base/encoder_vp8.h',
'base/encoder_zlib.cc',
'base/encoder_zlib.h',
- 'base/multiple_array_input_stream.cc',
- 'base/multiple_array_input_stream.h',
'base/tracer.cc',
'base/tracer.h',
'base/types.h',
@@ -448,6 +448,7 @@
'sources': [
# BUG57351 'base/codec_test.cc',
# BUG57351 'base/codec_test.h',
+ 'base/compound_buffer_unittest.cc',
'base/compressor_zlib_unittest.cc',
# BUG57351 'base/decoder_vp8_unittest.cc',
'base/decompressor_zlib_unittest.cc',
@@ -456,7 +457,6 @@
# BUG57351 'base/encoder_vp8_unittest.cc',
# BUG57351 'base/encoder_zlib_unittest.cc',
'base/mock_objects.h',
- 'base/multiple_array_input_stream_unittest.cc',
# BUG57351 'client/chromoting_view_unittest.cc',
'client/mock_objects.h',
'host/access_verifier_unittest.cc',
« no previous file with comments | « remoting/protocol/util.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698