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

Unified Diff: tools/generate_version_cc.py

Issue 1659163007: Rename fletch -> dartino (Closed) Base URL: https://github.com/dartino/sdk.git@master
Patch Set: address comments Created 4 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 | « tools/fletchc_blaze.dart ('k') | tools/gyp-windows.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/generate_version_cc.py
diff --git a/tools/generate_version_cc.py b/tools/generate_version_cc.py
index 04b4a9c62b0c92c3dd8b6b93207e55918836aa2f..d21ce67f3ba8e5e960fe1d9284f164c86fbb6701 100644
--- a/tools/generate_version_cc.py
+++ b/tools/generate_version_cc.py
@@ -14,14 +14,14 @@ version_cc_template = """\
#include "src/shared/version.h"
-namespace fletch {
+namespace dartino {
extern "C"
const char* GetVersion() {
return "%(version)s";
}
-} // namespace fletch
+} // namespace dartino
""";
« no previous file with comments | « tools/fletchc_blaze.dart ('k') | tools/gyp-windows.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698