| Index: remoting/remoting.gyp
|
| diff --git a/remoting/remoting.gyp b/remoting/remoting.gyp
|
| index e9a77899cf7bf1c13724f9126e08b62ad8d7b060..d5e4b0f151b592749ca4006775a4562d654e7616 100644
|
| --- a/remoting/remoting.gyp
|
| +++ b/remoting/remoting.gyp
|
| @@ -448,15 +448,15 @@
|
| '../testing/gmock/include',
|
| ],
|
| 'sources': [
|
| -# BUG57351 'base/codec_test.cc',
|
| -# BUG57351 'base/codec_test.h',
|
| + 'base/codec_test.cc',
|
| + 'base/codec_test.h',
|
| 'base/compound_buffer_unittest.cc',
|
| 'base/compressor_zlib_unittest.cc',
|
| -# BUG57351 'base/decoder_vp8_unittest.cc',
|
| + 'base/decoder_vp8_unittest.cc',
|
| 'base/decompressor_zlib_unittest.cc',
|
| -# BUG57351 'base/encode_decode_unittest.cc',
|
| -# BUG57351 'base/encoder_vp8_unittest.cc',
|
| -# BUG57351 'base/encoder_row_based_unittest.cc',
|
| + 'base/encode_decode_unittest.cc',
|
| + 'base/encoder_vp8_unittest.cc',
|
| + 'base/encoder_row_based_unittest.cc',
|
| 'base/mock_objects.h',
|
| # BUG57351 'client/chromoting_view_unittest.cc',
|
| 'client/mock_objects.h',
|
| @@ -519,6 +519,12 @@
|
| 'host/capturer_mac_unittest.cc',
|
| ],
|
| }],
|
| + ['target_arch=="arm"', {
|
| + 'sources!': [
|
| + 'base/decoder_vp8_unittest.cc',
|
| + 'base/encoder_vp8_unittest.cc',
|
| + ],
|
| + }],
|
| ], # end of 'conditions'
|
| }, # end of target 'chromoting_unittests'
|
| ], # end of targets
|
|
|