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

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

Issue 2822343002: [Android] Rename package_name in java_cpp_template to package_path. (Closed)
Patch Set: rebase Created 3 years, 8 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
« no previous file with comments | « components/dom_distiller/core/android/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 java_files = [ 9 java_files = [
10 "java/src/org/chromium/net/AndroidCellularSignalStrength.java", 10 "java/src/org/chromium/net/AndroidCellularSignalStrength.java",
(...skipping 114 matching lines...) Expand 10 before | Expand all | Expand 10 after
125 ":net_java_test_support", 125 ":net_java_test_support",
126 "//base:base_java", 126 "//base:base_java",
127 "//base:base_java_test_support", 127 "//base:base_java_test_support",
128 "//third_party/android_support_test_runner:rules_java", 128 "//third_party/android_support_test_runner:rules_java",
129 "//third_party/android_support_test_runner:runner_java", 129 "//third_party/android_support_test_runner:runner_java",
130 "//third_party/junit", 130 "//third_party/junit",
131 ] 131 ]
132 } 132 }
133 133
134 java_cpp_template("net_errors_java") { 134 java_cpp_template("net_errors_java") {
135 package_name = "org/chromium/net" 135 package_path = "org/chromium/net"
136 sources = [ 136 sources = [
137 "java/NetError.template", 137 "java/NetError.template",
138 ] 138 ]
139 inputs = [ 139 inputs = [
140 "../base/net_error_list.h", 140 "../base/net_error_list.h",
141 ] 141 ]
142 } 142 }
143 143
144 java_cpp_enum("net_java_test_support_enums_srcjar") { 144 java_cpp_enum("net_java_test_support_enums_srcjar") {
145 sources = [ 145 sources = [
(...skipping 16 matching lines...) Expand all
162 java_files = 162 java_files =
163 [ "junit/src/org/chromium/net/HttpNegotiateAuthenticatorTest.java" ] 163 [ "junit/src/org/chromium/net/HttpNegotiateAuthenticatorTest.java" ]
164 deps = [ 164 deps = [
165 ":net_java", 165 ":net_java",
166 "//base:base_java", 166 "//base:base_java",
167 "//base:base_java_test_support", 167 "//base:base_java_test_support",
168 "//third_party/hamcrest:hamcrest_java", 168 "//third_party/hamcrest:hamcrest_java",
169 ] 169 ]
170 srcjar_deps = [ "//base:base_build_config_gen" ] 170 srcjar_deps = [ "//base:base_build_config_gen" ]
171 } 171 }
OLDNEW
« no previous file with comments | « components/dom_distiller/core/android/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698