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

Unified Diff: remoting/remoting.gyp

Issue 10877014: Moved the video encoders/decoders to the codec directory. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Addressed comments Created 8 years, 4 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 | « remoting/protocol/connection_to_client_unittest.cc ('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 5424031dce941868e1bede3276d4ffcb735831ec..3480a621f7f6edc5609f65ac6692ee8587b3371e 100644
--- a/remoting/remoting.gyp
+++ b/remoting/remoting.gyp
@@ -1136,21 +1136,11 @@
'base/compressor_zlib.h',
'base/constants.cc',
'base/constants.h',
- 'base/decoder.h',
- 'base/decoder_vp8.cc',
- 'base/decoder_vp8.h',
- 'base/decoder_row_based.cc',
- 'base/decoder_row_based.h',
'base/decompressor.h',
'base/decompressor_verbatim.cc',
'base/decompressor_verbatim.h',
'base/decompressor_zlib.cc',
'base/decompressor_zlib.h',
- 'base/encoder.h',
- 'base/encoder_vp8.cc',
- 'base/encoder_vp8.h',
- 'base/encoder_row_based.cc',
- 'base/encoder_row_based.h',
'base/plugin_thread_task_runner.cc',
'base/plugin_thread_task_runner.h',
'base/rate_counter.cc',
@@ -1174,6 +1164,16 @@
'codec/audio_encoder_speex.h',
'codec/audio_encoder_verbatim.cc',
'codec/audio_encoder_verbatim.h',
+ 'codec/video_decoder.h',
+ 'codec/video_decoder_vp8.cc',
+ 'codec/video_decoder_vp8.h',
+ 'codec/video_decoder_row_based.cc',
+ 'codec/video_decoder_row_based.h',
+ 'codec/video_encoder.h',
+ 'codec/video_encoder_vp8.cc',
+ 'codec/video_encoder_vp8.h',
+ 'codec/video_encoder_row_based.cc',
+ 'codec/video_encoder_row_based.h',
],
}, # end of target 'remoting_base'
@@ -1722,21 +1722,19 @@
],
'sources': [
'base/auth_token_util_unittest.cc',
- 'base/base_mock_objects.cc',
- 'base/base_mock_objects.h',
'base/breakpad_win_unittest.cc',
- 'base/codec_test.cc',
- 'base/codec_test.h',
'base/compound_buffer_unittest.cc',
'base/compressor_zlib_unittest.cc',
- 'base/decoder_vp8_unittest.cc',
'base/decompressor_zlib_unittest.cc',
- 'base/encode_decode_unittest.cc',
- 'base/encoder_vp8_unittest.cc',
- 'base/encoder_row_based_unittest.cc',
'base/util_unittest.cc',
'client/key_event_mapper_unittest.cc',
'client/plugin/mac_key_event_processor_unittest.cc',
+ 'codec/codec_test.cc',
+ 'codec/codec_test.h',
+ 'codec/video_decoder_vp8_unittest.cc',
+ 'codec/video_encode_decode_unittest.cc',
+ 'codec/video_encoder_row_based_unittest.cc',
+ 'codec/video_encoder_vp8_unittest.cc',
'host/audio_capturer_win_unittest.cc',
'host/chromoting_host_context_unittest.cc',
'host/chromoting_host_unittest.cc',
« no previous file with comments | « remoting/protocol/connection_to_client_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698