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

Unified Diff: components/dom_distiller/core/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/cronet/android/BUILD.gn ('k') | net/android/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/dom_distiller/core/android/BUILD.gn
diff --git a/components/dom_distiller/core/android/BUILD.gn b/components/dom_distiller/core/android/BUILD.gn
index 658408dd87abd904afa368c366e3d59eeaa59954..534a3bf5f02fb81d6021b7db054b747382533de6 100644
--- a/components/dom_distiller/core/android/BUILD.gn
+++ b/components/dom_distiller/core/android/BUILD.gn
@@ -21,7 +21,7 @@ android_library("dom_distiller_core_java") {
}
java_cpp_template("dom_distiller_core_font_family_javagen") {
- package_name = "org/chromium/components/dom_distiller/core"
+ package_path = "org/chromium/components/dom_distiller/core"
sources = [
"java/src/org/chromium/components/dom_distiller/core/FontFamily.template",
]
@@ -31,7 +31,7 @@ java_cpp_template("dom_distiller_core_font_family_javagen") {
}
java_cpp_template("dom_distiller_core_theme_javagen") {
- package_name = "org/chromium/components/dom_distiller/core"
+ package_path = "org/chromium/components/dom_distiller/core"
sources = [
"java/src/org/chromium/components/dom_distiller/core/Theme.template",
]
« no previous file with comments | « components/cronet/android/BUILD.gn ('k') | net/android/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698