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 367 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
378 'video/stream_synchronization_unittest.cc', | 378 'video/stream_synchronization_unittest.cc', |
379 'video/video_capture_input_unittest.cc', | 379 'video/video_capture_input_unittest.cc', |
380 'video/video_decoder_unittest.cc', | 380 'video/video_decoder_unittest.cc', |
381 'video/video_encoder_unittest.cc', | 381 'video/video_encoder_unittest.cc', |
382 'video/video_send_stream_tests.cc', | 382 'video/video_send_stream_tests.cc', |
383 'video/vie_remb_unittest.cc', | 383 'video/vie_remb_unittest.cc', |
384 ], | 384 ], |
385 'dependencies': [ | 385 'dependencies': [ |
386 '<(DEPTH)/testing/gmock.gyp:gmock', | 386 '<(DEPTH)/testing/gmock.gyp:gmock', |
387 '<(DEPTH)/testing/gtest.gyp:gtest', | 387 '<(DEPTH)/testing/gtest.gyp:gtest', |
| 388 '<(webrtc_root)/api/api.gyp:call_api', |
388 '<(webrtc_root)/common.gyp:webrtc_common', | 389 '<(webrtc_root)/common.gyp:webrtc_common', |
389 '<(webrtc_root)/modules/modules.gyp:rtp_rtcp', | 390 '<(webrtc_root)/modules/modules.gyp:rtp_rtcp', |
390 '<(webrtc_root)/modules/modules.gyp:video_capture', | 391 '<(webrtc_root)/modules/modules.gyp:video_capture', |
391 '<(webrtc_root)/test/test.gyp:channel_transport', | 392 '<(webrtc_root)/test/test.gyp:channel_transport', |
392 '<(webrtc_root)/voice_engine/voice_engine.gyp:voice_engine', | 393 '<(webrtc_root)/voice_engine/voice_engine.gyp:voice_engine', |
393 'test/test.gyp:test_common', | 394 'test/test.gyp:test_common', |
394 'test/test.gyp:test_main', | 395 'test/test.gyp:test_main', |
395 'test/test.gyp:test_support', | 396 'test/test.gyp:test_support', |
396 'webrtc', | 397 'webrtc', |
397 ], | 398 ], |
(...skipping 262 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
660 'build/isolate.gypi', | 661 'build/isolate.gypi', |
661 ], | 662 ], |
662 'sources': [ | 663 'sources': [ |
663 'webrtc_perf_tests.isolate', | 664 'webrtc_perf_tests.isolate', |
664 ], | 665 ], |
665 }, | 666 }, |
666 ], | 667 ], |
667 }], | 668 }], |
668 ], | 669 ], |
669 } | 670 } |
OLD | NEW |