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

Unified Diff: src/tools/driver/platform_macos.cc

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/tools/driver/platform_linux.cc ('k') | src/tools/flashtool/flashtool.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/tools/driver/platform_macos.cc
diff --git a/src/tools/driver/platform_macos.cc b/src/tools/driver/platform_macos.cc
index 80a961535a9487d9ff8a930d96226429c5cf5489..ac4561ae82fa40c361650cee25f81827882ac60d 100644
--- a/src/tools/driver/platform_macos.cc
+++ b/src/tools/driver/platform_macos.cc
@@ -2,7 +2,7 @@
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE.md file.
-#if defined(FLETCH_TARGET_OS_MACOS)
+#if defined(DARTINO_TARGET_OS_MACOS)
#include <fcntl.h>
#include <mach-o/dyld.h>
@@ -17,7 +17,7 @@
#define MAX_SIGNAL SIGUSR2
-namespace fletch {
+namespace dartino {
static int signal_pipe[] = {-1, -1};
@@ -111,6 +111,6 @@ void Exit(int exit_code) {
UNREACHABLE();
}
-} // namespace fletch
+} // namespace dartino
-#endif // defined(FLETCH_TARGET_OS_MACOS)
+#endif // defined(DARTINO_TARGET_OS_MACOS)
« no previous file with comments | « src/tools/driver/platform_linux.cc ('k') | src/tools/flashtool/flashtool.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698