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

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

Issue 1127233005: Don't include tested apks resources in test apk (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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
« build/android/gyp/jar.py ('K') | « net/BUILD.gn ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 DEPRECATED_java_in_dir = "java/src" 9 DEPRECATED_java_in_dir = "java/src"
10 deps = [ 10 deps = [
(...skipping 10 matching lines...) Expand all
21 interface_file = 21 interface_file =
22 "java/src/org/chromium/net/IRemoteAndroidKeyStoreInterface.aidl" 22 "java/src/org/chromium/net/IRemoteAndroidKeyStoreInterface.aidl"
23 sources = [ 23 sources = [
24 "java/src/org/chromium/net/IRemoteAndroidKeyStore.aidl", 24 "java/src/org/chromium/net/IRemoteAndroidKeyStore.aidl",
25 "java/src/org/chromium/net/IRemoteAndroidKeyStoreCallbacks.aidl", 25 "java/src/org/chromium/net/IRemoteAndroidKeyStoreCallbacks.aidl",
26 ] 26 ]
27 } 27 }
28 28
29 android_library("net_java_test_support") { 29 android_library("net_java_test_support") {
30 DEPRECATED_java_in_dir = "../test/android/javatests/src" 30 DEPRECATED_java_in_dir = "../test/android/javatests/src"
31 deps = [
32 "//base:base_java",
33 ]
31 srcjar_deps = [ ":net_java_test_support_enums_srcjar" ] 34 srcjar_deps = [ ":net_java_test_support_enums_srcjar" ]
32 } 35 }
33 36
34 android_library("net_javatests") { 37 android_library("net_javatests") {
35 DEPRECATED_java_in_dir = "javatests/src" 38 DEPRECATED_java_in_dir = "javatests/src"
36 deps = [ 39 deps = [
37 "//base:base_java", 40 "//base:base_java",
38 "//base:base_java_test_support", 41 "//base:base_java_test_support",
39 ":net_java", 42 ":net_java",
40 ] 43 ]
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after
79 if (false) { 82 if (false) {
80 unittest_apk("net_unittests_apk") { 83 unittest_apk("net_unittests_apk") {
81 deps = [ 84 deps = [
82 ":net_java", 85 ":net_java",
83 ":net_javatests", 86 ":net_javatests",
84 "//net:net_unittests", 87 "//net:net_unittests",
85 ] 88 ]
86 unittests_dep = "//net:net_unittests" 89 unittests_dep = "//net:net_unittests"
87 } 90 }
88 } 91 }
OLDNEW
« build/android/gyp/jar.py ('K') | « net/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698