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

Unified Diff: build/config/android/rules.gni

Issue 1310733002: Remove arbitrary references to ChromeShell in comments. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 4 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
Index: build/config/android/rules.gni
diff --git a/build/config/android/rules.gni b/build/config/android/rules.gni
index f627e43699ec53c375921868f619e07dd789f2cf..2a945c397e6648893960c6b067e064a2b7facf18 100644
--- a/build/config/android/rules.gni
+++ b/build/config/android/rules.gni
@@ -427,8 +427,8 @@ template("java_cpp_enum") {
# processing environment, e.g. ["name=foo", "color=red"].
#
# Example
-# jinja_template("chrome_shell_manifest") {
-# input = "shell/java/AndroidManifest.xml"
+# jinja_template("chrome_public_manifest") {
+# input = "java/AndroidManifest.xml"
# output = "$target_gen_dir/AndroidManifest.xml"
# }
template("jinja_template") {
@@ -487,9 +487,9 @@ template("jinja_template") {
# processing environment, e.g. ["name=foo", "color=red"].
#
# Example
-# jinja_template_resources("chrome_shell_template_resources") {
-# res_dir = "shell/res_template"
-# resources = ["shell/res_template/xml/syncable.xml"]
+# jinja_template_resources("chrome_public_template_resources") {
+# res_dir = "res_template"
+# resources = ["res_template/xml/syncable.xml"]
# variables = ["color=red"]
# }
template("jinja_template_resources") {

Powered by Google App Engine
This is Rietveld 408576698