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

Unified Diff: docs/linux_sublime_dev.md

Issue 2129993002: [SublimeText] Get the clang flags with the same script that vim uses (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 5 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 | « no previous file | tools/sublime/compile_flags.py » ('j') | tools/sublime/compile_flags.py » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: docs/linux_sublime_dev.md
diff --git a/docs/linux_sublime_dev.md b/docs/linux_sublime_dev.md
index dc12dbcc223b674b1e7dc68a25d74563da27f85f..a86ec7738c18bf5dbf7e7d2a6d622fb8e1b7abb1 100644
--- a/docs/linux_sublime_dev.md
+++ b/docs/linux_sublime_dev.md
@@ -286,7 +286,7 @@ page](https://github.com/quarnster/SublimeClang).
```
1. Edit your project file `Project > Edit Project` to call the script above
- (replace `out/Debug` with your out directory):
+ (replace the path to depot_tools with your depot_tools directory):
```
{
@@ -300,7 +300,7 @@ page](https://github.com/quarnster/SublimeClang).
[
"-Wno-attributes",
],
- "sublimeclang_options_script": "python ${project_path}/src/tools/sublime/ninja_options_script.py ${project_path}/src ${project_path}/src/out/Debug",
+ "sublimeclang_options_script": "python ${project_path}/src/tools/sublime/compile_flags.py -d '${project_path}/../depot_tools'",
sashab 2016/07/08 00:58:26 Just for default arguments sake, I would change th
jkarlin 2016/07/18 17:48:55 Done.
}
}
```
« no previous file with comments | « no previous file | tools/sublime/compile_flags.py » ('j') | tools/sublime/compile_flags.py » ('J')

Powered by Google App Engine
This is Rietveld 408576698