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

Unified Diff: remoting/remoting.gyp

Issue 4255001: Revert 64672 - Cleanups in the video encoding decoding code. Reenable VP8.... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: 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/protocol/message_decoder_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
===================================================================
--- remoting/remoting.gyp (revision 64676)
+++ remoting/remoting.gyp (working copy)
@@ -138,8 +138,8 @@
'base/constants.cc',
'base/constants.h',
'base/decoder.h',
- 'base/decoder_vp8.cc',
- 'base/decoder_vp8.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',
@@ -150,8 +150,8 @@
'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',
@@ -162,16 +162,6 @@
'base/util.cc',
'base/util.h',
],
- 'conditions': [
- ['target_arch=="arm"', {
- '!sources': [
- 'base/decoder_vp8.cc',
- 'base/decoder_vp8.h',
- 'base/encoder_vp8.cc',
- 'base/encoder_vp8.h',
- ],
- }],
- ],
}, # end of target 'chromoting_base'
{
@@ -430,11 +420,11 @@
# BUG57351 'base/codec_test.cc',
# BUG57351 'base/codec_test.h',
'base/compressor_zlib_unittest.cc',
-# BUG57351 'base/decoder_vp8_unittest.cc',
+# BUG57374 'base/decoder_vp8_unittest.cc',
'base/decompressor_zlib_unittest.cc',
# BUG57351 'base/encode_decode_unittest.cc',
# BUG57351 'base/encoder_verbatim_unittest.cc',
-# BUG57351 'base/encoder_vp8_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',
« no previous file with comments | « remoting/protocol/message_decoder_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698