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

Unified Diff: tools/gn/config_values_extractors.h

Issue 1207903002: Windows precompiled header support in GN (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Scott's grammar nits Created 5 years, 6 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/config_values.h ('k') | tools/gn/config_values_generator.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/gn/config_values_extractors.h
diff --git a/tools/gn/config_values_extractors.h b/tools/gn/config_values_extractors.h
index 4ac284029fbcc06e7aabbb96f127686ba2591e3e..5d248fb4e2402cecc0d257810b195c0594514a1e 100644
--- a/tools/gn/config_values_extractors.h
+++ b/tools/gn/config_values_extractors.h
@@ -25,7 +25,7 @@ struct EscapeOptions;
//
// Example:
// for (ConfigValueIterator iter(target); !iter.done(); iter.Next())
-// DoSomething(iter->cur());
+// DoSomething(iter.cur());
class ConfigValuesIterator {
public:
explicit ConfigValuesIterator(const Target* target)
« no previous file with comments | « tools/gn/config_values.h ('k') | tools/gn/config_values_generator.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698