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

Unified Diff: docs/clang_tool_refactoring.md

Issue 1489223003: Remove stray references to update.sh (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: . Created 5 years 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 | « docs/clang_static_analyzer.md ('k') | docs/updating_clang.md » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: docs/clang_tool_refactoring.md
diff --git a/docs/clang_tool_refactoring.md b/docs/clang_tool_refactoring.md
index 929d8a278326aa397e57d37211345de1965f97e1..48e7c60ad5b9ab03df950a75ab940d18a632a091 100644
--- a/docs/clang_tool_refactoring.md
+++ b/docs/clang_tool_refactoring.md
@@ -25,7 +25,7 @@ Build your tool by running the following command (requires cmake version 2.8.10
or later):
```shell
-tools/clang/scripts/update.sh --force-local-build --without-android \
+tools/clang/scripts/update.py --force-local-build --without-android \
--with-chrome-tools <tools>
```
@@ -35,7 +35,7 @@ build. The resulting binary will end up in
plugin and the empty\_string tool, run the following:
```shell
-tools/clang/scripts/update.sh --force-local-build --without-android \
+tools/clang/scripts/update.py --force-local-build --without-android \
--with-chrome-tools "plugins;empty_string"
```
« no previous file with comments | « docs/clang_static_analyzer.md ('k') | docs/updating_clang.md » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698