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

Unified Diff: chrome/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 | « build/config/android/rules.gni ('k') | chrome/android/webapk/libs/client/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/android/BUILD.gn
diff --git a/chrome/android/BUILD.gn b/chrome/android/BUILD.gn
index cfb412eb9a0374d97e4e0d96e7531717f08a628f..c2b244d3f7081ebd8c6a97f955fa940bb71fc89a 100644
--- a/chrome/android/BUILD.gn
+++ b/chrome/android/BUILD.gn
@@ -326,7 +326,7 @@ java_cpp_template("resource_id_javagen") {
sources = [
"java/ResourceId.template",
]
- package_name = "org/chromium/chrome/browser"
+ package_path = "org/chromium/chrome/browser"
inputs = [
"../browser/android/resource_id.h",
]
« no previous file with comments | « build/config/android/rules.gni ('k') | chrome/android/webapk/libs/client/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698