Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(862)

Side by Side Diff: components/cronet.gypi

Issue 1915683002: Export only Cronet API symbols and hide all others. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Canceled auto-formatting Created 4 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | components/cronet/ios/Cronet.h » ('j') | components/cronet/ios/Cronet.h » ('J')
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
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
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 }
OLDNEW
« no previous file with comments | « no previous file | components/cronet/ios/Cronet.h » ('j') | components/cronet/ios/Cronet.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698