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

Unified Diff: tools/vim/chromium.ycm_extra_conf.py

Issue 1430673002: Headless demo (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Better javascript Created 5 years, 1 month 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 | « headless/public/web_node.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/vim/chromium.ycm_extra_conf.py
diff --git a/tools/vim/chromium.ycm_extra_conf.py b/tools/vim/chromium.ycm_extra_conf.py
index 01bc2cec210cb7d6091474226d49b81f365e321f..9dc47a921a3ba5901ea4aad4f92ababb6954dd1b 100644
--- a/tools/vim/chromium.ycm_extra_conf.py
+++ b/tools/vim/chromium.ycm_extra_conf.py
@@ -58,9 +58,6 @@ import sys
# Flags from YCM's default config.
_default_flags = [
'-DUSE_CLANG_COMPLETER',
- '-std=c++11',
- '-x',
- 'c++',
]
@@ -247,6 +244,7 @@ def GetClangOptionsFromCommandLine(clang_commandline, out_dir,
(List of Strings) The list of command line flags for this source file. Can
be empty.
"""
+ print clang_commandline, out_dir, additional_flags
clang_flags = [] + additional_flags
# Parse flags that are important for YCM's purposes.
« no previous file with comments | « headless/public/web_node.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698