| 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 127 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 138 ], | 138 ], |
| 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_dtls', |
| 148 'libjingle.gyp:libjingle_p2p', | 149 'libjingle.gyp:libjingle_p2p', |
| 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', |
| (...skipping 276 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 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 } |
| OLD | NEW |