Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(120)

Side by Side Diff: webrtc/modules/modules.gyp

Issue 1492053003: Add unit test for stand-alone denoiser and fixed some bugs. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Fix asan test failure. Created 5 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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
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
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 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698