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

Unified Diff: tools/gn/ninja_toolchain_writer.h

Issue 283193002: gn: Reuse IsAsciiAlpha() function from base. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 7 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 | « tools/gn/filesystem_utils.cc ('k') | tools/gn/tokenizer.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/gn/ninja_toolchain_writer.h
diff --git a/tools/gn/ninja_toolchain_writer.h b/tools/gn/ninja_toolchain_writer.h
index ff0ebc0fffd8e0803e6f1f58827077906dcf34af..e3e26b0b7d667f27f63e6f2def77c85594e7d143 100644
--- a/tools/gn/ninja_toolchain_writer.h
+++ b/tools/gn/ninja_toolchain_writer.h
@@ -21,7 +21,7 @@ class Toolchain;
class NinjaToolchainWriter {
public:
// Takes the settings for the toolchain, as well as the list of all targets
- // assicoated with the toolchain.
+ // associated with the toolchain.
static bool RunAndWriteFile(const Settings* settings,
const Toolchain* toolchain,
const std::vector<const Target*>& targets);
« no previous file with comments | « tools/gn/filesystem_utils.cc ('k') | tools/gn/tokenizer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698