Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 This is a clang tool to extract network traffic annotations. The tool is run by | |
| 2 tools/traffic_annotation/traffic_annotaion_auditor. Refer to it for help on how | |
| 3 to use. | |
| 4 | |
| 5 Build on Linux, run: | |
| 6 tools/clang/scripts/update.py --bootstrap --force-local-build | |
| 7 --without-android --tools blink_gc_plugin plugins | |
| 8 rewrite_to_chrome_style traffic_annotation_extractor | |
| 9 | |
| 10 Build on Window: | |
| 11 1. Either open a "VS2015 x64 Native Tools Command Prompt", or open a normal | |
| 12 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
| |
| 13 $long_autocompleted_hash\win_sdk\bin\setenv.cmd /x64" | |
| 14 2. Run python tools/clang/scripts/update.py --bootstrap --force-local-build | |
| 15 --without-android --tools blink_gc_plugin plugins rewrite_to_chrome_style | |
| 16 traffic_annotation_extractor | |
| 17 | |
| OLD | NEW |