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

Unified Diff: tools/gn/tutorial/say_hello.cc

Issue 1259763004: Clean up some typos in GN quick start page. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: remove tutorial file Created 5 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 | « tools/gn/docs/quick_start.md ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/gn/tutorial/say_hello.cc
diff --git a/tools/gn/tutorial/say_hello.cc b/tools/gn/tutorial/say_hello.cc
index 074b8b8f17f24d3668d72b5b4379fd3854aa9233..d8092bd4daebeff13fed17e8b5ecc7c272f67fcf 100644
--- a/tools/gn/tutorial/say_hello.cc
+++ b/tools/gn/tutorial/say_hello.cc
@@ -6,9 +6,9 @@
int main() {
#if defined(TWO_PEOPLE)
- Hello("Bill", "Ted");
+ Hello("Bill", "Joy");
Nico 2015/07/30 22:42:51 lgtm++
#else
- Hello("you guys");
+ Hello("everyone");
#endif
return 0;
}
« no previous file with comments | « tools/gn/docs/quick_start.md ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698