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

Unified Diff: components/cronet/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 | « chrome/android/webapk/libs/client/BUILD.gn ('k') | components/dom_distiller/core/android/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/cronet/android/BUILD.gn
diff --git a/components/cronet/android/BUILD.gn b/components/cronet/android/BUILD.gn
index 8628f5942c2176c68afbbcc81c51b117ba6c257e..b51708c0c9cb1caf520d16812366b97b25e987c8 100644
--- a/components/cronet/android/BUILD.gn
+++ b/components/cronet/android/BUILD.gn
@@ -72,7 +72,7 @@ java_cpp_template("load_states_list") {
inputs = [
"//net/base/load_states_list.h",
]
- package_name = "org/chromium/net/impl"
+ package_path = "org/chromium/net/impl"
}
_generated_api_version_java_dir =
« no previous file with comments | « chrome/android/webapk/libs/client/BUILD.gn ('k') | components/dom_distiller/core/android/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698