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 { |
11 'target_name': 'rtc_unittests', | 11 'target_name': 'rtc_unittests', |
12 'type': '<(gtest_target_type)', | 12 'type': '<(gtest_target_type)', |
13 'dependencies': [ | 13 'dependencies': [ |
14 'base/base.gyp:rtc_base', | 14 'base/base.gyp:rtc_base', |
| 15 'base/base.gyp:rtc_task_queue', |
15 'base/base_tests.gyp:rtc_base_tests_utils', | 16 'base/base_tests.gyp:rtc_base_tests_utils', |
16 'base/base_tests.gyp:rtc_base_tests', | 17 'base/base_tests.gyp:rtc_base_tests', |
17 'libjingle/xmllite/xmllite.gyp:rtc_xmllite', | 18 'libjingle/xmllite/xmllite.gyp:rtc_xmllite', |
18 'libjingle/xmpp/xmpp.gyp:rtc_xmpp', | 19 'libjingle/xmpp/xmpp.gyp:rtc_xmpp', |
19 'p2p/p2p.gyp:rtc_p2p', | 20 'p2p/p2p.gyp:rtc_p2p', |
20 'p2p/p2p.gyp:libstunprober', | 21 'p2p/p2p.gyp:libstunprober', |
21 'p2p/p2p.gyp:rtc_p2p_unittest', | 22 'p2p/p2p.gyp:rtc_p2p_unittest', |
22 'libjingle/xmllite/xmllite.gyp:rtc_xmllite_unittest', | 23 'libjingle/xmllite/xmllite.gyp:rtc_xmllite_unittest', |
23 'libjingle/xmpp/xmpp.gyp:rtc_xmpp_unittest', | 24 'libjingle/xmpp/xmpp.gyp:rtc_xmpp_unittest', |
24 '<(DEPTH)/testing/gtest.gyp:gtest', | 25 '<(DEPTH)/testing/gtest.gyp:gtest', |
(...skipping 431 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
456 'build/isolate.gypi', | 457 'build/isolate.gypi', |
457 ], | 458 ], |
458 'sources': [ | 459 'sources': [ |
459 'webrtc_perf_tests.isolate', | 460 'webrtc_perf_tests.isolate', |
460 ], | 461 ], |
461 }, | 462 }, |
462 ], | 463 ], |
463 }], | 464 }], |
464 ], | 465 ], |
465 } | 466 } |
OLD | NEW |