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

Side by Side Diff: webrtc/webrtc_tests.gypi

Issue 2294093004: Added build flag around the Intelligibility enhancer performance test code (Closed)
Patch Set: Removed unnecessary parenthesis Created 4 years, 3 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
« no previous file with comments | « webrtc/modules/audio_processing/audio_processing_performance_unittest.cc ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2013 The WebRTC project authors. All Rights Reserved. 1 # Copyright (c) 2013 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 'targets': [ 9 'targets': [
10 { 10 {
(...skipping 438 matching lines...) Expand 10 before | Expand all | Expand 10 after
449 'video_quality_test', 449 'video_quality_test',
450 'modules/modules.gyp:neteq_test_support', 450 'modules/modules.gyp:neteq_test_support',
451 'modules/modules.gyp:bwe_simulator', 451 'modules/modules.gyp:bwe_simulator',
452 'modules/modules.gyp:rtp_rtcp', 452 'modules/modules.gyp:rtp_rtcp',
453 'test/test.gyp:test_common', 453 'test/test.gyp:test_common',
454 'test/test.gyp:test_main', 454 'test/test.gyp:test_main',
455 'test/test.gyp:test_renderer', 455 'test/test.gyp:test_renderer',
456 'webrtc', 456 'webrtc',
457 ], 457 ],
458 'conditions': [ 458 'conditions': [
459 ['enable_intelligibility_enhancer==1', {
460 'defines': ['WEBRTC_INTELLIGIBILITY_ENHANCER=1',],
461 }, {
462 'defines': ['WEBRTC_INTELLIGIBILITY_ENHANCER=0',],
463 }],
464
459 ['OS=="android"', { 465 ['OS=="android"', {
460 'dependencies': [ 466 'dependencies': [
461 '<(DEPTH)/testing/android/native_test.gyp:native_test_native_code', 467 '<(DEPTH)/testing/android/native_test.gyp:native_test_native_code',
462 ], 468 ],
463 }], 469 }],
464 ], 470 ],
465 }, 471 },
466 { 472 {
467 'target_name': 'webrtc_nonparallel_tests', 473 'target_name': 'webrtc_nonparallel_tests',
468 'type': '<(gtest_target_type)', 474 'type': '<(gtest_target_type)',
(...skipping 183 matching lines...) Expand 10 before | Expand all | Expand 10 after
652 'build/isolate.gypi', 658 'build/isolate.gypi',
653 ], 659 ],
654 'sources': [ 660 'sources': [
655 'webrtc_perf_tests.isolate', 661 'webrtc_perf_tests.isolate',
656 ], 662 ],
657 }, 663 },
658 ], 664 ],
659 }], 665 }],
660 ], 666 ],
661 } 667 }
OLDNEW
« no previous file with comments | « webrtc/modules/audio_processing/audio_processing_performance_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698