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 226 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
237 'base/fakemediaengine.h', | 237 'base/fakemediaengine.h', |
238 'base/fakenetworkinterface.h', | 238 'base/fakenetworkinterface.h', |
239 'base/fakertp.h', | 239 'base/fakertp.h', |
240 'base/fakevideocapturer.h', | 240 'base/fakevideocapturer.h', |
241 'base/fakevideorenderer.h', | 241 'base/fakevideorenderer.h', |
242 'base/test/mock_mediachannel.h', | 242 'base/test/mock_mediachannel.h', |
243 'base/testutils.cc', | 243 'base/testutils.cc', |
244 'base/testutils.h', | 244 'base/testutils.h', |
245 'engine/fakewebrtccall.cc', | 245 'engine/fakewebrtccall.cc', |
246 'engine/fakewebrtccall.h', | 246 'engine/fakewebrtccall.h', |
247 'engine/fakewebrtccommon.h', | |
248 'engine/fakewebrtcdeviceinfo.h', | 247 'engine/fakewebrtcdeviceinfo.h', |
249 'engine/fakewebrtcvcmfactory.h', | 248 'engine/fakewebrtcvcmfactory.h', |
250 'engine/fakewebrtcvideocapturemodule.h', | 249 'engine/fakewebrtcvideocapturemodule.h', |
251 'engine/fakewebrtcvideoengine.h', | 250 'engine/fakewebrtcvideoengine.h', |
252 'engine/fakewebrtcvoiceengine.h', | 251 'engine/fakewebrtcvoiceengine.h', |
253 ], | 252 ], |
254 }, # target rtc_unittest_main | 253 }, # target rtc_unittest_main |
255 { | 254 { |
256 'target_name': 'rtc_media_unittests', | 255 'target_name': 'rtc_media_unittests', |
257 'type': 'executable', | 256 'type': 'executable', |
(...skipping 109 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
367 'sources': [ | 366 'sources': [ |
368 'rtc_media_unittests.isolate', | 367 'rtc_media_unittests.isolate', |
369 ], | 368 ], |
370 }, | 369 }, |
371 ], | 370 ], |
372 }], | 371 }], |
373 ], # conditions | 372 ], # conditions |
374 }], # include_tests==1 | 373 }], # include_tests==1 |
375 ], # conditions | 374 ], # conditions |
376 } | 375 } |
OLD | NEW |