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 493 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
504 ], | 504 ], |
505 }, | 505 }, |
506 }, { | 506 }, { |
507 'sources!': [ | 507 'sources!': [ |
508 'ifaddrs-android.cc', | 508 'ifaddrs-android.cc', |
509 'ifaddrs-android.h', | 509 'ifaddrs-android.h', |
510 ], | 510 ], |
511 }], | 511 }], |
512 ['OS=="ios"', { | 512 ['OS=="ios"', { |
513 'sources/': [ | 513 'sources/': [ |
514 ['include', 'macconversion.*'], | 514 ['include', 'maccocoathreadhelper.h'], |
| 515 ['include', 'maccocoathreadhelper.mm'], |
| 516 ['include', 'macconversion.cc'], |
| 517 ['include', 'macconversion.h'], |
515 ], | 518 ], |
516 'all_dependent_settings': { | 519 'all_dependent_settings': { |
517 'xcode_settings': { | 520 'xcode_settings': { |
518 'OTHER_LDFLAGS': [ | 521 'OTHER_LDFLAGS': [ |
519 '-framework CFNetwork', | 522 '-framework CFNetwork', |
520 '-framework Foundation', | 523 '-framework Foundation', |
521 '-framework Security', | 524 '-framework Security', |
522 '-framework SystemConfiguration', | 525 '-framework SystemConfiguration', |
523 '-framework UIKit', | 526 '-framework UIKit', |
524 ], | 527 ], |
(...skipping 143 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
668 ], | 671 ], |
669 }, { | 672 }, { |
670 'include_dirs': [ | 673 'include_dirs': [ |
671 '<(ssl_root)', | 674 '<(ssl_root)', |
672 ], | 675 ], |
673 }], | 676 }], |
674 ], | 677 ], |
675 }, | 678 }, |
676 ], | 679 ], |
677 } | 680 } |
OLD | NEW |