OLD | NEW |
1 # | 1 # |
2 # libjingle | 2 # libjingle |
3 # Copyright 2012 Google Inc. | 3 # Copyright 2012 Google Inc. |
4 # | 4 # |
5 # Redistribution and use in source and binary forms, with or without | 5 # Redistribution and use in source and binary forms, with or without |
6 # modification, are permitted provided that the following conditions are met: | 6 # modification, are permitted provided that the following conditions are met: |
7 # | 7 # |
8 # 1. Redistributions of source code must retain the above copyright notice, | 8 # 1. Redistributions of source code must retain the above copyright notice, |
9 # this list of conditions and the following disclaimer. | 9 # this list of conditions and the following disclaimer. |
10 # 2. Redistributions in binary form must reproduce the above copyright notice, | 10 # 2. Redistributions in binary form must reproduce the above copyright notice, |
(...skipping 124 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
135 ], | 135 ], |
136 }], | 136 }], |
137 ], | 137 ], |
138 }, # target libjingle_media_unittest | 138 }, # target libjingle_media_unittest |
139 { | 139 { |
140 'target_name': 'libjingle_p2p_unittest', | 140 'target_name': 'libjingle_p2p_unittest', |
141 'type': 'executable', | 141 'type': 'executable', |
142 'dependencies': [ | 142 'dependencies': [ |
143 '<(webrtc_root)/base/base_tests.gyp:rtc_base_tests_utils', | 143 '<(webrtc_root)/base/base_tests.gyp:rtc_base_tests_utils', |
144 'libjingle.gyp:libjingle', | 144 'libjingle.gyp:libjingle', |
| 145 'libjingle.gyp:libjingle_peerconnection', |
145 'libjingle.gyp:libjingle_p2p', | 146 'libjingle.gyp:libjingle_p2p', |
146 'libjingle_unittest_main', | 147 'libjingle_unittest_main', |
147 ], | 148 ], |
148 'include_dirs': [ | 149 'include_dirs': [ |
149 '<(DEPTH)/third_party/libsrtp/srtp', | 150 '<(DEPTH)/third_party/libsrtp/srtp', |
150 ], | 151 ], |
151 'sources': [ | 152 'sources': [ |
152 'session/media/bundlefilter_unittest.cc', | 153 'session/media/bundlefilter_unittest.cc', |
153 'session/media/channel_unittest.cc', | 154 'session/media/channel_unittest.cc', |
154 'session/media/channelmanager_unittest.cc', | 155 'session/media/channelmanager_unittest.cc', |
(...skipping 182 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
337 # The >=10.7 above is required to make ARC link cleanly (e.g. as | 338 # The >=10.7 above is required to make ARC link cleanly (e.g. as |
338 # opposed to _compile_ cleanly, which the library under test | 339 # opposed to _compile_ cleanly, which the library under test |
339 # does just fine on 10.6 too). | 340 # does just fine on 10.6 too). |
340 'targets': [ | 341 'targets': [ |
341 { | 342 { |
342 'target_name': 'libjingle_peerconnection_objc_test', | 343 'target_name': 'libjingle_peerconnection_objc_test', |
343 'type': 'executable', | 344 'type': 'executable', |
344 'includes': [ 'build/objc_app.gypi' ], | 345 'includes': [ 'build/objc_app.gypi' ], |
345 'dependencies': [ | 346 'dependencies': [ |
346 '<(webrtc_root)/base/base_tests.gyp:rtc_base_tests_utils', | 347 '<(webrtc_root)/base/base_tests.gyp:rtc_base_tests_utils', |
| 348 '<(webrtc_root)/system_wrappers/system_wrappers.gyp:field_trial_defa
ult', |
347 'libjingle.gyp:libjingle_peerconnection_objc', | 349 'libjingle.gyp:libjingle_peerconnection_objc', |
348 ], | 350 ], |
349 'sources': [ | 351 'sources': [ |
350 'app/webrtc/objctests/RTCPeerConnectionSyncObserver.h', | 352 'app/webrtc/objctests/RTCPeerConnectionSyncObserver.h', |
351 'app/webrtc/objctests/RTCPeerConnectionSyncObserver.m', | 353 'app/webrtc/objctests/RTCPeerConnectionSyncObserver.m', |
352 'app/webrtc/objctests/RTCPeerConnectionTest.mm', | 354 'app/webrtc/objctests/RTCPeerConnectionTest.mm', |
353 'app/webrtc/objctests/RTCSessionDescriptionSyncObserver.h', | 355 'app/webrtc/objctests/RTCSessionDescriptionSyncObserver.h', |
354 'app/webrtc/objctests/RTCSessionDescriptionSyncObserver.m', | 356 'app/webrtc/objctests/RTCSessionDescriptionSyncObserver.m', |
355 # TODO(fischman): figure out if this works for ios or if it | 357 # TODO(fischman): figure out if this works for ios or if it |
356 # needs a GUI driver. | 358 # needs a GUI driver. |
(...skipping 11 matching lines...) Expand all Loading... |
368 }, | 370 }, |
369 }], | 371 }], |
370 ], | 372 ], |
371 }, # target libjingle_peerconnection_objc_test | 373 }, # target libjingle_peerconnection_objc_test |
372 { | 374 { |
373 'target_name': 'apprtc_signaling_gunit_test', | 375 'target_name': 'apprtc_signaling_gunit_test', |
374 'type': 'executable', | 376 'type': 'executable', |
375 'includes': [ 'build/objc_app.gypi' ], | 377 'includes': [ 'build/objc_app.gypi' ], |
376 'dependencies': [ | 378 'dependencies': [ |
377 '<(webrtc_root)/base/base_tests.gyp:rtc_base_tests_utils', | 379 '<(webrtc_root)/base/base_tests.gyp:rtc_base_tests_utils', |
| 380 '<(webrtc_root)/system_wrappers/system_wrappers.gyp:field_trial_defa
ult', |
378 '<(DEPTH)/third_party/ocmock/ocmock.gyp:ocmock', | 381 '<(DEPTH)/third_party/ocmock/ocmock.gyp:ocmock', |
379 '<(webrtc_root)/libjingle_examples.gyp:apprtc_signaling', | 382 '<(webrtc_root)/libjingle_examples.gyp:apprtc_signaling', |
380 ], | 383 ], |
381 'sources': [ | 384 'sources': [ |
382 'app/webrtc/objctests/mac/main.mm', | 385 'app/webrtc/objctests/mac/main.mm', |
383 '<(webrtc_root)/examples/objc/AppRTCDemo/tests/ARDAppClientTest.mm', | 386 '<(webrtc_root)/examples/objc/AppRTCDemo/tests/ARDAppClientTest.mm', |
384 ], | 387 ], |
385 'conditions': [ | 388 'conditions': [ |
386 ['OS=="mac"', { | 389 ['OS=="mac"', { |
387 'xcode_settings': { | 390 'xcode_settings': { |
(...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
430 'build/isolate.gypi', | 433 'build/isolate.gypi', |
431 ], | 434 ], |
432 'sources': [ | 435 'sources': [ |
433 'libjingle_peerconnection_unittest.isolate', | 436 'libjingle_peerconnection_unittest.isolate', |
434 ], | 437 ], |
435 }, | 438 }, |
436 ], | 439 ], |
437 }], | 440 }], |
438 ], | 441 ], |
439 } | 442 } |
OLD | NEW |