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

Side by Side Diff: components/cronet/android/BUILD.gn

Issue 1898603002: Move Network Quality Estimator files to //net/nqe (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebased, removed //net/socket/OWNERS Created 4 years, 7 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 | « components/cronet.gypi ('k') | components/cronet/android/cronet_url_request_context_adapter.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
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
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 }
OLDNEW
« no previous file with comments | « components/cronet.gypi ('k') | components/cronet/android/cronet_url_request_context_adapter.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698