OLD | NEW |
1 # Copyright (c) 2011 The WebRTC project authors. All Rights Reserved. | 1 # Copyright (c) 2011 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': [ | 10 'includes': [ |
(...skipping 256 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
267 'utility/source/process_thread_impl_unittest.cc', | 267 'utility/source/process_thread_impl_unittest.cc', |
268 'video_coding/codecs/test/packet_manipulator_unittest.cc', | 268 'video_coding/codecs/test/packet_manipulator_unittest.cc', |
269 'video_coding/codecs/test/stats_unittest.cc', | 269 'video_coding/codecs/test/stats_unittest.cc', |
270 'video_coding/codecs/test/videoprocessor_unittest.cc', | 270 'video_coding/codecs/test/videoprocessor_unittest.cc', |
271 'video_coding/codecs/vp8/default_temporal_layers_unittest.cc', | 271 'video_coding/codecs/vp8/default_temporal_layers_unittest.cc', |
272 'video_coding/codecs/vp8/reference_picture_selection_unittest.cc', | 272 'video_coding/codecs/vp8/reference_picture_selection_unittest.cc', |
273 'video_coding/codecs/vp8/screenshare_layers_unittest.cc', | 273 'video_coding/codecs/vp8/screenshare_layers_unittest.cc', |
274 'video_coding/codecs/vp8/simulcast_encoder_adapter_unittest.cc', | 274 'video_coding/codecs/vp8/simulcast_encoder_adapter_unittest.cc', |
275 'video_coding/codecs/vp8/simulcast_unittest.cc', | 275 'video_coding/codecs/vp8/simulcast_unittest.cc', |
276 'video_coding/codecs/vp8/simulcast_unittest.h', | 276 'video_coding/codecs/vp8/simulcast_unittest.h', |
| 277 'video_coding/codecs/vp9/screenshare_layers_unittest.cc', |
277 'video_coding/main/interface/mock/mock_vcm_callbacks.h', | 278 'video_coding/main/interface/mock/mock_vcm_callbacks.h', |
278 'video_coding/main/source/decoding_state_unittest.cc', | 279 'video_coding/main/source/decoding_state_unittest.cc', |
279 'video_coding/main/source/jitter_buffer_unittest.cc', | 280 'video_coding/main/source/jitter_buffer_unittest.cc', |
280 'video_coding/main/source/jitter_estimator_tests.cc', | 281 'video_coding/main/source/jitter_estimator_tests.cc', |
281 'video_coding/main/source/media_optimization_unittest.cc', | 282 'video_coding/main/source/media_optimization_unittest.cc', |
282 'video_coding/main/source/receiver_unittest.cc', | 283 'video_coding/main/source/receiver_unittest.cc', |
283 'video_coding/main/source/session_info_unittest.cc', | 284 'video_coding/main/source/session_info_unittest.cc', |
284 'video_coding/main/source/timing_unittest.cc', | 285 'video_coding/main/source/timing_unittest.cc', |
285 'video_coding/main/source/video_coding_robustness_unittest.cc', | 286 'video_coding/main/source/video_coding_robustness_unittest.cc', |
286 'video_coding/main/source/video_receiver_unittest.cc', | 287 'video_coding/main/source/video_receiver_unittest.cc', |
(...skipping 203 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
490 'sources': [ | 491 'sources': [ |
491 'modules_unittests.isolate', | 492 'modules_unittests.isolate', |
492 ], | 493 ], |
493 }, | 494 }, |
494 ], | 495 ], |
495 }], | 496 }], |
496 ], | 497 ], |
497 }], # include_tests | 498 }], # include_tests |
498 ], # conditions | 499 ], # conditions |
499 } | 500 } |
OLD | NEW |