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

Unified 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « components/dom_distiller/core/android/BUILD.gn ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/android/BUILD.gn
diff --git a/net/android/BUILD.gn b/net/android/BUILD.gn
index 8ef0eb7bc91cdb787d0d5cb88c51addb78d14dc5..1bce9a3109d7a89f0299866c621957b35f1bd726 100644
--- a/net/android/BUILD.gn
+++ b/net/android/BUILD.gn
@@ -132,7 +132,7 @@ android_library("net_javatests") {
}
java_cpp_template("net_errors_java") {
- package_name = "org/chromium/net"
+ package_path = "org/chromium/net"
sources = [
"java/NetError.template",
]
« 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