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

Unified Diff: remoting/remoting.gyp

Issue 5635003: Reenable encoder/decoder tests. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: - Created 10 years 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/base/encoder_row_based_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 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
« no previous file with comments | « remoting/base/encoder_row_based_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698