| 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 25 matching lines...) Expand all Loading... |
| 36 'type': 'none', | 36 'type': 'none', |
| 37 'variables': { | 37 'variables': { |
| 38 'source_file': '../net/base/request_priority.h', | 38 'source_file': '../net/base/request_priority.h', |
| 39 }, | 39 }, |
| 40 'includes': [ '../build/android/java_cpp_enum.gypi' ], | 40 'includes': [ '../build/android/java_cpp_enum.gypi' ], |
| 41 }, | 41 }, |
| 42 { | 42 { |
| 43 'target_name': 'network_quality_observations_java', | 43 'target_name': 'network_quality_observations_java', |
| 44 'type': 'none', | 44 'type': 'none', |
| 45 'variables': { | 45 'variables': { |
| 46 'source_file': '../net/base/network_quality_estimator.h', | 46 'source_file': '../net/nqe/network_quality_estimator.h', |
| 47 }, | 47 }, |
| 48 'includes': [ '../build/android/java_cpp_enum.gypi' ], | 48 'includes': [ '../build/android/java_cpp_enum.gypi' ], |
| 49 }, | 49 }, |
| 50 { | 50 { |
| 51 'target_name': 'url_request_error_java', | 51 'target_name': 'url_request_error_java', |
| 52 'type': 'none', | 52 'type': 'none', |
| 53 'variables': { | 53 'variables': { |
| 54 'source_file': 'cronet/android/url_request_error.h', | 54 'source_file': 'cronet/android/url_request_error.h', |
| 55 }, | 55 }, |
| 56 'includes': [ '../build/android/java_cpp_enum.gypi' ], | 56 'includes': [ '../build/android/java_cpp_enum.gypi' ], |
| (...skipping 828 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 885 'cronet/ios/test/cronet_bidirectional_stream_test.mm', | 885 'cronet/ios/test/cronet_bidirectional_stream_test.mm', |
| 886 'cronet/ios/test/cronet_test_runner.mm', | 886 'cronet/ios/test/cronet_test_runner.mm', |
| 887 ], | 887 ], |
| 888 }, | 888 }, |
| 889 ], | 889 ], |
| 890 }, | 890 }, |
| 891 ], | 891 ], |
| 892 }], # OS=="ios" | 892 }], # OS=="ios" |
| 893 ], | 893 ], |
| 894 } | 894 } |
| OLD | NEW |