OLD | NEW |
1 # Copyright (c) 2016 The WebRTC project authors. All Rights Reserved. | 1 # Copyright (c) 2016 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 216 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
227 'include_dirs': [ | 227 'include_dirs': [ |
228 '<(DEPTH)/testing/gtest/include', | 228 '<(DEPTH)/testing/gtest/include', |
229 '<(DEPTH)/testing/gtest', | 229 '<(DEPTH)/testing/gtest', |
230 ], | 230 ], |
231 'sources': [ | 231 'sources': [ |
232 'base/fakemediaengine.h', | 232 'base/fakemediaengine.h', |
233 'base/fakenetworkinterface.h', | 233 'base/fakenetworkinterface.h', |
234 'base/fakertp.h', | 234 'base/fakertp.h', |
235 'base/fakevideocapturer.h', | 235 'base/fakevideocapturer.h', |
236 'base/fakevideorenderer.h', | 236 'base/fakevideorenderer.h', |
| 237 'base/test/mock_mediachannel.h', |
237 'base/testutils.cc', | 238 'base/testutils.cc', |
238 'base/testutils.h', | 239 'base/testutils.h', |
239 'engine/fakewebrtccall.cc', | 240 'engine/fakewebrtccall.cc', |
240 'engine/fakewebrtccall.h', | 241 'engine/fakewebrtccall.h', |
241 'engine/fakewebrtccommon.h', | 242 'engine/fakewebrtccommon.h', |
242 'engine/fakewebrtcdeviceinfo.h', | 243 'engine/fakewebrtcdeviceinfo.h', |
243 'engine/fakewebrtcvcmfactory.h', | 244 'engine/fakewebrtcvcmfactory.h', |
244 'engine/fakewebrtcvideocapturemodule.h', | 245 'engine/fakewebrtcvideocapturemodule.h', |
245 'engine/fakewebrtcvideoengine.h', | 246 'engine/fakewebrtcvideoengine.h', |
246 'engine/fakewebrtcvoiceengine.h', | 247 'engine/fakewebrtcvoiceengine.h', |
(...skipping 107 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
354 'sources': [ | 355 'sources': [ |
355 'rtc_media_unittests.isolate', | 356 'rtc_media_unittests.isolate', |
356 ], | 357 ], |
357 }, | 358 }, |
358 ], | 359 ], |
359 }], | 360 }], |
360 ], # conditions | 361 ], # conditions |
361 }], # include_tests==1 | 362 }], # include_tests==1 |
362 ], # conditions | 363 ], # conditions |
363 } | 364 } |
OLD | NEW |