| Index: webrtc/system_wrappers/system_wrappers_tests.gyp
|
| diff --git a/webrtc/system_wrappers/system_wrappers_tests.gyp b/webrtc/system_wrappers/system_wrappers_tests.gyp
|
| index 02bf62777992bf740f7cd29a7a667fe905de4cf8..7f735337ebf3c46bae082c80718ee48676ee3f0a 100644
|
| --- a/webrtc/system_wrappers/system_wrappers_tests.gyp
|
| +++ b/webrtc/system_wrappers/system_wrappers_tests.gyp
|
| @@ -33,8 +33,6 @@
|
| 'source/scoped_vector_unittest.cc',
|
| 'source/stringize_macros_unittest.cc',
|
| 'source/stl_util_unittest.cc',
|
| - 'source/thread_unittest.cc',
|
| - 'source/thread_posix_unittest.cc',
|
| ],
|
| 'conditions': [
|
| ['enable_data_logging==1', {
|
| @@ -42,9 +40,6 @@
|
| }, {
|
| 'sources!': [ 'source/data_log_unittest.cc', ],
|
| }],
|
| - ['os_posix==0', {
|
| - 'sources!': [ 'source/thread_posix_unittest.cc', ],
|
| - }],
|
| ['OS=="android"', {
|
| 'dependencies': [
|
| '<(DEPTH)/testing/android/native_test.gyp:native_test_native_code',
|
|
|