Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(608)

Side by Side Diff: talk/libjingle_tests.gyp

Issue 1363573002: Wire up transport sequence number / send time callbacks to webrtc via libjingle. (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Cleanup Created 5 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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
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 183 matching lines...) Expand 10 before | Expand all | Expand 10 after
338 # The >=10.7 above is required to make ARC link cleanly (e.g. as 339 # The >=10.7 above is required to make ARC link cleanly (e.g. as
339 # opposed to _compile_ cleanly, which the library under test 340 # opposed to _compile_ cleanly, which the library under test
340 # does just fine on 10.6 too). 341 # does just fine on 10.6 too).
341 'targets': [ 342 'targets': [
342 { 343 {
343 'target_name': 'libjingle_peerconnection_objc_test', 344 'target_name': 'libjingle_peerconnection_objc_test',
344 'type': 'executable', 345 'type': 'executable',
345 'includes': [ 'build/objc_app.gypi' ], 346 'includes': [ 'build/objc_app.gypi' ],
346 'dependencies': [ 347 'dependencies': [
347 '<(webrtc_root)/base/base_tests.gyp:rtc_base_tests_utils', 348 '<(webrtc_root)/base/base_tests.gyp:rtc_base_tests_utils',
349 '<(webrtc_root)/system_wrappers/system_wrappers.gyp:field_trial_defa ult',
348 'libjingle.gyp:libjingle_peerconnection_objc', 350 'libjingle.gyp:libjingle_peerconnection_objc',
349 ], 351 ],
350 'sources': [ 352 'sources': [
351 'app/webrtc/objctests/RTCPeerConnectionSyncObserver.h', 353 'app/webrtc/objctests/RTCPeerConnectionSyncObserver.h',
352 'app/webrtc/objctests/RTCPeerConnectionSyncObserver.m', 354 'app/webrtc/objctests/RTCPeerConnectionSyncObserver.m',
353 'app/webrtc/objctests/RTCPeerConnectionTest.mm', 355 'app/webrtc/objctests/RTCPeerConnectionTest.mm',
354 'app/webrtc/objctests/RTCSessionDescriptionSyncObserver.h', 356 'app/webrtc/objctests/RTCSessionDescriptionSyncObserver.h',
355 'app/webrtc/objctests/RTCSessionDescriptionSyncObserver.m', 357 'app/webrtc/objctests/RTCSessionDescriptionSyncObserver.m',
356 # TODO(fischman): figure out if this works for ios or if it 358 # TODO(fischman): figure out if this works for ios or if it
357 # needs a GUI driver. 359 # needs a GUI driver.
(...skipping 11 matching lines...) Expand all
369 }, 371 },
370 }], 372 }],
371 ], 373 ],
372 }, # target libjingle_peerconnection_objc_test 374 }, # target libjingle_peerconnection_objc_test
373 { 375 {
374 'target_name': 'apprtc_signaling_gunit_test', 376 'target_name': 'apprtc_signaling_gunit_test',
375 'type': 'executable', 377 'type': 'executable',
376 'includes': [ 'build/objc_app.gypi' ], 378 'includes': [ 'build/objc_app.gypi' ],
377 'dependencies': [ 379 'dependencies': [
378 '<(webrtc_root)/base/base_tests.gyp:rtc_base_tests_utils', 380 '<(webrtc_root)/base/base_tests.gyp:rtc_base_tests_utils',
381 '<(webrtc_root)/system_wrappers/system_wrappers.gyp:field_trial_defa ult',
379 '<(DEPTH)/third_party/ocmock/ocmock.gyp:ocmock', 382 '<(DEPTH)/third_party/ocmock/ocmock.gyp:ocmock',
380 '<(webrtc_root)/libjingle_examples.gyp:apprtc_signaling', 383 '<(webrtc_root)/libjingle_examples.gyp:apprtc_signaling',
381 ], 384 ],
382 'sources': [ 385 'sources': [
383 'app/webrtc/objctests/mac/main.mm', 386 'app/webrtc/objctests/mac/main.mm',
384 '<(webrtc_root)/examples/objc/AppRTCDemo/tests/ARDAppClientTest.mm', 387 '<(webrtc_root)/examples/objc/AppRTCDemo/tests/ARDAppClientTest.mm',
385 ], 388 ],
386 'conditions': [ 389 'conditions': [
387 ['OS=="mac"', { 390 ['OS=="mac"', {
388 'xcode_settings': { 391 'xcode_settings': {
(...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after
431 'build/isolate.gypi', 434 'build/isolate.gypi',
432 ], 435 ],
433 'sources': [ 436 'sources': [
434 'libjingle_peerconnection_unittest.isolate', 437 'libjingle_peerconnection_unittest.isolate',
435 ], 438 ],
436 }, 439 },
437 ], 440 ],
438 }], 441 }],
439 ], 442 ],
440 } 443 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698