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

Unified Diff: build/android/jinja_template.gypi

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/android/jinja_template.gypi
diff --git a/build/android/jinja_template.gypi b/build/android/jinja_template.gypi
index 9c49360dc6ef0ebe880f4d34350db7ef94f16dd7..7fcddd6d67cb777b51cae297a8ebd560054ec7c0 100644
--- a/build/android/jinja_template.gypi
+++ b/build/android/jinja_template.gypi
@@ -8,12 +8,12 @@
# To process a single template file, create a gyp target with the following
# form:
# {
-# 'target_name': 'chrome_shell_manifest',
+# 'target_name': 'chrome_public_manifest',
# 'type': 'none',
# 'variables': {
-# 'jinja_inputs': ['android/shell/java/AndroidManifest.xml'],
-# 'jinja_output': '<(SHARED_INTERMEDIATE_DIR)/chrome_shell_manifest/AndroidManifest.xml',
-# 'jinja_variables': ['app_name=ChromeShell'],
+# 'jinja_inputs': ['android/java/AndroidManifest.xml'],
+# 'jinja_output': '<(SHARED_INTERMEDIATE_DIR)/chrome_public_manifest/AndroidManifest.xml',
+# 'jinja_variables': ['app_name=ChromePublic'],
# },
# 'includes': [ '../build/android/jinja_template.gypi' ],
# },
@@ -24,13 +24,13 @@
# 'target_name': 'chrome_template_resources',
# 'type': 'none',
# 'variables': {
-# 'jinja_inputs_base_dir': 'android/shell/java/res_template',
+# 'jinja_inputs_base_dir': 'android/java/res_template',
# 'jinja_inputs': [
# '<(jinja_inputs_base_dir)/xml/searchable.xml',
# '<(jinja_inputs_base_dir)/xml/syncadapter.xml',
# ],
# 'jinja_outputs_zip': '<(PRODUCT_DIR)/res.java/<(_target_name).zip',
-# 'jinja_variables': ['app_name=ChromeShell'],
+# 'jinja_variables': ['app_name=ChromePublic'],
# },
# 'includes': [ '../build/android/jinja_template.gypi' ],
# },

Powered by Google App Engine
This is Rietveld 408576698