| 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 214 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 225 '<(webrtc_root)/common.gyp:webrtc_common', | 225 '<(webrtc_root)/common.gyp:webrtc_common', |
| 226 'rtc_base_approved', | 226 'rtc_base_approved', |
| 227 ], | 227 ], |
| 228 'export_dependent_settings': [ | 228 'export_dependent_settings': [ |
| 229 'rtc_base_approved', | 229 'rtc_base_approved', |
| 230 ], | 230 ], |
| 231 'defines': [ | 231 'defines': [ |
| 232 'FEATURE_ENABLE_SSL', | 232 'FEATURE_ENABLE_SSL', |
| 233 'SSL_USE_OPENSSL', | 233 'SSL_USE_OPENSSL', |
| 234 'HAVE_OPENSSL_SSL_H', | 234 'HAVE_OPENSSL_SSL_H', |
| 235 'LOGGING=1', |
| 235 ], | 236 ], |
| 236 'sources': [ | 237 'sources': [ |
| 237 'applefilesystem.mm', | 238 'applefilesystem.mm', |
| 238 'asyncfile.cc', | 239 'asyncfile.cc', |
| 239 'asyncfile.h', | 240 'asyncfile.h', |
| 240 'asyncinvoker.cc', | 241 'asyncinvoker.cc', |
| 241 'asyncinvoker.h', | 242 'asyncinvoker.h', |
| 242 'asyncinvoker-inl.h', | 243 'asyncinvoker-inl.h', |
| 243 'asyncpacketsocket.cc', | 244 'asyncpacketsocket.cc', |
| 244 'asyncpacketsocket.h', | 245 'asyncpacketsocket.h', |
| (...skipping 401 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 646 }, | 647 }, |
| 647 { | 648 { |
| 648 'target_name': 'gtest_prod', | 649 'target_name': 'gtest_prod', |
| 649 'type': 'static_library', | 650 'type': 'static_library', |
| 650 'sources': [ | 651 'sources': [ |
| 651 'gtest_prod_util.h', | 652 'gtest_prod_util.h', |
| 652 ], | 653 ], |
| 653 }, | 654 }, |
| 654 ], | 655 ], |
| 655 } | 656 } |
| OLD | NEW |