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_tests.gyp:rtc_base_tests_utils', | 15 'base/base_tests.gyp:rtc_base_tests_utils', |
16 'base/base_tests.gyp:rtc_base_tests', | 16 'base/base_tests.gyp:rtc_base_tests', |
17 'libjingle/xmllite/xmllite.gyp:rtc_xmllite', | 17 'libjingle/xmllite/xmllite.gyp:rtc_xmllite', |
18 'libjingle/xmpp/xmpp.gyp:rtc_xmpp', | 18 'libjingle/xmpp/xmpp.gyp:rtc_xmpp', |
19 'p2p/p2p.gyp:rtc_p2p', | 19 'p2p/p2p.gyp:rtc_p2p', |
20 'p2p/p2p.gyp:libstunprober', | 20 'p2p/p2p.gyp:libstunprober', |
21 'rtc_p2p_unittest', | 21 'rtc_p2p_unittest', |
22 'rtc_sound_tests', | 22 'rtc_sound_tests', |
23 'rtc_xmllite_unittest', | 23 'rtc_xmllite_unittest', |
24 'rtc_xmpp_unittest', | 24 'rtc_xmpp_unittest', |
25 'sound/sound.gyp:rtc_sound', | 25 'sound/sound.gyp:rtc_sound', |
26 '<(DEPTH)/testing/gtest.gyp:gtest', | 26 '<(DEPTH)/testing/gtest.gyp:gtest', |
27 '<(DEPTH)/testing/gmock.gyp:gmock', | 27 '<(DEPTH)/testing/gmock.gyp:gmock', |
| 28 'system_wrappers/system_wrappers.gyp:field_trial_default', |
28 ], | 29 ], |
29 'conditions': [ | 30 'conditions': [ |
30 ['OS=="android"', { | 31 ['OS=="android"', { |
31 'dependencies': [ | 32 'dependencies': [ |
32 '<(DEPTH)/testing/android/native_test.gyp:native_test_native_code', | 33 '<(DEPTH)/testing/android/native_test.gyp:native_test_native_code', |
33 ], | 34 ], |
34 }], | 35 }], |
35 ], | 36 ], |
36 }, | 37 }, |
37 { | 38 { |
(...skipping 257 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
295 'build/isolate.gypi', | 296 'build/isolate.gypi', |
296 ], | 297 ], |
297 'sources': [ | 298 'sources': [ |
298 'webrtc_perf_tests.isolate', | 299 'webrtc_perf_tests.isolate', |
299 ], | 300 ], |
300 }, | 301 }, |
301 ], | 302 ], |
302 }], | 303 }], |
303 ], | 304 ], |
304 } | 305 } |
OLD | NEW |