Chromium Code Reviews| Index: tools/clang/traffic_annotation_extractor/README.txt |
| diff --git a/tools/clang/traffic_annotation_extractor/README.txt b/tools/clang/traffic_annotation_extractor/README.txt |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..1cc1e7e5ebe7024537118aa3816e9d42ecf07bf0 |
| --- /dev/null |
| +++ b/tools/clang/traffic_annotation_extractor/README.txt |
| @@ -0,0 +1,17 @@ |
| +This is a clang tool to extract network traffic annotations. The tool is run by |
| +tools/traffic_annotation/traffic_annotaion_auditor. Refer to it for help on how |
| +to use. |
| + |
| +Build on Linux, run: |
| +tools/clang/scripts/update.py --bootstrap --force-local-build |
| + --without-android --tools blink_gc_plugin plugins |
| + rewrite_to_chrome_style traffic_annotation_extractor |
| + |
| +Build on Window: |
| +1. Either open a "VS2015 x64 Native Tools Command Prompt", or open a normal |
| + command prompt and run "depot_tools\win_toolchain\vs_fies\ |
|
Peter Kasting
2016/11/23 17:01:52
Typo (fies). But assume people are using a comman
|
| + $long_autocompleted_hash\win_sdk\bin\setenv.cmd /x64" |
| +2. Run python tools/clang/scripts/update.py --bootstrap --force-local-build |
| + --without-android --tools blink_gc_plugin plugins rewrite_to_chrome_style |
| + traffic_annotation_extractor |
| + |