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

Unified Diff: .ycm_extra_conf.py

Issue 1659163007: Rename fletch -> dartino (Closed) Base URL: https://github.com/dartino/sdk.git@master
Patch Set: 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 | « .packages ('k') | AUTHORS » ('j') | DEPS » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: .ycm_extra_conf.py
diff --git a/.ycm_extra_conf.py b/.ycm_extra_conf.py
index c6d46d551330313d35f2c51f47076f8905d4913e..e2c2cbec206593dc3710af03d890c6a912069a90 100644
--- a/.ycm_extra_conf.py
+++ b/.ycm_extra_conf.py
@@ -31,7 +31,7 @@
# For more information, please refer to <http://unlicense.org/>
-# NOTE(fletch-vim-users):
+# NOTE(dartino-vim-users):
#
# This file can be generated by
# * Using the YCME Generator [0]
@@ -47,13 +47,13 @@ import ycm_core
global_flags = [
'-DDEBUG',
- '-DFLETCH32',
- '-DFLETCH64',
- '-DFLETCH_ASAN',
- '-DFLETCH_CLANG',
- '-DFLETCH_TARGET_IA32',
- '-DFLETCH_TARGET_X64',
- '-DFLETCH_TARGET_OS_POSIX',
+ '-DDARTINO32',
+ '-DDARTINO64',
+ '-DDARTINO_ASAN',
+ '-DDARTINO_CLANG',
+ '-DDARTINO_TARGET_IA32',
+ '-DDARTINO_TARGET_X64',
+ '-DDARTINO_TARGET_OS_POSIX',
'-DNDEBUG',
'-DTESTING',
'-I.',
« no previous file with comments | « .packages ('k') | AUTHORS » ('j') | DEPS » ('J')

Powered by Google App Engine
This is Rietveld 408576698