| 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 570 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 581 'ifaddrs-android.h', | 581 'ifaddrs-android.h', |
| 582 ], | 582 ], |
| 583 }], | 583 }], |
| 584 ['OS=="ios"', { | 584 ['OS=="ios"', { |
| 585 'sources/': [ | 585 'sources/': [ |
| 586 ['include', 'macconversion.*'], | 586 ['include', 'macconversion.*'], |
| 587 ], | 587 ], |
| 588 'all_dependent_settings': { | 588 'all_dependent_settings': { |
| 589 'xcode_settings': { | 589 'xcode_settings': { |
| 590 'OTHER_LDFLAGS': [ | 590 'OTHER_LDFLAGS': [ |
| 591 '-framework CFNetwork', |
| 591 '-framework Foundation', | 592 '-framework Foundation', |
| 592 '-framework Security', | 593 '-framework Security', |
| 593 '-framework SystemConfiguration', | 594 '-framework SystemConfiguration', |
| 594 '-framework UIKit', | 595 '-framework UIKit', |
| 595 ], | 596 ], |
| 596 }, | 597 }, |
| 597 }, | 598 }, |
| 598 }], | 599 }], |
| 599 ['use_x11 == 1', { | 600 ['use_x11 == 1', { |
| 600 'link_settings': { | 601 'link_settings': { |
| (...skipping 131 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 732 ['OS!="linux" and OS!="android"', { | 733 ['OS!="linux" and OS!="android"', { |
| 733 'sources!': [ | 734 'sources!': [ |
| 734 'linux.cc', | 735 'linux.cc', |
| 735 'linux.h', | 736 'linux.h', |
| 736 ], | 737 ], |
| 737 }], | 738 }], |
| 738 ], | 739 ], |
| 739 }, | 740 }, |
| 740 ], | 741 ], |
| 741 } | 742 } |
| OLD | NEW |