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 139 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
150 '<(DEPTH)/testing/gmock.gyp:gmock', | 150 '<(DEPTH)/testing/gmock.gyp:gmock', |
151 '<(DEPTH)/testing/gtest.gyp:gtest', | 151 '<(DEPTH)/testing/gtest.gyp:gtest', |
152 '<(DEPTH)/third_party/gflags/gflags.gyp:gflags', | 152 '<(DEPTH)/third_party/gflags/gflags.gyp:gflags', |
153 '<(webrtc_root)/common.gyp:webrtc_common', | 153 '<(webrtc_root)/common.gyp:webrtc_common', |
154 '<(webrtc_root)/common_audio/common_audio.gyp:common_audio', | 154 '<(webrtc_root)/common_audio/common_audio.gyp:common_audio', |
155 '<(webrtc_root)/common_video/common_video.gyp:common_video', | 155 '<(webrtc_root)/common_video/common_video.gyp:common_video', |
156 '<(webrtc_root)/modules/modules.gyp:video_capture', | 156 '<(webrtc_root)/modules/modules.gyp:video_capture', |
157 '<(webrtc_root)/modules/video_coding/codecs/vp8/vp8.gyp:webrtc_v
p8', | 157 '<(webrtc_root)/modules/video_coding/codecs/vp8/vp8.gyp:webrtc_v
p8', |
158 '<(webrtc_root)/modules/video_coding/codecs/vp9/vp9.gyp:webrtc_v
p9', | 158 '<(webrtc_root)/modules/video_coding/codecs/vp9/vp9.gyp:webrtc_v
p9', |
159 '<(webrtc_root)/system_wrappers/system_wrappers.gyp:system_wrapp
ers', | 159 '<(webrtc_root)/system_wrappers/system_wrappers.gyp:system_wrapp
ers', |
160 '<(webrtc_root)/test/test.gyp:fake_video_frames', | 160 '<(webrtc_root)/test/test.gyp:video_test_common', |
161 '<(webrtc_root)/test/test.gyp:rtp_test_utils', | 161 '<(webrtc_root)/test/test.gyp:rtp_test_utils', |
162 '<(webrtc_root)/test/test.gyp:test_support_main', | 162 '<(webrtc_root)/test/test.gyp:test_support_main', |
163 '<(webrtc_root)/test/webrtc_test_common.gyp:webrtc_test_common', | 163 '<(webrtc_root)/test/webrtc_test_common.gyp:webrtc_test_common', |
164 '<(webrtc_root)/tools/tools.gyp:agc_test_utils', | 164 '<(webrtc_root)/tools/tools.gyp:agc_test_utils', |
165 ], | 165 ], |
166 'sources': [ | 166 'sources': [ |
167 'audio_coding/codecs/cng/audio_encoder_cng_unittest.cc', | 167 'audio_coding/codecs/cng/audio_encoder_cng_unittest.cc', |
168 'audio_coding/acm2/acm_receiver_unittest_oldapi.cc', | 168 'audio_coding/acm2/acm_receiver_unittest_oldapi.cc', |
169 'audio_coding/acm2/audio_coding_module_unittest_oldapi.cc', | 169 'audio_coding/acm2/audio_coding_module_unittest_oldapi.cc', |
170 'audio_coding/acm2/call_statistics_unittest.cc', | 170 'audio_coding/acm2/call_statistics_unittest.cc', |
(...skipping 417 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
588 'sources': [ | 588 'sources': [ |
589 'video_render_tests.isolate', | 589 'video_render_tests.isolate', |
590 ], | 590 ], |
591 }, | 591 }, |
592 ], | 592 ], |
593 }], | 593 }], |
594 ], | 594 ], |
595 }], # include_tests | 595 }], # include_tests |
596 ], # conditions | 596 ], # conditions |
597 } | 597 } |
OLD | NEW |