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 126 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
137 'video_codecs_test_framework', | 137 'video_codecs_test_framework', |
138 'video_processing', | 138 'video_processing', |
139 'webrtc_utility', | 139 'webrtc_utility', |
140 'webrtc_video_coding', | 140 'webrtc_video_coding', |
141 '<@(neteq_dependencies)', | 141 '<@(neteq_dependencies)', |
142 '<(DEPTH)/testing/gmock.gyp:gmock', | 142 '<(DEPTH)/testing/gmock.gyp:gmock', |
143 '<(DEPTH)/testing/gtest.gyp:gtest', | 143 '<(DEPTH)/testing/gtest.gyp:gtest', |
144 '<(DEPTH)/third_party/gflags/gflags.gyp:gflags', | 144 '<(DEPTH)/third_party/gflags/gflags.gyp:gflags', |
145 '<(webrtc_root)/common.gyp:webrtc_common', | 145 '<(webrtc_root)/common.gyp:webrtc_common', |
146 '<(webrtc_root)/common_audio/common_audio.gyp:common_audio', | 146 '<(webrtc_root)/common_audio/common_audio.gyp:common_audio', |
| 147 '<(webrtc_root)/common_video/common_video.gyp:common_video', |
147 '<(webrtc_root)/modules/modules.gyp:video_capture', | 148 '<(webrtc_root)/modules/modules.gyp:video_capture', |
148 '<(webrtc_root)/modules/video_coding/codecs/vp8/vp8.gyp:webrtc_v
p8', | 149 '<(webrtc_root)/modules/video_coding/codecs/vp8/vp8.gyp:webrtc_v
p8', |
149 '<(webrtc_root)/modules/video_coding/codecs/vp9/vp9.gyp:webrtc_v
p9', | 150 '<(webrtc_root)/modules/video_coding/codecs/vp9/vp9.gyp:webrtc_v
p9', |
150 '<(webrtc_root)/system_wrappers/system_wrappers.gyp:system_wrapp
ers', | 151 '<(webrtc_root)/system_wrappers/system_wrappers.gyp:system_wrapp
ers', |
151 '<(webrtc_root)/test/test.gyp:frame_generator', | 152 '<(webrtc_root)/test/test.gyp:frame_generator', |
152 '<(webrtc_root)/test/test.gyp:rtp_test_utils', | 153 '<(webrtc_root)/test/test.gyp:rtp_test_utils', |
153 '<(webrtc_root)/test/test.gyp:test_support_main', | 154 '<(webrtc_root)/test/test.gyp:test_support_main', |
154 '<(webrtc_root)/test/webrtc_test_common.gyp:webrtc_test_common', | 155 '<(webrtc_root)/test/webrtc_test_common.gyp:webrtc_test_common', |
155 '<(webrtc_root)/tools/tools.gyp:agc_test_utils', | 156 '<(webrtc_root)/tools/tools.gyp:agc_test_utils', |
156 ], | 157 ], |
(...skipping 200 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
357 'video_coding/video_coding_robustness_unittest.cc', | 358 'video_coding/video_coding_robustness_unittest.cc', |
358 'video_coding/video_receiver_unittest.cc', | 359 'video_coding/video_receiver_unittest.cc', |
359 'video_coding/video_sender_unittest.cc', | 360 'video_coding/video_sender_unittest.cc', |
360 'video_coding/qm_select_unittest.cc', | 361 'video_coding/qm_select_unittest.cc', |
361 'video_coding/test/stream_generator.cc', | 362 'video_coding/test/stream_generator.cc', |
362 'video_coding/test/stream_generator.h', | 363 'video_coding/test/stream_generator.h', |
363 'video_coding/utility/quality_scaler_unittest.cc', | 364 'video_coding/utility/quality_scaler_unittest.cc', |
364 'video_processing/test/brightness_detection_test.cc', | 365 'video_processing/test/brightness_detection_test.cc', |
365 'video_processing/test/content_metrics_test.cc', | 366 'video_processing/test/content_metrics_test.cc', |
366 'video_processing/test/deflickering_test.cc', | 367 'video_processing/test/deflickering_test.cc', |
| 368 'video_processing/test/denoiser_test.cc', |
367 'video_processing/test/video_processing_unittest.cc', | 369 'video_processing/test/video_processing_unittest.cc', |
368 'video_processing/test/video_processing_unittest.h', | 370 'video_processing/test/video_processing_unittest.h', |
369 ], | 371 ], |
370 'conditions': [ | 372 'conditions': [ |
371 ['enable_bwe_test_logging==1', { | 373 ['enable_bwe_test_logging==1', { |
372 'defines': [ 'BWE_TEST_LOGGING_COMPILE_TIME_ENABLE=1' ], | 374 'defines': [ 'BWE_TEST_LOGGING_COMPILE_TIME_ENABLE=1' ], |
373 }, { | 375 }, { |
374 'defines': [ 'BWE_TEST_LOGGING_COMPILE_TIME_ENABLE=0' ], | 376 'defines': [ 'BWE_TEST_LOGGING_COMPILE_TIME_ENABLE=0' ], |
375 'sources!': [ | 377 'sources!': [ |
376 'remote_bitrate_estimator/test/bwe_test_logging.cc' | 378 'remote_bitrate_estimator/test/bwe_test_logging.cc' |
(...skipping 185 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
562 'sources': [ | 564 'sources': [ |
563 'video_render_tests.isolate', | 565 'video_render_tests.isolate', |
564 ], | 566 ], |
565 }, | 567 }, |
566 ], | 568 ], |
567 }], | 569 }], |
568 ], | 570 ], |
569 }], # include_tests | 571 }], # include_tests |
570 ], # conditions | 572 ], # conditions |
571 } | 573 } |
OLD | NEW |