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

Unified Diff: chrome/BUILD.gn

Issue 2159763002: Fix typos in comments. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/BUILD.gn
diff --git a/chrome/BUILD.gn b/chrome/BUILD.gn
index b2d01f34dc370be2638fee9ea3f06599e0b8276b..926b27743faedb1ff50b595e2245c869d14c3845 100644
--- a/chrome/BUILD.gn
+++ b/chrome/BUILD.gn
@@ -1071,7 +1071,7 @@ if (is_win) {
"$root_out_dir/{{source_file_part}}-$chrome_version_full.breakpad",
]
- # Use an aboslute path to dump_syms in case a user has it in their path.
+ # Use an absolute path to dump_syms in case a user has it in their path.
args = rebase_path(outputs, root_out_dir) + [
rebase_path("$root_out_dir/dump_syms"),
"-g",
@@ -1094,8 +1094,8 @@ if (is_win) {
script = "//chrome/tools/build/mac/archive_symbols.py"
# These are the dSYMs that will be archived. The sources list must be
- # are the target outputs that correspond to the dSYMs (since a dSYM is
- # a directory it cannot be listed as a source file). The targets that
+ # the target outputs that correspond to the dSYMs (since a dSYM is a
+ # directory it cannot be listed as a source file). The targets that
# generate both the dSYM and binary image are listed in deps.
_dsyms = [
"$root_out_dir/$chrome_framework_name.dSYM",
« 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