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

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

Issue 1853803002: Fix typo in comment: target_out_dir/bin -> root_build_dir/bin (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 9 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 | no next file » | 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 b974baf1b73465cc55f157006927eaa754423565..14896fcdafc251a01d29007383eaba9398e1b221 100644
--- a/build/config/android/rules.gni
+++ b/build/config/android/rules.gni
@@ -906,7 +906,7 @@ template("java_strings_grd_prebuilt") {
# enable_errorprone: If true, enables the errorprone compiler.
# enable_incremental_javac: Overrides the global enable_incremental_javac.
# main_class: When specified, a wrapper script is created within
-# $target_out_dir/bin to launch the binary with the given class as the
+# $root_build_dir/bin to launch the binary with the given class as the
# entrypoint.
# wrapper_script_args: List of additional arguments for the wrapper script.
#
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698