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 355 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
366 'video/call_stats_unittest.cc', | 366 'video/call_stats_unittest.cc', |
367 'video/encoder_state_feedback_unittest.cc', | 367 'video/encoder_state_feedback_unittest.cc', |
368 'video/end_to_end_tests.cc', | 368 'video/end_to_end_tests.cc', |
369 'video/overuse_frame_detector_unittest.cc', | 369 'video/overuse_frame_detector_unittest.cc', |
370 'video/payload_router_unittest.cc', | 370 'video/payload_router_unittest.cc', |
371 'video/report_block_stats_unittest.cc', | 371 'video/report_block_stats_unittest.cc', |
372 'video/send_delay_stats_unittest.cc', | 372 'video/send_delay_stats_unittest.cc', |
373 'video/send_statistics_proxy_unittest.cc', | 373 'video/send_statistics_proxy_unittest.cc', |
374 'video/stats_counter_unittest.cc', | 374 'video/stats_counter_unittest.cc', |
375 'video/stream_synchronization_unittest.cc', | 375 'video/stream_synchronization_unittest.cc', |
376 'video/video_capture_input_unittest.cc', | |
377 'video/video_decoder_unittest.cc', | 376 'video/video_decoder_unittest.cc', |
378 'video/video_encoder_unittest.cc', | 377 'video/video_encoder_unittest.cc', |
379 'video/video_send_stream_tests.cc', | 378 'video/video_send_stream_tests.cc', |
| 379 'video/vie_encoder_unittest.cc', |
380 'video/vie_remb_unittest.cc', | 380 'video/vie_remb_unittest.cc', |
381 ], | 381 ], |
382 'dependencies': [ | 382 'dependencies': [ |
383 '<(DEPTH)/testing/gmock.gyp:gmock', | 383 '<(DEPTH)/testing/gmock.gyp:gmock', |
384 '<(DEPTH)/testing/gtest.gyp:gtest', | 384 '<(DEPTH)/testing/gtest.gyp:gtest', |
385 '<(webrtc_root)/common.gyp:webrtc_common', | 385 '<(webrtc_root)/common.gyp:webrtc_common', |
386 '<(webrtc_root)/modules/modules.gyp:rtp_rtcp', | 386 '<(webrtc_root)/modules/modules.gyp:rtp_rtcp', |
387 '<(webrtc_root)/modules/modules.gyp:video_capture', | 387 '<(webrtc_root)/modules/modules.gyp:video_capture', |
388 '<(webrtc_root)/test/test.gyp:channel_transport', | 388 '<(webrtc_root)/test/test.gyp:channel_transport', |
389 '<(webrtc_root)/voice_engine/voice_engine.gyp:voice_engine', | 389 '<(webrtc_root)/voice_engine/voice_engine.gyp:voice_engine', |
(...skipping 276 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
666 'build/isolate.gypi', | 666 'build/isolate.gypi', |
667 ], | 667 ], |
668 'sources': [ | 668 'sources': [ |
669 'webrtc_perf_tests.isolate', | 669 'webrtc_perf_tests.isolate', |
670 ], | 670 ], |
671 }, | 671 }, |
672 ], | 672 ], |
673 }], | 673 }], |
674 ], | 674 ], |
675 } | 675 } |
OLD | NEW |