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

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

Issue 2613183002: Revert of Multiprocess test client: Android child process launcher rework. (Closed)
Patch Set: Created 3 years, 11 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 59 matching lines...) Expand 10 before | Expand all | Expand 10 after
70 testonly = true 70 testonly = true
71 sources = [ 71 sources = [
72 "../test/android/net_test_entry_point.cc", 72 "../test/android/net_test_entry_point.cc",
73 "../test/android/net_test_jni_onload.cc", 73 "../test/android/net_test_jni_onload.cc",
74 "../test/android/net_test_jni_onload.h", 74 "../test/android/net_test_jni_onload.h",
75 "../test/embedded_test_server/android/embedded_test_server_android.cc", 75 "../test/embedded_test_server/android/embedded_test_server_android.cc",
76 "../test/embedded_test_server/android/embedded_test_server_android.h", 76 "../test/embedded_test_server/android/embedded_test_server_android.h",
77 ] 77 ]
78 78
79 deps = [ 79 deps = [
80 "//base/test:test_support_main_stub",
81 "//net:test_support", 80 "//net:test_support",
82 ] 81 ]
83 public_deps = [ 82 public_deps = [
84 "//net:net_test_jni_headers", 83 "//net:net_test_jni_headers",
85 ] 84 ]
86 } 85 }
87 86
88 shared_library("net_java_test_native_support") { 87 shared_library("net_java_test_native_support") {
89 testonly = true 88 testonly = true
90 deps = [ 89 deps = [
(...skipping 71 matching lines...) Expand 10 before | Expand all | Expand 10 after
162 java_files = 161 java_files =
163 [ "junit/src/org/chromium/net/HttpNegotiateAuthenticatorTest.java" ] 162 [ "junit/src/org/chromium/net/HttpNegotiateAuthenticatorTest.java" ]
164 deps = [ 163 deps = [
165 ":net_java", 164 ":net_java",
166 "//base:base_java", 165 "//base:base_java",
167 "//base:base_java_test_support", 166 "//base:base_java_test_support",
168 "//third_party/hamcrest:hamcrest_java", 167 "//third_party/hamcrest:hamcrest_java",
169 ] 168 ]
170 srcjar_deps = [ "//base:base_build_config_gen" ] 169 srcjar_deps = [ "//base:base_build_config_gen" ]
171 } 170 }
OLDNEW
« no previous file with comments | « mojo/edk/test/run_all_unittests.cc ('k') | testing/android/native_test/java/AndroidManifest.xml.jinja2 » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698