| OLD | NEW |
| 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 Loading... |
| 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 Loading... |
| 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 } |
| OLD | NEW |