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

Unified Diff: src/shared/flags.h

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 | « src/shared/dartino.cc ('k') | src/shared/flags.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/shared/flags.h
diff --git a/src/shared/flags.h b/src/shared/flags.h
index ca772dda4379b543bdee3031fb0769ab090cef47..c20449182bf7f4e29fc7f39d27b2ce864e82b1c6 100644
--- a/src/shared/flags.h
+++ b/src/shared/flags.h
@@ -8,7 +8,7 @@
#include "src/shared/assert.h"
#include "src/shared/globals.h"
-namespace fletch {
+namespace dartino {
// Flags provide access to commmand line flags.
//
@@ -48,7 +48,7 @@ namespace fletch {
FLAG_CSTRING(release, filter, NULL, "Filter string for unit testing") \
FLAG_BOOLEAN(release, tick_sampler, false, \
"Collect execution time sampels of the entire VM") \
- FLAG_CSTRING(release, tick_file, "fletch.ticks", \
+ FLAG_CSTRING(release, tick_file, "dartino.ticks", \
"Write tick samples in this file") \
/* Temporary compiler flags */ \
FLAG_BOOLEAN(release, trace_compiler, false, "") \
@@ -76,6 +76,6 @@ class Flags {
static char* executable_;
};
-} // namespace fletch
+} // namespace dartino
#endif // SRC_SHARED_FLAGS_H_
« no previous file with comments | « src/shared/dartino.cc ('k') | src/shared/flags.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698