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

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

Issue 1297023003: [Android] Roll android_tools to Android M SDK. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 4 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 DEPRECATED_java_in_dir = "java/src" 9 DEPRECATED_java_in_dir = "java/src"
10 deps = [ 10 deps = [
(...skipping 12 matching lines...) Expand all
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 = [ 31 deps = [
32 "//base:base_java", 32 "//base:base_java",
33 "//third_party/android_tools:legacy_http_javalib",
33 ":net_java", 34 ":net_java",
34 ] 35 ]
35 srcjar_deps = [ ":net_java_test_support_enums_srcjar" ] 36 srcjar_deps = [ ":net_java_test_support_enums_srcjar" ]
36 } 37 }
37 38
38 android_library("net_javatests") { 39 android_library("net_javatests") {
39 DEPRECATED_java_in_dir = "javatests/src" 40 DEPRECATED_java_in_dir = "javatests/src"
40 deps = [ 41 deps = [
41 "//base:base_java", 42 "//base:base_java",
42 "//base:base_java_test_support", 43 "//base:base_java_test_support",
(...skipping 51 matching lines...) Expand 10 before | Expand all | Expand 10 after
94 if (false) { 95 if (false) {
95 unittest_apk("net_unittests_apk") { 96 unittest_apk("net_unittests_apk") {
96 deps = [ 97 deps = [
97 ":net_java", 98 ":net_java",
98 ":net_javatests", 99 ":net_javatests",
99 "//net:net_unittests", 100 "//net:net_unittests",
100 ] 101 ]
101 unittests_dep = "//net:net_unittests" 102 unittests_dep = "//net:net_unittests"
102 } 103 }
103 } 104 }
OLDNEW
« no previous file with comments | « build/secondary/third_party/android_tools/BUILD.gn ('k') | net/net.gyp » ('j') | net/net.gyp » ('J')

Powered by Google App Engine
This is Rietveld 408576698