Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 # Traffic Annotation Extrator | |
| 2 This is a clang tool to extract network traffic annotations. The tool is run by | |
| 3 tools/traffic_annotation/traffic_annotaion_auditor. Refer to it for help on how | |
|
battre
2017/02/28 18:25:11
nit: puth path in ``
Ramin Halavati
2017/04/06 13:32:27
Done.
| |
| 4 to use. | |
| 5 | |
| 6 # Build on Linux | |
| 7 tools/clang/scripts/update.py --bootstrap --force-local-build | |
|
battre
2017/02/28 18:25:11
nit ``` before line 7 and after line 9
Ramin Halavati
2017/04/06 13:32:27
Done.
| |
| 8 --without-android --extra-tools blink_gc_plugin plugins | |
| 9 rewrite_to_chrome_style traffic_annotation_extractor | |
| 10 | |
| 11 # Build on Window | |
| 12 1. Either open a "VS2015 x64 Native Tools Command Prompt", or open a normal | |
| 13 command prompt and run "depot_tools\win_toolchain\vs_fies\ | |
|
battre
2017/02/28 18:25:11
vs_files?
Ramin Halavati
2017/04/06 13:32:27
Done.
| |
| 14 $long_autocompleted_hash\win_sdk\bin\setenv.cmd /x64" | |
|
battre
2017/02/28 18:25:11
nit: command in ` ... `
Ramin Halavati
2017/04/06 13:32:28
Done.
| |
| 15 2. Run python tools/clang/scripts/update.py --bootstrap --force-local-build | |
| 16 --without-android --extra-tools blink_gc_plugin plugins | |
| 17 rewrite_to_chrome_style traffic_annotation_extractor | |
|
battre
2017/02/28 18:25:11
again: ` ... `
Ramin Halavati
2017/04/06 13:32:27
Done.
| |
| 18 | |
| OLD | NEW |