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 44 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
55 ], | 55 ], |
56 'dependencies': [ | 56 'dependencies': [ |
57 'acm_receive_test', | 57 'acm_receive_test', |
58 'acm_send_test', | 58 'acm_send_test', |
59 'audio_coding_module', | 59 'audio_coding_module', |
60 'audio_device' , | 60 'audio_device' , |
61 'audio_processing', | 61 'audio_processing', |
62 'audioproc_test_utils', | 62 'audioproc_test_utils', |
63 'bitrate_controller', | 63 'bitrate_controller', |
64 'bwe_simulator', | 64 'bwe_simulator', |
65 'CNG', | 65 'cng', |
66 'desktop_capture', | 66 'desktop_capture', |
67 'iSACFix', | 67 'isac_fix', |
68 'media_file', | 68 'media_file', |
69 'neteq', | 69 'neteq', |
70 'neteq_test_support', | 70 'neteq_test_support', |
71 'neteq_unittest_tools', | 71 'neteq_unittest_tools', |
72 'paced_sender', | 72 'paced_sender', |
73 'PCM16B', # Needed by NetEq tests. | 73 'pcm16b', # Needed by NetEq tests. |
74 'red', | 74 'red', |
75 'remote_bitrate_estimator', | 75 'remote_bitrate_estimator', |
76 'rtp_rtcp', | 76 'rtp_rtcp', |
77 'video_codecs_test_framework', | 77 'video_codecs_test_framework', |
78 'video_processing', | 78 'video_processing', |
79 'webrtc_utility', | 79 'webrtc_utility', |
80 'webrtc_video_coding', | 80 'webrtc_video_coding', |
81 '<@(neteq_dependencies)', | 81 '<@(neteq_dependencies)', |
82 '<(DEPTH)/testing/gmock.gyp:gmock', | 82 '<(DEPTH)/testing/gmock.gyp:gmock', |
83 '<(DEPTH)/testing/gtest.gyp:gtest', | 83 '<(DEPTH)/testing/gtest.gyp:gtest', |
(...skipping 367 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
451 'sources': [ | 451 'sources': [ |
452 'modules_unittests.isolate', | 452 'modules_unittests.isolate', |
453 ], | 453 ], |
454 }, | 454 }, |
455 ], | 455 ], |
456 }], | 456 }], |
457 ], | 457 ], |
458 }], # include_tests | 458 }], # include_tests |
459 ], # conditions | 459 ], # conditions |
460 } | 460 } |
OLD | NEW |