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

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

Issue 549603003: Create Mojo service for locking/unlocking screen orientation. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Response to review, port unittest Created 6 years, 3 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
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)

Powered by Google App Engine
This is Rietveld 408576698