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

Unified Diff: tools/gn/label.cc

Issue 827643003: make gn label unit tests pass again (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: adjust comment Created 5 years, 11 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 | tools/gn/label_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/gn/label.cc
diff --git a/tools/gn/label.cc b/tools/gn/label.cc
index 11dbae5750fe398e790f97b082cbfcd82528f9a9..095128d81e2014856e9bee4d4e45ebd509f0c162 100644
--- a/tools/gn/label.cc
+++ b/tools/gn/label.cc
@@ -29,7 +29,7 @@ bool ComputeBuildLocationFromDep(const Value& input_value,
const base::StringPiece& input,
SourceDir* result,
Err* err) {
- // No rule, use the current locaton.
+ // No rule, use the current location.
if (input.empty()) {
*result = current_dir;
return true;
« no previous file with comments | « no previous file | tools/gn/label_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698