| OLD | NEW | 
|---|
| 1 # Copyright (c) 2014 The WebRTC project authors. All Rights Reserved. | 1 # Copyright (c) 2014 The WebRTC project authors. All Rights Reserved. | 
| 2 # | 2 # | 
| 3 # Use of this source code is governed by a BSD-style license | 3 # Use of this source code is governed by a BSD-style license | 
| 4 # that can be found in the LICENSE file in the root of the source | 4 # that can be found in the LICENSE file in the root of the source | 
| 5 # tree. An additional intellectual property rights grant can be found | 5 # tree. An additional intellectual property rights grant can be found | 
| 6 # in the file PATENTS.  All contributing project authors may | 6 # in the file PATENTS.  All contributing project authors may | 
| 7 # be found in the AUTHORS file in the root of the source tree. | 7 # be found in the AUTHORS file in the root of the source tree. | 
| 8 | 8 | 
| 9 { | 9 { | 
| 10   'includes': [ '../build/common.gypi', ], | 10   'includes': [ '../build/common.gypi', ], | 
| (...skipping 26 matching lines...) Expand all  Loading... | 
| 37               '-Wno-unused-variable', | 37               '-Wno-unused-variable', | 
| 38             ], | 38             ], | 
| 39           }, | 39           }, | 
| 40         }], | 40         }], | 
| 41       ], | 41       ], | 
| 42       'include_dirs': [ | 42       'include_dirs': [ | 
| 43          '<(DEPTH)/testing/gtest/include', | 43          '<(DEPTH)/testing/gtest/include', | 
| 44          '<(DEPTH)/testing/gtest', | 44          '<(DEPTH)/testing/gtest', | 
| 45        ], | 45        ], | 
| 46       'sources': [ | 46       'sources': [ | 
| 47         'base/fakecapturemanager.h', |  | 
| 48         'base/fakemediaengine.h', | 47         'base/fakemediaengine.h', | 
| 49         'base/fakenetworkinterface.h', | 48         'base/fakenetworkinterface.h', | 
| 50         'base/fakertp.h', | 49         'base/fakertp.h', | 
| 51         'base/fakevideocapturer.h', | 50         'base/fakevideocapturer.h', | 
| 52         'base/fakevideorenderer.h', | 51         'base/fakevideorenderer.h', | 
| 53         'base/testutils.cc', | 52         'base/testutils.cc', | 
| 54         'base/testutils.h', | 53         'base/testutils.h', | 
| 55         'devices/fakedevicemanager.h', | 54         'devices/fakedevicemanager.h', | 
| 56         'engine/fakewebrtccall.cc', | 55         'engine/fakewebrtccall.cc', | 
| 57         'engine/fakewebrtccall.h', | 56         'engine/fakewebrtccall.h', | 
| (...skipping 12 matching lines...) Expand all  Loading... | 
| 70     },  # target rtc_unittest_main | 69     },  # target rtc_unittest_main | 
| 71     { | 70     { | 
| 72       'target_name': 'rtc_media_unittests', | 71       'target_name': 'rtc_media_unittests', | 
| 73       'type': 'executable', | 72       'type': 'executable', | 
| 74       'dependencies': [ | 73       'dependencies': [ | 
| 75         '<(webrtc_root)/base/base_tests.gyp:rtc_base_tests_utils', | 74         '<(webrtc_root)/base/base_tests.gyp:rtc_base_tests_utils', | 
| 76         '<(webrtc_root)/media/media.gyp:rtc_media', | 75         '<(webrtc_root)/media/media.gyp:rtc_media', | 
| 77         'rtc_unittest_main', | 76         'rtc_unittest_main', | 
| 78       ], | 77       ], | 
| 79       'sources': [ | 78       'sources': [ | 
| 80         'base/capturemanager_unittest.cc', |  | 
| 81         'base/codec_unittest.cc', | 79         'base/codec_unittest.cc', | 
| 82         'base/rtpdataengine_unittest.cc', | 80         'base/rtpdataengine_unittest.cc', | 
| 83         'base/rtpdump_unittest.cc', | 81         'base/rtpdump_unittest.cc', | 
| 84         'base/rtputils_unittest.cc', | 82         'base/rtputils_unittest.cc', | 
| 85         'base/streamparams_unittest.cc', | 83         'base/streamparams_unittest.cc', | 
| 86         'base/turnutils_unittest.cc', | 84         'base/turnutils_unittest.cc', | 
| 87         'base/videoadapter_unittest.cc', | 85         'base/videoadapter_unittest.cc', | 
| 88         'base/videobroadcaster_unittest.cc', | 86         'base/videobroadcaster_unittest.cc', | 
| 89         'base/videocapturer_unittest.cc', | 87         'base/videocapturer_unittest.cc', | 
| 90         'base/videocommon_unittest.cc', | 88         'base/videocommon_unittest.cc', | 
| (...skipping 81 matching lines...) Expand 10 before | Expand all | Expand 10 after  Loading... | 
| 172             '<(DEPTH)/resources/media/faces_I422.jpg', | 170             '<(DEPTH)/resources/media/faces_I422.jpg', | 
| 173             '<(DEPTH)/resources/media/faces_I444.jpg', | 171             '<(DEPTH)/resources/media/faces_I444.jpg', | 
| 174             '<(DEPTH)/resources/media/faces_I411.jpg', | 172             '<(DEPTH)/resources/media/faces_I411.jpg', | 
| 175             '<(DEPTH)/resources/media/faces_I400.jpg', | 173             '<(DEPTH)/resources/media/faces_I400.jpg', | 
| 176           ], | 174           ], | 
| 177         }], | 175         }], | 
| 178       ], | 176       ], | 
| 179     },  # target rtc_media_unittests | 177     },  # target rtc_media_unittests | 
| 180   ], | 178   ], | 
| 181 } | 179 } | 
| OLD | NEW | 
|---|