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

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: Remove extra spaces 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/ninja_options_script.py » ('j') | no next file with comments »
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..1b7a8502050f5b10a7a9e263753e4248b22f7ed6 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 `/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/ninja_options_script.py -d '/path/to/depot_tools'",
}
}
```
« no previous file with comments | « no previous file | tools/sublime/ninja_options_script.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698