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

Unified Diff: base/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 | « no previous file | build/config/android/rules.gni » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/BUILD.gn
diff --git a/base/BUILD.gn b/base/BUILD.gn
index 7714190534fc23bd8b879ffb3e119916d6c144d3..e6b2c640dc87b3e3baee5a0b7795ebf4ecd0b276 100644
--- a/base/BUILD.gn
+++ b/base/BUILD.gn
@@ -2664,7 +2664,7 @@ if (is_android) {
sources = [
"android/java/templates/BuildConfig.template",
]
- package_name = "org/chromium/base"
+ package_path = "org/chromium/base"
defines = []
if (is_java_debug || dcheck_always_on) {
@@ -2676,7 +2676,7 @@ if (is_android) {
sources = [
"android/java/templates/NativeLibraries.template",
]
- package_name = "org/chromium/base/library_loader"
+ package_path = "org/chromium/base/library_loader"
}
android_library("base_java_unittest_support") {
« no previous file with comments | « no previous file | build/config/android/rules.gni » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698