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 245 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
256 'helpers.h', | 256 'helpers.h', |
257 'httpbase.cc', | 257 'httpbase.cc', |
258 'httpbase.h', | 258 'httpbase.h', |
259 'httpclient.cc', | 259 'httpclient.cc', |
260 'httpclient.h', | 260 'httpclient.h', |
261 'httpcommon-inl.h', | 261 'httpcommon-inl.h', |
262 'httpcommon.cc', | 262 'httpcommon.cc', |
263 'httpcommon.h', | 263 'httpcommon.h', |
264 'httprequest.cc', | 264 'httprequest.cc', |
265 'httprequest.h', | 265 'httprequest.h', |
266 'iosfilesystem.mm', | 266 'applefilesystem.mm', |
magjed_webrtc
2016/09/01 10:18:34
nit: This should be put in alphabetical order.
| |
267 'ipaddress.cc', | 267 'ipaddress.cc', |
268 'ipaddress.h', | 268 'ipaddress.h', |
269 'linked_ptr.h', | 269 'linked_ptr.h', |
270 'messagedigest.cc', | 270 'messagedigest.cc', |
271 'messagedigest.h', | 271 'messagedigest.h', |
272 'messagehandler.cc', | 272 'messagehandler.cc', |
273 'messagehandler.h', | 273 'messagehandler.h', |
274 'messagequeue.cc', | 274 'messagequeue.cc', |
275 'messagequeue.h', | 275 'messagequeue.h', |
276 'nethelpers.cc', | 276 'nethelpers.cc', |
(...skipping 305 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
582 'OTHER_LDFLAGS': [ | 582 'OTHER_LDFLAGS': [ |
583 '-framework Cocoa', | 583 '-framework Cocoa', |
584 '-framework Foundation', | 584 '-framework Foundation', |
585 '-framework IOKit', | 585 '-framework IOKit', |
586 '-framework Security', | 586 '-framework Security', |
587 '-framework SystemConfiguration', | 587 '-framework SystemConfiguration', |
588 ], | 588 ], |
589 }, | 589 }, |
590 }, | 590 }, |
591 }, | 591 }, |
592 'conditions': [ | |
593 ['target_arch=="ia32"', { | |
594 'all_dependent_settings': { | |
595 'link_settings': { | |
596 'xcode_settings': { | |
597 'OTHER_LDFLAGS': [ | |
598 '-framework Carbon', | |
599 ], | |
600 }, | |
601 }, | |
602 }, | |
603 }], | |
604 ], | |
605 }], | 592 }], |
606 ['OS=="win" and nacl_untrusted_build==0', { | 593 ['OS=="win" and nacl_untrusted_build==0', { |
607 'sources': [ | 594 'sources': [ |
608 'win32.cc', | 595 'win32.cc', |
609 'win32.h', | 596 'win32.h', |
610 'win32filesystem.cc', | 597 'win32filesystem.cc', |
611 'win32filesystem.h', | 598 'win32filesystem.h', |
612 'win32securityerrors.cc', | 599 'win32securityerrors.cc', |
613 'win32window.cc', | 600 'win32window.cc', |
614 'win32window.h', | 601 'win32window.h', |
(...skipping 28 matching lines...) Expand all Loading... | |
643 'Debug_Base': { | 630 'Debug_Base': { |
644 'defines': [ | 631 'defines': [ |
645 # Chromium's build/common.gypi defines this for all posix | 632 # Chromium's build/common.gypi defines this for all posix |
646 # _except_ for ios & mac. We want it there as well, e.g. | 633 # _except_ for ios & mac. We want it there as well, e.g. |
647 # because ASSERT and friends trigger off of it. | 634 # because ASSERT and friends trigger off of it. |
648 '_DEBUG', | 635 '_DEBUG', |
649 ], | 636 ], |
650 }, | 637 }, |
651 } | 638 } |
652 }], | 639 }], |
653 ['OS=="ios" or (OS=="mac" and target_arch!="ia32")', { | |
654 'defines': [ | |
655 'CARBON_DEPRECATED=YES', | |
656 ], | |
657 }], | |
658 ['OS=="linux" or OS=="android"', { | 640 ['OS=="linux" or OS=="android"', { |
659 'sources': [ | 641 'sources': [ |
660 'linux.cc', | 642 'linux.cc', |
661 'linux.h', | 643 'linux.h', |
662 ], | 644 ], |
663 }], | 645 }], |
664 ['build_ssl==1', { | 646 ['build_ssl==1', { |
665 'dependencies': [ | 647 'dependencies': [ |
666 '<(DEPTH)/third_party/boringssl/boringssl.gyp:boringssl', | 648 '<(DEPTH)/third_party/boringssl/boringssl.gyp:boringssl', |
667 ], | 649 ], |
668 }, { | 650 }, { |
669 'include_dirs': [ | 651 'include_dirs': [ |
670 '<(ssl_root)', | 652 '<(ssl_root)', |
671 ], | 653 ], |
672 }], | 654 }], |
673 ], | 655 ], |
674 }, | 656 }, |
675 { | 657 { |
676 'target_name': 'gtest_prod', | 658 'target_name': 'gtest_prod', |
677 'type': 'static_library', | 659 'type': 'static_library', |
678 'sources': [ | 660 'sources': [ |
679 'gtest_prod_util.h', | 661 'gtest_prod_util.h', |
680 ], | 662 ], |
681 }, | 663 }, |
682 ], | 664 ], |
683 } | 665 } |
OLD | NEW |