| OLD | NEW |
| 1 # Copyright 2015 The Chromium Authors. All rights reserved. | 1 # Copyright 2015 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 import("//build/buildflag_header.gni") | 5 import("//build/buildflag_header.gni") |
| 6 import("//build/config/android/config.gni") | 6 import("//build/config/android/config.gni") |
| 7 import("//build/config/android/rules.gni") | 7 import("//build/config/android/rules.gni") |
| 8 import("//build/util/version.gni") | 8 import("//build/util/version.gni") |
| 9 import("//chrome/version.gni") | 9 import("//chrome/version.gni") |
| 10 import("//testing/test.gni") | 10 import("//testing/test.gni") |
| (...skipping 25 matching lines...) Expand all Loading... |
| 36 } | 36 } |
| 37 | 37 |
| 38 java_cpp_enum("net_request_priority_java") { | 38 java_cpp_enum("net_request_priority_java") { |
| 39 sources = [ | 39 sources = [ |
| 40 "//net/base/request_priority.h", | 40 "//net/base/request_priority.h", |
| 41 ] | 41 ] |
| 42 } | 42 } |
| 43 | 43 |
| 44 java_cpp_enum("network_quality_observations_java") { | 44 java_cpp_enum("network_quality_observations_java") { |
| 45 sources = [ | 45 sources = [ |
| 46 "//net/base/network_quality_estimator.h", | 46 "//net/nqe/network_quality_estimator.h", |
| 47 ] | 47 ] |
| 48 } | 48 } |
| 49 | 49 |
| 50 java_cpp_enum("url_request_error_java") { | 50 java_cpp_enum("url_request_error_java") { |
| 51 sources = [ | 51 sources = [ |
| 52 "url_request_error.h", | 52 "url_request_error.h", |
| 53 ] | 53 ] |
| 54 } | 54 } |
| 55 | 55 |
| 56 # This target is a jar file containing classes that Cronet's javadocs | 56 # This target is a jar file containing classes that Cronet's javadocs |
| (...skipping 812 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 869 ":cronet_package_copy_native_lib", | 869 ":cronet_package_copy_native_lib", |
| 870 ":cronet_package_copy_native_lib_unstripped", | 870 ":cronet_package_copy_native_lib_unstripped", |
| 871 ":generate_javadoc", | 871 ":generate_javadoc", |
| 872 ":generate_licenses", | 872 ":generate_licenses", |
| 873 ":jar_cronet_api_source", | 873 ":jar_cronet_api_source", |
| 874 ":jar_cronet_other_source", | 874 ":jar_cronet_other_source", |
| 875 ":jar_cronet_sample_source", | 875 ":jar_cronet_sample_source", |
| 876 ":repackage_extracted_jars", | 876 ":repackage_extracted_jars", |
| 877 ] | 877 ] |
| 878 } | 878 } |
| OLD | NEW |