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

Side by Side Diff: talk/libjingle_tests.gyp

Issue 1269843005: Added DtlsCertificate, a ref counted object owning an SSLIdentity (Closed) Base URL: https://chromium.googlesource.com/external/webrtc.git@master
Patch Set: Trying to get iOS to compile Created 5 years, 4 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 128 matching lines...) Expand 10 before | Expand all | Expand 10 after
139 }], 139 }],
140 ], 140 ],
141 }, # target libjingle_media_unittest 141 }, # target libjingle_media_unittest
142 { 142 {
143 'target_name': 'libjingle_p2p_unittest', 143 'target_name': 'libjingle_p2p_unittest',
144 'type': 'executable', 144 'type': 'executable',
145 'dependencies': [ 145 'dependencies': [
146 '<(webrtc_root)/base/base_tests.gyp:rtc_base_tests_utils', 146 '<(webrtc_root)/base/base_tests.gyp:rtc_base_tests_utils',
147 'libjingle.gyp:libjingle', 147 'libjingle.gyp:libjingle',
148 'libjingle.gyp:libjingle_p2p', 148 'libjingle.gyp:libjingle_p2p',
149 'libjingle.gyp:libjingle_peerconnection',
Henrik Grunell WebRTC 2015/08/12 14:46:30 Seems like libjingle_dtls would be enough?
hbos 2015/08/14 14:09:39 Done. Nice catch.
149 'libjingle_unittest_main', 150 'libjingle_unittest_main',
150 ], 151 ],
151 'include_dirs': [ 152 'include_dirs': [
152 '<(DEPTH)/third_party/libsrtp/srtp', 153 '<(DEPTH)/third_party/libsrtp/srtp',
153 ], 154 ],
154 'sources': [ 155 'sources': [
155 'session/media/bundlefilter_unittest.cc', 156 'session/media/bundlefilter_unittest.cc',
156 'session/media/channel_unittest.cc', 157 'session/media/channel_unittest.cc',
157 'session/media/channelmanager_unittest.cc', 158 'session/media/channelmanager_unittest.cc',
158 'session/media/currentspeakermonitor_unittest.cc', 159 'session/media/currentspeakermonitor_unittest.cc',
(...skipping 275 matching lines...) Expand 10 before | Expand all | Expand 10 after
434 'build/isolate.gypi', 435 'build/isolate.gypi',
435 ], 436 ],
436 'sources': [ 437 'sources': [
437 'libjingle_peerconnection_unittest.isolate', 438 'libjingle_peerconnection_unittest.isolate',
438 ], 439 ],
439 }, 440 },
440 ], 441 ],
441 }], 442 }],
442 ], 443 ],
443 } 444 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698