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

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

Issue 2041233006: GN: Add modules_unittests (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Correct path to base.gyp Created 4 years, 6 months 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 133 matching lines...) Expand 10 before | Expand all | Expand 10 after
144 'remote_bitrate_estimator', 144 'remote_bitrate_estimator',
145 'rtp_rtcp', 145 'rtp_rtcp',
146 'video_codecs_test_framework', 146 'video_codecs_test_framework',
147 'video_processing', 147 'video_processing',
148 'webrtc_utility', 148 'webrtc_utility',
149 'webrtc_video_coding', 149 'webrtc_video_coding',
150 '<@(neteq_dependencies)', 150 '<@(neteq_dependencies)',
151 '<(DEPTH)/testing/gmock.gyp:gmock', 151 '<(DEPTH)/testing/gmock.gyp:gmock',
152 '<(DEPTH)/testing/gtest.gyp:gtest', 152 '<(DEPTH)/testing/gtest.gyp:gtest',
153 '<(DEPTH)/third_party/gflags/gflags.gyp:gflags', 153 '<(DEPTH)/third_party/gflags/gflags.gyp:gflags',
154 '<(webrtc_root)/base/base.gyp:rtc_base',
154 '<(webrtc_root)/common.gyp:webrtc_common', 155 '<(webrtc_root)/common.gyp:webrtc_common',
155 '<(webrtc_root)/common_audio/common_audio.gyp:common_audio', 156 '<(webrtc_root)/common_audio/common_audio.gyp:common_audio',
156 '<(webrtc_root)/common_video/common_video.gyp:common_video', 157 '<(webrtc_root)/common_video/common_video.gyp:common_video',
157 '<(webrtc_root)/modules/modules.gyp:video_capture', 158 '<(webrtc_root)/modules/modules.gyp:video_capture',
158 '<(webrtc_root)/modules/video_coding/codecs/vp8/vp8.gyp:webrtc_vp8', 159 '<(webrtc_root)/modules/video_coding/codecs/vp8/vp8.gyp:webrtc_vp8',
159 '<(webrtc_root)/modules/video_coding/codecs/vp9/vp9.gyp:webrtc_vp9', 160 '<(webrtc_root)/modules/video_coding/codecs/vp9/vp9.gyp:webrtc_vp9',
160 '<(webrtc_root)/system_wrappers/system_wrappers.gyp:system_wrappers' , 161 '<(webrtc_root)/system_wrappers/system_wrappers.gyp:system_wrappers' ,
161 '<(webrtc_root)/test/test.gyp:video_test_common', 162 '<(webrtc_root)/test/test.gyp:video_test_common',
162 '<(webrtc_root)/test/test.gyp:rtp_test_utils', 163 '<(webrtc_root)/test/test.gyp:rtp_test_utils',
163 '<(webrtc_root)/test/test.gyp:test_support_main', 164 '<(webrtc_root)/test/test.gyp:test_support_main',
(...skipping 221 matching lines...) Expand 10 before | Expand all | Expand 10 after
385 'video_coding/utility/h264_bitstream_parser_unittest.cc', 386 'video_coding/utility/h264_bitstream_parser_unittest.cc',
386 'video_coding/utility/ivf_file_writer_unittest.cc', 387 'video_coding/utility/ivf_file_writer_unittest.cc',
387 'video_coding/utility/quality_scaler_unittest.cc', 388 'video_coding/utility/quality_scaler_unittest.cc',
388 'video_processing/test/denoiser_test.cc', 389 'video_processing/test/denoiser_test.cc',
389 'video_processing/test/video_processing_unittest.cc', 390 'video_processing/test/video_processing_unittest.cc',
390 'video_processing/test/video_processing_unittest.h', 391 'video_processing/test/video_processing_unittest.h',
391 ], 392 ],
392 'conditions': [ 393 'conditions': [
393 ['libvpx_build_vp9==1', { 394 ['libvpx_build_vp9==1', {
394 'sources': [ 395 'sources': [
395 'video_coding/codecs/vp9/screenshare_layers_unittest.cc', 396 'video_coding/codecs/vp9/vp9_screenshare_layers_unittest.cc',
396 ], 397 ],
397 }], 398 }],
398 ['enable_bwe_test_logging==1', { 399 ['enable_bwe_test_logging==1', {
399 'defines': [ 'BWE_TEST_LOGGING_COMPILE_TIME_ENABLE=1' ], 400 'defines': [ 'BWE_TEST_LOGGING_COMPILE_TIME_ENABLE=1' ],
400 }, { 401 }, {
401 'defines': [ 'BWE_TEST_LOGGING_COMPILE_TIME_ENABLE=0' ], 402 'defines': [ 'BWE_TEST_LOGGING_COMPILE_TIME_ENABLE=0' ],
402 }], 403 }],
403 # Run screen/window capturer tests only on platforms where they are 404 # Run screen/window capturer tests only on platforms where they are
404 # supported. 405 # supported.
405 ['desktop_capture_supported==1 or OS=="android"', { 406 ['desktop_capture_supported==1 or OS=="android"', {
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after
438 ], 439 ],
439 'dependencies': [ 440 'dependencies': [
440 'audioproc_protobuf_utils', 441 'audioproc_protobuf_utils',
441 'audioproc_unittest_proto', 442 'audioproc_unittest_proto',
442 'neteq_unittest_proto', 443 'neteq_unittest_proto',
443 ], 444 ],
444 'sources': [ 445 'sources': [
445 'audio_processing/audio_processing_impl_locking_unittest.cc', 446 'audio_processing/audio_processing_impl_locking_unittest.cc',
446 'audio_processing/audio_processing_impl_unittest.cc', 447 'audio_processing/audio_processing_impl_unittest.cc',
447 'audio_processing/audio_processing_unittest.cc', 448 'audio_processing/audio_processing_unittest.cc',
449 'audio_processing/echo_cancellation_bit_exact_unittest.cc',
448 'audio_processing/echo_control_mobile_unittest.cc', 450 'audio_processing/echo_control_mobile_unittest.cc',
449 'audio_processing/echo_cancellation_unittest.cc',
450 'audio_processing/gain_control_unittest.cc', 451 'audio_processing/gain_control_unittest.cc',
451 'audio_processing/high_pass_filter_unittest.cc', 452 'audio_processing/high_pass_filter_unittest.cc',
452 'audio_processing/level_estimator_unittest.cc', 453 'audio_processing/level_estimator_unittest.cc',
453 'audio_processing/noise_suppression_unittest.cc', 454 'audio_processing/noise_suppression_unittest.cc',
454 'audio_processing/voice_detection_unittest.cc', 455 'audio_processing/voice_detection_unittest.cc',
455 'audio_processing/test/audio_buffer_tools.cc', 456 'audio_processing/test/audio_buffer_tools.cc',
456 'audio_processing/test/audio_buffer_tools.h', 457 'audio_processing/test/audio_buffer_tools.h',
457 'audio_processing/test/bitexactness_tools.cc', 458 'audio_processing/test/bitexactness_tools.cc',
458 'audio_processing/test/bitexactness_tools.h', 459 'audio_processing/test/bitexactness_tools.h',
459 'audio_processing/test/debug_dump_replayer.cc', 460 'audio_processing/test/debug_dump_replayer.cc',
(...skipping 311 matching lines...) Expand 10 before | Expand all | Expand 10 after
771 'sources': [ 772 'sources': [
772 'modules_unittests.isolate', 773 'modules_unittests.isolate',
773 ], 774 ],
774 }, 775 },
775 ], 776 ],
776 }], 777 }],
777 ], 778 ],
778 }], # include_tests 779 }], # include_tests
779 ], # conditions 780 ], # conditions
780 } 781 }
OLDNEW
« no previous file with comments | « webrtc/modules/desktop_capture/BUILD.gn ('k') | webrtc/modules/remote_bitrate_estimator/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698