Chromium Code Reviews| 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 2e5318bcdb4b5223e01f432493b557e66bd58a75..e1471af853687ecf39501b436fb5a340d4a98313 100644 |
| --- a/tools/vim/chromium.ycm_extra_conf.py |
| +++ b/tools/vim/chromium.ycm_extra_conf.py |
| @@ -84,7 +84,7 @@ def GetNinjaOutputDirectory(chrome_root): |
| The configuration chosen is the one most recently generated/built. Detects |
| a custom output_dir specified by GYP_GENERATOR_FLAGS.""" |
| - output_dir = 'out' |
| + output_dir = 'out_linux' |
|
qsr
2014/09/22 13:01:48
I don't think you want to commit that.
|
| generator_flags = os.getenv('GYP_GENERATOR_FLAGS', '').split(' ') |
| for flag in generator_flags: |
| name_value = flag.split('=', 1) |