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 343 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
354 'video_coding/video_coding_robustness_unittest.cc', | 354 'video_coding/video_coding_robustness_unittest.cc', |
355 'video_coding/video_receiver_unittest.cc', | 355 'video_coding/video_receiver_unittest.cc', |
356 'video_coding/video_sender_unittest.cc', | 356 'video_coding/video_sender_unittest.cc', |
357 'video_coding/qm_select_unittest.cc', | 357 'video_coding/qm_select_unittest.cc', |
358 'video_coding/test/stream_generator.cc', | 358 'video_coding/test/stream_generator.cc', |
359 'video_coding/test/stream_generator.h', | 359 'video_coding/test/stream_generator.h', |
360 'video_coding/utility/quality_scaler_unittest.cc', | 360 'video_coding/utility/quality_scaler_unittest.cc', |
361 'video_processing/test/brightness_detection_test.cc', | 361 'video_processing/test/brightness_detection_test.cc', |
362 'video_processing/test/content_metrics_test.cc', | 362 'video_processing/test/content_metrics_test.cc', |
363 'video_processing/test/deflickering_test.cc', | 363 'video_processing/test/deflickering_test.cc', |
| 364 'video_processing/test/denoiser_test.cc', |
364 'video_processing/test/video_processing_unittest.cc', | 365 'video_processing/test/video_processing_unittest.cc', |
365 'video_processing/test/video_processing_unittest.h', | 366 'video_processing/test/video_processing_unittest.h', |
366 ], | 367 ], |
367 'conditions': [ | 368 'conditions': [ |
368 ['enable_bwe_test_logging==1', { | 369 ['enable_bwe_test_logging==1', { |
369 'defines': [ 'BWE_TEST_LOGGING_COMPILE_TIME_ENABLE=1' ], | 370 'defines': [ 'BWE_TEST_LOGGING_COMPILE_TIME_ENABLE=1' ], |
370 }, { | 371 }, { |
371 'defines': [ 'BWE_TEST_LOGGING_COMPILE_TIME_ENABLE=0' ], | 372 'defines': [ 'BWE_TEST_LOGGING_COMPILE_TIME_ENABLE=0' ], |
372 'sources!': [ | 373 'sources!': [ |
373 'remote_bitrate_estimator/test/bwe_test_logging.cc' | 374 'remote_bitrate_estimator/test/bwe_test_logging.cc' |
(...skipping 185 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
559 'sources': [ | 560 'sources': [ |
560 'video_render_tests.isolate', | 561 'video_render_tests.isolate', |
561 ], | 562 ], |
562 }, | 563 }, |
563 ], | 564 ], |
564 }], | 565 }], |
565 ], | 566 ], |
566 }], # include_tests | 567 }], # include_tests |
567 ], # conditions | 568 ], # conditions |
568 } | 569 } |
OLD | NEW |