OLD | NEW |
1 # Copyright (c) 2015 The WebRTC project authors. All Rights Reserved. | 1 # Copyright (c) 2015 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 41 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
52 'test/fakeaudiocapturemodule_unittest.cc', | 52 'test/fakeaudiocapturemodule_unittest.cc', |
53 'test/fakeconstraints.h', | 53 'test/fakeconstraints.h', |
54 'test/fakedatachannelprovider.h', | 54 'test/fakedatachannelprovider.h', |
55 'test/fakedtlsidentitystore.h', | 55 'test/fakedtlsidentitystore.h', |
56 'test/fakeperiodicvideocapturer.h', | 56 'test/fakeperiodicvideocapturer.h', |
57 'test/fakevideotrackrenderer.h', | 57 'test/fakevideotrackrenderer.h', |
58 'test/mockpeerconnectionobservers.h', | 58 'test/mockpeerconnectionobservers.h', |
59 'test/peerconnectiontestwrapper.h', | 59 'test/peerconnectiontestwrapper.h', |
60 'test/peerconnectiontestwrapper.cc', | 60 'test/peerconnectiontestwrapper.cc', |
61 'test/testsdpstrings.h', | 61 'test/testsdpstrings.h', |
62 'videosource_unittest.cc', | 62 'videocapturertracksource_unittest.cc', |
63 'videotrack_unittest.cc', | 63 'videotrack_unittest.cc', |
64 'webrtcsdp_unittest.cc', | 64 'webrtcsdp_unittest.cc', |
65 'webrtcsession_unittest.cc', | 65 'webrtcsession_unittest.cc', |
66 ], | 66 ], |
67 # TODO(kjellander): Make the code compile without disabling these flags. | 67 # TODO(kjellander): Make the code compile without disabling these flags. |
68 # See https://bugs.chromium.org/p/webrtc/issues/detail?id=3307 | 68 # See https://bugs.chromium.org/p/webrtc/issues/detail?id=3307 |
69 'cflags': [ | 69 'cflags': [ |
70 '-Wno-sign-compare', | 70 '-Wno-sign-compare', |
71 ], | 71 ], |
72 'cflags!': [ | 72 'cflags!': [ |
(...skipping 117 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
190 '../build/isolate.gypi', | 190 '../build/isolate.gypi', |
191 ], | 191 ], |
192 'sources': [ | 192 'sources': [ |
193 'peerconnection_unittests.isolate', | 193 'peerconnection_unittests.isolate', |
194 ], | 194 ], |
195 }, | 195 }, |
196 ], # targets | 196 ], # targets |
197 }], # test_isolation_mode != "noop" | 197 }], # test_isolation_mode != "noop" |
198 ], # conditions | 198 ], # conditions |
199 } | 199 } |
OLD | NEW |