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 262 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
273 'utility/source/process_thread_impl_unittest.cc', | 273 'utility/source/process_thread_impl_unittest.cc', |
274 'video_coding/codecs/test/packet_manipulator_unittest.cc', | 274 'video_coding/codecs/test/packet_manipulator_unittest.cc', |
275 'video_coding/codecs/test/stats_unittest.cc', | 275 'video_coding/codecs/test/stats_unittest.cc', |
276 'video_coding/codecs/test/videoprocessor_unittest.cc', | 276 'video_coding/codecs/test/videoprocessor_unittest.cc', |
277 'video_coding/codecs/vp8/default_temporal_layers_unittest.cc', | 277 'video_coding/codecs/vp8/default_temporal_layers_unittest.cc', |
278 'video_coding/codecs/vp8/reference_picture_selection_unittest.cc', | 278 'video_coding/codecs/vp8/reference_picture_selection_unittest.cc', |
279 'video_coding/codecs/vp8/screenshare_layers_unittest.cc', | 279 'video_coding/codecs/vp8/screenshare_layers_unittest.cc', |
280 'video_coding/codecs/vp8/simulcast_encoder_adapter_unittest.cc', | 280 'video_coding/codecs/vp8/simulcast_encoder_adapter_unittest.cc', |
281 'video_coding/codecs/vp8/simulcast_unittest.cc', | 281 'video_coding/codecs/vp8/simulcast_unittest.cc', |
282 'video_coding/codecs/vp8/simulcast_unittest.h', | 282 'video_coding/codecs/vp8/simulcast_unittest.h', |
| 283 'video_coding/codecs/vp9/screenshare_layers_unittest.cc', |
283 'video_coding/main/interface/mock/mock_vcm_callbacks.h', | 284 'video_coding/main/interface/mock/mock_vcm_callbacks.h', |
284 'video_coding/main/source/decoding_state_unittest.cc', | 285 'video_coding/main/source/decoding_state_unittest.cc', |
285 'video_coding/main/source/jitter_buffer_unittest.cc', | 286 'video_coding/main/source/jitter_buffer_unittest.cc', |
286 'video_coding/main/source/jitter_estimator_tests.cc', | 287 'video_coding/main/source/jitter_estimator_tests.cc', |
287 'video_coding/main/source/media_optimization_unittest.cc', | 288 'video_coding/main/source/media_optimization_unittest.cc', |
288 'video_coding/main/source/receiver_unittest.cc', | 289 'video_coding/main/source/receiver_unittest.cc', |
289 'video_coding/main/source/session_info_unittest.cc', | 290 'video_coding/main/source/session_info_unittest.cc', |
290 'video_coding/main/source/timing_unittest.cc', | 291 'video_coding/main/source/timing_unittest.cc', |
291 'video_coding/main/source/video_coding_robustness_unittest.cc', | 292 'video_coding/main/source/video_coding_robustness_unittest.cc', |
292 'video_coding/main/source/video_receiver_unittest.cc', | 293 'video_coding/main/source/video_receiver_unittest.cc', |
(...skipping 255 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
548 'sources': [ | 549 'sources': [ |
549 'video_render_tests.isolate', | 550 'video_render_tests.isolate', |
550 ], | 551 ], |
551 }, | 552 }, |
552 ], | 553 ], |
553 }], | 554 }], |
554 ], | 555 ], |
555 }], # include_tests | 556 }], # include_tests |
556 ], # conditions | 557 ], # conditions |
557 } | 558 } |
OLD | NEW |