| 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 211 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 222 'export_dependent_settings': [ | 222 'export_dependent_settings': [ |
| 223 'rtc_base_approved', | 223 'rtc_base_approved', |
| 224 ], | 224 ], |
| 225 'defines': [ | 225 'defines': [ |
| 226 'FEATURE_ENABLE_SSL', | 226 'FEATURE_ENABLE_SSL', |
| 227 'SSL_USE_OPENSSL', | 227 'SSL_USE_OPENSSL', |
| 228 'HAVE_OPENSSL_SSL_H', | 228 'HAVE_OPENSSL_SSL_H', |
| 229 'LOGGING=1', | 229 'LOGGING=1', |
| 230 ], | 230 ], |
| 231 'sources': [ | 231 'sources': [ |
| 232 'applefilesystem.mm', |
| 232 'arraysize.h', | 233 'arraysize.h', |
| 233 'asyncfile.cc', | 234 'asyncfile.cc', |
| 234 'asyncfile.h', | 235 'asyncfile.h', |
| 235 'asyncinvoker.cc', | 236 'asyncinvoker.cc', |
| 236 'asyncinvoker.h', | 237 'asyncinvoker.h', |
| 237 'asyncinvoker-inl.h', | 238 'asyncinvoker-inl.h', |
| 238 'asyncpacketsocket.cc', | 239 'asyncpacketsocket.cc', |
| 239 'asyncpacketsocket.h', | 240 'asyncpacketsocket.h', |
| 240 'asyncresolverinterface.cc', | 241 'asyncresolverinterface.cc', |
| 241 'asyncresolverinterface.h', | 242 'asyncresolverinterface.h', |
| (...skipping 28 matching lines...) Expand all Loading... |
| 270 'helpers.h', | 271 'helpers.h', |
| 271 'httpbase.cc', | 272 'httpbase.cc', |
| 272 'httpbase.h', | 273 'httpbase.h', |
| 273 'httpclient.cc', | 274 'httpclient.cc', |
| 274 'httpclient.h', | 275 'httpclient.h', |
| 275 'httpcommon-inl.h', | 276 'httpcommon-inl.h', |
| 276 'httpcommon.cc', | 277 'httpcommon.cc', |
| 277 'httpcommon.h', | 278 'httpcommon.h', |
| 278 'httprequest.cc', | 279 'httprequest.cc', |
| 279 'httprequest.h', | 280 'httprequest.h', |
| 280 'iosfilesystem.mm', | |
| 281 'ipaddress.cc', | 281 'ipaddress.cc', |
| 282 'ipaddress.h', | 282 'ipaddress.h', |
| 283 'linked_ptr.h', | 283 'linked_ptr.h', |
| 284 'messagedigest.cc', | 284 'messagedigest.cc', |
| 285 'messagedigest.h', | 285 'messagedigest.h', |
| 286 'messagehandler.cc', | 286 'messagehandler.cc', |
| 287 'messagehandler.h', | 287 'messagehandler.h', |
| 288 'messagequeue.cc', | 288 'messagequeue.cc', |
| 289 'messagequeue.h', | 289 'messagequeue.h', |
| 290 'nethelpers.cc', | 290 'nethelpers.cc', |
| (...skipping 305 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 596 'OTHER_LDFLAGS': [ | 596 'OTHER_LDFLAGS': [ |
| 597 '-framework Cocoa', | 597 '-framework Cocoa', |
| 598 '-framework Foundation', | 598 '-framework Foundation', |
| 599 '-framework IOKit', | 599 '-framework IOKit', |
| 600 '-framework Security', | 600 '-framework Security', |
| 601 '-framework SystemConfiguration', | 601 '-framework SystemConfiguration', |
| 602 ], | 602 ], |
| 603 }, | 603 }, |
| 604 }, | 604 }, |
| 605 }, | 605 }, |
| 606 'conditions': [ | |
| 607 ['target_arch=="ia32"', { | |
| 608 'all_dependent_settings': { | |
| 609 'link_settings': { | |
| 610 'xcode_settings': { | |
| 611 'OTHER_LDFLAGS': [ | |
| 612 '-framework Carbon', | |
| 613 ], | |
| 614 }, | |
| 615 }, | |
| 616 }, | |
| 617 }], | |
| 618 ], | |
| 619 }], | 606 }], |
| 620 ['OS=="win" and nacl_untrusted_build==0', { | 607 ['OS=="win" and nacl_untrusted_build==0', { |
| 621 'sources': [ | 608 'sources': [ |
| 622 'win32.cc', | 609 'win32.cc', |
| 623 'win32.h', | 610 'win32.h', |
| 624 'win32filesystem.cc', | 611 'win32filesystem.cc', |
| 625 'win32filesystem.h', | 612 'win32filesystem.h', |
| 626 'win32securityerrors.cc', | 613 'win32securityerrors.cc', |
| 627 'win32window.cc', | 614 'win32window.cc', |
| 628 'win32window.h', | 615 'win32window.h', |
| (...skipping 28 matching lines...) Expand all Loading... |
| 657 'Debug_Base': { | 644 'Debug_Base': { |
| 658 'defines': [ | 645 'defines': [ |
| 659 # Chromium's build/common.gypi defines this for all posix | 646 # Chromium's build/common.gypi defines this for all posix |
| 660 # _except_ for ios & mac. We want it there as well, e.g. | 647 # _except_ for ios & mac. We want it there as well, e.g. |
| 661 # because ASSERT and friends trigger off of it. | 648 # because ASSERT and friends trigger off of it. |
| 662 '_DEBUG', | 649 '_DEBUG', |
| 663 ], | 650 ], |
| 664 }, | 651 }, |
| 665 } | 652 } |
| 666 }], | 653 }], |
| 667 ['OS=="ios" or (OS=="mac" and target_arch!="ia32")', { | |
| 668 'defines': [ | |
| 669 'CARBON_DEPRECATED=YES', | |
| 670 ], | |
| 671 }], | |
| 672 ['OS=="linux" or OS=="android"', { | 654 ['OS=="linux" or OS=="android"', { |
| 673 'sources': [ | 655 'sources': [ |
| 674 'linux.cc', | 656 'linux.cc', |
| 675 'linux.h', | 657 'linux.h', |
| 676 ], | 658 ], |
| 677 }], | 659 }], |
| 678 ['build_ssl==1', { | 660 ['build_ssl==1', { |
| 679 'dependencies': [ | 661 'dependencies': [ |
| 680 '<(DEPTH)/third_party/boringssl/boringssl.gyp:boringssl', | 662 '<(DEPTH)/third_party/boringssl/boringssl.gyp:boringssl', |
| 681 ], | 663 ], |
| 682 }, { | 664 }, { |
| 683 'include_dirs': [ | 665 'include_dirs': [ |
| 684 '<(ssl_root)', | 666 '<(ssl_root)', |
| 685 ], | 667 ], |
| 686 }], | 668 }], |
| 687 ], | 669 ], |
| 688 }, | 670 }, |
| 689 { | 671 { |
| 690 'target_name': 'gtest_prod', | 672 'target_name': 'gtest_prod', |
| 691 'type': 'static_library', | 673 'type': 'static_library', |
| 692 'sources': [ | 674 'sources': [ |
| 693 'gtest_prod_util.h', | 675 'gtest_prod_util.h', |
| 694 ], | 676 ], |
| 695 }, | 677 }, |
| 696 ], | 678 ], |
| 697 } | 679 } |
| OLD | NEW |