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

Issue 12231005: Add a YouCompleteMe config for Chromium. (Closed)

Created:
7 years, 10 months ago by James Simonsen
Modified:
7 years, 10 months ago
Reviewers:
jamesr, Nico, jamesr1
CC:
chromium-reviews, Nico
Visibility:
Public.

Description

Add a YouCompleteMe config for Chromium. BUG=None Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=180827

Patch Set 1 #

Total comments: 3

Patch Set 2 : Query ninja directly about the source file #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+157 lines, -0 lines) Patch
A tools/vim/chromium.ycm_extra_conf.py View 1 1 chunk +157 lines, -0 lines 1 comment Download

Messages

Total messages: 12 (0 generated)
James Simonsen
Try this out and let me know if it works for you.
7 years, 10 months ago (2013-02-05 20:27:57 UTC) #1
jamesr
https://codereview.chromium.org/12231005/diff/1/tools/vim/chromium.ycm_extra_conf.py File tools/vim/chromium.ycm_extra_conf.py (right): https://codereview.chromium.org/12231005/diff/1/tools/vim/chromium.ycm_extra_conf.py#newcode107 tools/vim/chromium.ycm_extra_conf.py:107: for name in os.listdir(out_dir): This won't work for files ...
7 years, 10 months ago (2013-02-05 21:15:53 UTC) #2
James Simonsen
On 2013/02/05 21:15:53, jamesr wrote: > https://codereview.chromium.org/12231005/diff/1/tools/vim/chromium.ycm_extra_conf.py > File tools/vim/chromium.ycm_extra_conf.py (right): > > https://codereview.chromium.org/12231005/diff/1/tools/vim/chromium.ycm_extra_conf.py#newcode107 > ...
7 years, 10 months ago (2013-02-05 21:20:38 UTC) #3
jamesr
https://codereview.chromium.org/12231005/diff/1/tools/vim/chromium.ycm_extra_conf.py File tools/vim/chromium.ycm_extra_conf.py (right): https://codereview.chromium.org/12231005/diff/1/tools/vim/chromium.ycm_extra_conf.py#newcode107 tools/vim/chromium.ycm_extra_conf.py:107: for name in os.listdir(out_dir): On 2013/02/05 21:15:53, jamesr wrote: ...
7 years, 10 months ago (2013-02-05 21:26:06 UTC) #4
Nico
Neat! You probably need at least the -W flags too. And -isysroot on mac. Longer ...
7 years, 10 months ago (2013-02-05 21:26:15 UTC) #5
jamesr
lgtm for this as a start. I have some other fixes in mind, but we ...
7 years, 10 months ago (2013-02-05 23:08:48 UTC) #6
Nico
(please address my file.cc^ comment above before landing.) On Tue, Feb 5, 2013 at 3:08 ...
7 years, 10 months ago (2013-02-05 23:11:25 UTC) #7
James Simonsen
On 2013/02/05 23:11:25, Nico wrote: > (please address my file.cc^ comment above before landing.) I'm ...
7 years, 10 months ago (2013-02-05 23:33:16 UTC) #8
jamesr1
On Tue, Feb 5, 2013 at 3:33 PM, <simonjam@chromium.org> wrote: > On 2013/02/05 23:11:25, Nico ...
7 years, 10 months ago (2013-02-05 23:35:42 UTC) #9
James Simonsen
Thanks that was it. Fixed and landed. Please send out your fixes. I'll incorporate the ...
7 years, 10 months ago (2013-02-05 23:46:46 UTC) #10
James Simonsen
Thanks that was it. Fixed and landed. Please send out your fixes. I'll incorporate the ...
7 years, 10 months ago (2013-02-05 23:46:46 UTC) #11
Nico
7 years, 10 months ago (2013-02-05 23:48:50 UTC) #12
Message was sent while issue was closed.
https://codereview.chromium.org/12231005/diff/9001/tools/vim/chromium.ycm_ext...
File tools/vim/chromium.ycm_extra_conf.py (right):

https://codereview.chromium.org/12231005/diff/9001/tools/vim/chromium.ycm_ext...
tools/vim/chromium.ycm_extra_conf.py:74: return os.path.join(curdir, 'src')
Something like this is in ninja_build.vim too. Maybe we can share that somehow?

Powered by Google App Engine
This is Rietveld 408576698