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

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

Issue 761903003: Update from https://crrev.com/306655 (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 6 years 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 | « net/PRESUBMIT.py ('k') | net/android/java/src/org/chromium/net/NetworkChangeNotifier.java » ('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 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 34 matching lines...) Expand 10 before | Expand all | Expand 10 after
45 "java/NetError.template", 45 "java/NetError.template",
46 ] 46 ]
47 inputs = [ 47 inputs = [
48 "../base/net_error_list.h" 48 "../base/net_error_list.h"
49 ] 49 ]
50 } 50 }
51 51
52 java_cpp_enum("net_android_java_enums_srcjar") { 52 java_cpp_enum("net_android_java_enums_srcjar") {
53 sources = [ 53 sources = [
54 "../base/mime_util.h", 54 "../base/mime_util.h",
55 "../base/network_change_notifier.h",
55 "cert_verify_result_android.h", 56 "cert_verify_result_android.h",
56 "keystore.h" 57 "keystore.h"
57 ] 58 ]
58 outputs = [ 59 outputs = [
59 "org/chromium/net/CertificateMimeType.java", 60 "org/chromium/net/CertificateMimeType.java",
60 "org/chromium/net/CertVerifyStatusAndroid.java", 61 "org/chromium/net/CertVerifyStatusAndroid.java",
62 "org/chromium/net/ConnectionSubtype.java",
63 "org/chromium/net/ConnectionType.java",
61 "org/chromium/net/PrivateKeyType.java", 64 "org/chromium/net/PrivateKeyType.java",
62 ] 65 ]
63 } 66 }
64 67
65 # TODO(GYP) 68 # TODO(GYP)
66 if (false) { 69 if (false) {
67 unittest_apk("net_unittests_apk") { 70 unittest_apk("net_unittests_apk") {
68 deps = [ 71 deps = [
69 ":net_java", 72 ":net_java",
70 ":net_javatests", 73 ":net_javatests",
71 "//net:net_unittests", 74 "//net:net_unittests",
72 ] 75 ]
73 unittests_dep = "//net:net_unittests" 76 unittests_dep = "//net:net_unittests"
74 } 77 }
75 } 78 }
OLDNEW
« no previous file with comments | « net/PRESUBMIT.py ('k') | net/android/java/src/org/chromium/net/NetworkChangeNotifier.java » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698