OLD | NEW |
1 # Copyright 2014 The Chromium Authors. All rights reserved. | 1 # Copyright 2014 The Chromium Authors. All rights reserved. |
2 # Use of this source code is governed by a BSD-style license that can be | 2 # Use of this source code is governed by a BSD-style license that can be |
3 # found in the LICENSE file. | 3 # found in the LICENSE file. |
4 | 4 |
5 { | 5 { |
6 'conditions': [ | 6 'conditions': [ |
7 ['OS=="android"', { | 7 ['OS=="android"', { |
8 'targets': [ | 8 'targets': [ |
9 { | 9 { |
10 'target_name': 'cronet_jni_headers', | 10 'target_name': 'cronet_jni_headers', |
(...skipping 755 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
766 ], | 766 ], |
767 'dependencies': [ | 767 'dependencies': [ |
768 'cronet_version_header', | 768 'cronet_version_header', |
769 '../base/base.gyp:base', | 769 '../base/base.gyp:base', |
770 '../net/net.gyp:net', | 770 '../net/net.gyp:net', |
771 ], | 771 ], |
772 'cflags': [ | 772 'cflags': [ |
773 '-fdata-sections', | 773 '-fdata-sections', |
774 '-ffunction-sections', | 774 '-ffunction-sections', |
775 '-fno-rtti', | 775 '-fno-rtti', |
| 776 '-fvisibility=hidden' |
776 '-fvisibility-inlines-hidden', | 777 '-fvisibility-inlines-hidden', |
777 '-Wno-sign-promo', | 778 '-Wno-sign-promo', |
778 '-Wno-missing-field-initializers', | 779 '-Wno-missing-field-initializers', |
779 ], | 780 ], |
780 'ldflags': [ | 781 'ldflags': [ |
781 '-llog', | 782 '-llog', |
782 '-Wl,--gc-sections', | 783 '-Wl,--gc-sections', |
783 '-Wl,--exclude-libs,ALL' | 784 '-Wl,--exclude-libs,ALL' |
784 ], | 785 ], |
785 }, | 786 }, |
(...skipping 99 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
885 'cronet/ios/test/cronet_bidirectional_stream_test.mm', | 886 'cronet/ios/test/cronet_bidirectional_stream_test.mm', |
886 'cronet/ios/test/cronet_test_runner.mm', | 887 'cronet/ios/test/cronet_test_runner.mm', |
887 ], | 888 ], |
888 }, | 889 }, |
889 ], | 890 ], |
890 }, | 891 }, |
891 ], | 892 ], |
892 }], # OS=="ios" | 893 }], # OS=="ios" |
893 ], | 894 ], |
894 } | 895 } |
OLD | NEW |