| 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 743 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 754 'type': 'static_library', | 754 'type': 'static_library', |
| 755 'sources': [ | 755 'sources': [ |
| 756 'cronet/ios/Cronet.h', | 756 'cronet/ios/Cronet.h', |
| 757 'cronet/ios/Cronet.mm', | 757 'cronet/ios/Cronet.mm', |
| 758 'cronet/ios/cronet_bidirectional_stream.h', | 758 'cronet/ios/cronet_bidirectional_stream.h', |
| 759 'cronet/ios/cronet_bidirectional_stream.cc', | 759 'cronet/ios/cronet_bidirectional_stream.cc', |
| 760 'cronet/ios/cronet_c_for_grpc.h', | 760 'cronet/ios/cronet_c_for_grpc.h', |
| 761 'cronet/ios/cronet_c_for_grpc.cc', | 761 'cronet/ios/cronet_c_for_grpc.cc', |
| 762 'cronet/ios/cronet_environment.cc', | 762 'cronet/ios/cronet_environment.cc', |
| 763 'cronet/ios/cronet_environment.h', | 763 'cronet/ios/cronet_environment.h', |
| 764 'cronet/stale_host_resolver.cc', |
| 765 'cronet/stale_host_resolver.h', |
| 764 'cronet/url_request_context_config.cc', | 766 'cronet/url_request_context_config.cc', |
| 765 'cronet/url_request_context_config.h', | 767 'cronet/url_request_context_config.h', |
| 766 ], | 768 ], |
| 767 'dependencies': [ | 769 'dependencies': [ |
| 768 'cronet_version_header', | 770 'cronet_version_header', |
| 769 '../base/base.gyp:base', | 771 '../base/base.gyp:base', |
| 770 '../net/net.gyp:net', | 772 '../net/net.gyp:net', |
| 771 ], | 773 ], |
| 772 'cflags': [ | 774 'cflags': [ |
| 773 '-fdata-sections', | 775 '-fdata-sections', |
| (...skipping 158 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 932 'cronet/ios/test/cronet_bidirectional_stream_test.mm', | 934 'cronet/ios/test/cronet_bidirectional_stream_test.mm', |
| 933 'cronet/ios/test/cronet_test_runner.mm', | 935 'cronet/ios/test/cronet_test_runner.mm', |
| 934 ], | 936 ], |
| 935 }, | 937 }, |
| 936 ], | 938 ], |
| 937 }, | 939 }, |
| 938 ], | 940 ], |
| 939 }], # OS=="ios" | 941 }], # OS=="ios" |
| 940 ], | 942 ], |
| 941 } | 943 } |
| OLD | NEW |