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

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

Issue 419053002: Miscellaneous GN updates. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 5 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 | « ash/BUILD.gn ('k') | chrome/browser/ui/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/config/android/rules.gni
diff --git a/build/config/android/rules.gni b/build/config/android/rules.gni
index c6b7cc1a87f2fbeb09b30a2637c97fb57832e71d..deb3e78910cf29fd52823f414c054d413fda5359 100644
--- a/build/config/android/rules.gni
+++ b/build/config/android/rules.gni
@@ -362,7 +362,6 @@ template("java_strings_grd") {
"-E", "ANDROID_JAVA_TAGGED_ONLY=false",
]
output_dir = grit_output_dir
- print("output_dir", output_dir)
resource_ids = ""
source = invoker.grd_file
outputs = invoker.outputs
@@ -371,7 +370,6 @@ template("java_strings_grd") {
# This needs to get outputs from grit's internal target, not the final
# source_set.
generate_strings_outputs = get_target_outputs(":${grit_target_name}_grit")
- print("gen outputs", generate_strings_outputs)
zip("${target_name}__zip") {
base_dir = grit_output_dir
« no previous file with comments | « ash/BUILD.gn ('k') | chrome/browser/ui/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698