| OLD | NEW |
| 1 # Copyright (c) 2014 The WebRTC project authors. All Rights Reserved. | 1 # Copyright (c) 2014 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 { | 9 { |
| 10 'includes': [ '../build/common.gypi', ], | 10 'includes': [ '../build/common.gypi', ], |
| (...skipping 53 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 64 'base/transportdescription.cc', | 64 'base/transportdescription.cc', |
| 65 'base/transportdescription.h', | 65 'base/transportdescription.h', |
| 66 'base/transportdescriptionfactory.cc', | 66 'base/transportdescriptionfactory.cc', |
| 67 'base/transportdescriptionfactory.h', | 67 'base/transportdescriptionfactory.h', |
| 68 'base/transportinfo.h', | 68 'base/transportinfo.h', |
| 69 'base/turnport.cc', | 69 'base/turnport.cc', |
| 70 'base/turnport.h', | 70 'base/turnport.h', |
| 71 'base/udpport.h', | 71 'base/udpport.h', |
| 72 'client/basicportallocator.cc', | 72 'client/basicportallocator.cc', |
| 73 'client/basicportallocator.h', | 73 'client/basicportallocator.h', |
| 74 'client/httpportallocator.cc', | |
| 75 'client/httpportallocator.h', | |
| 76 'client/socketmonitor.cc', | 74 'client/socketmonitor.cc', |
| 77 'client/socketmonitor.h', | 75 'client/socketmonitor.h', |
| 78 ], | 76 ], |
| 79 'direct_dependent_settings': { | 77 'direct_dependent_settings': { |
| 80 'defines': [ | 78 'defines': [ |
| 81 'FEATURE_ENABLE_VOICEMAIL', | 79 'FEATURE_ENABLE_VOICEMAIL', |
| 82 ], | 80 ], |
| 83 }, | 81 }, |
| 84 'conditions': [ | 82 'conditions': [ |
| 85 ['build_with_chromium==0', { | 83 ['build_with_chromium==0', { |
| (...skipping 50 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 136 'libstunprober', | 134 'libstunprober', |
| 137 'rtc_p2p' | 135 'rtc_p2p' |
| 138 ], | 136 ], |
| 139 'sources': [ | 137 'sources': [ |
| 140 'stunprober/main.cc', | 138 'stunprober/main.cc', |
| 141 ], | 139 ], |
| 142 }, | 140 }, |
| 143 ], # targets | 141 ], # targets |
| 144 } | 142 } |
| 145 | 143 |
| OLD | NEW |