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

Side by Side Diff: tools/clang/traffic_annotation_extractor/README.md

Issue 2448133006: Tool added to extract network traffic annotations. (Closed)
Patch Set: nits Created 3 years, 9 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 unified diff | Download patch
OLDNEW
(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
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698