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

Unified Diff: remoting/remoting.gyp

Issue 3305001: Move decoder into separate thread, clean up API layering, and redo update protocl (Closed)
Patch Set: Fix compile error. Created 10 years, 2 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/host/simple_host_process.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 1d57e6eb33bde9b3690046c29f8e71bddf7791c6..61de2f39df7f5ec37d3ea7d7f11bd3ff49a474b6 100644
--- a/remoting/remoting.gyp
+++ b/remoting/remoting.gyp
@@ -135,20 +135,20 @@
'base/constants.cc',
'base/constants.h',
'base/decoder.h',
- 'base/decoder_verbatim.cc',
- 'base/decoder_verbatim.h',
- 'base/decoder_vp8.cc',
- 'base/decoder_vp8.h',
- 'base/decoder_zlib.cc',
- 'base/decoder_zlib.h',
+# BUG57374,BUG57266 'base/decoder_vp8.cc',
+# BUG57374,BUG57266 '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_verbatim.cc',
'base/encoder_verbatim.h',
- 'base/encoder_vp8.cc',
- 'base/encoder_vp8.h',
+# BUG57374 'base/encoder_vp8.cc',
+# BUG57374 'base/encoder_vp8.h',
'base/encoder_zlib.cc',
'base/encoder_zlib.h',
'base/multiple_array_input_stream.cc',
@@ -399,22 +399,19 @@
'../testing/gmock/include',
],
'sources': [
- 'base/codec_test.cc',
- 'base/codec_test.h',
+# BUG57351 'base/codec_test.cc',
+# BUG57351 'base/codec_test.h',
'base/compressor_zlib_unittest.cc',
- 'base/decoder_verbatim_unittest.cc',
- 'base/decoder_zlib_unittest.cc',
+# BUG57374 'base/decoder_vp8_unittest.cc',
'base/decompressor_zlib_unittest.cc',
- 'base/encoder_verbatim_unittest.cc',
- # These two tests are disabled due to threading problems in libvpx.
- # See bug: http://crbug.com/57266
- # 'base/decoder_vp8_unittest.cc',
- # 'base/encoder_vp8_unittest.cc',
- 'base/encoder_zlib_unittest.cc',
+# BUG57351 'base/encode_decode_unittest.cc',
+# BUG57351 'base/encoder_verbatim_unittest.cc',
+# BUG57374 'base/encoder_vp8_unittest.cc',
+# BUG57351 'base/encoder_zlib_unittest.cc',
'base/mock_objects.h',
'base/multiple_array_input_stream_unittest.cc',
- 'base/protocol_decoder_unittest.cc',
- 'client/chromoting_view_unittest.cc',
+# BUG57351 'base/protocol_decoder_unittest.cc',
+# BUG57351 'client/chromoting_view_unittest.cc',
'client/mock_objects.h',
'host/access_verifier_unittest.cc',
'host/chromoting_host_context_unittest.cc',
« no previous file with comments | « remoting/host/simple_host_process.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698