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

Side by Side Diff: net/android/BUILD.gn

Issue 2363653002: Cleanup unreachable cert adding code (Closed)
Patch Set: Rebased Created 4 years, 2 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
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 import("//build/config/android/config.gni") 5 import("//build/config/android/config.gni")
6 import("//build/config/android/rules.gni") 6 import("//build/config/android/rules.gni")
7 7
8 android_library("net_java") { 8 android_library("net_java") {
9 java_files = [ 9 java_files = [
10 "java/src/org/chromium/net/AndroidCellularSignalStrength.java", 10 "java/src/org/chromium/net/AndroidCellularSignalStrength.java",
(...skipping 125 matching lines...) Expand 10 before | Expand all | Expand 10 after
136 } 136 }
137 137
138 java_cpp_enum("net_java_test_support_enums_srcjar") { 138 java_cpp_enum("net_java_test_support_enums_srcjar") {
139 sources = [ 139 sources = [
140 "../test/url_request/url_request_failed_job.h", 140 "../test/url_request/url_request_failed_job.h",
141 ] 141 ]
142 } 142 }
143 143
144 java_cpp_enum("net_android_java_enums_srcjar") { 144 java_cpp_enum("net_android_java_enums_srcjar") {
145 sources = [ 145 sources = [
146 "../base/mime_util.h",
147 "../base/network_change_notifier.h", 146 "../base/network_change_notifier.h",
148 "cellular_signal_strength.cc", 147 "cellular_signal_strength.cc",
149 "cert_verify_result_android.h", 148 "cert_verify_result_android.h",
150 "keystore.h", 149 "keystore.h",
151 "network_change_notifier_android.cc", 150 "network_change_notifier_android.cc",
152 "traffic_stats.cc", 151 "traffic_stats.cc",
153 ] 152 ]
154 } 153 }
155 154
156 junit_binary("net_junit_tests") { 155 junit_binary("net_junit_tests") {
157 java_files = 156 java_files =
158 [ "junit/src/org/chromium/net/HttpNegotiateAuthenticatorTest.java" ] 157 [ "junit/src/org/chromium/net/HttpNegotiateAuthenticatorTest.java" ]
159 deps = [ 158 deps = [
160 ":net_java", 159 ":net_java",
161 "//base:base_java", 160 "//base:base_java",
162 "//base:base_java_test_support", 161 "//base:base_java_test_support",
163 "//third_party/hamcrest:hamcrest_java", 162 "//third_party/hamcrest:hamcrest_java",
164 ] 163 ]
165 srcjar_deps = [ "//base:base_build_config_gen" ] 164 srcjar_deps = [ "//base:base_build_config_gen" ]
166 } 165 }
OLDNEW
« no previous file with comments | « content/public/browser/content_browser_client.h ('k') | net/android/java/src/org/chromium/net/AndroidNetworkLibrary.java » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698