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

Unified Diff: tools/clang/traffic_annotation_extractor/README.md

Issue 2448133006: Tool added to extract network traffic annotations. (Closed)
Patch Set: nits Created 3 years, 10 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 side-by-side diff with in-line comments
Download patch
Index: tools/clang/traffic_annotation_extractor/README.md
diff --git a/tools/clang/traffic_annotation_extractor/README.md b/tools/clang/traffic_annotation_extractor/README.md
new file mode 100644
index 0000000000000000000000000000000000000000..634e6a16de8ab9cb378f8bea64a74cfae572fcba
--- /dev/null
+++ b/tools/clang/traffic_annotation_extractor/README.md
@@ -0,0 +1,18 @@
+# Traffic Annotation Extrator
+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
battre 2017/02/28 18:25:11 nit: puth path in ``
Ramin Halavati 2017/04/06 13:32:27 Done.
+to use.
+
+# Build on Linux
+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.
+ --without-android --extra-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\
battre 2017/02/28 18:25:11 vs_files?
Ramin Halavati 2017/04/06 13:32:27 Done.
+ $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.
+2. Run python tools/clang/scripts/update.py --bootstrap --force-local-build
+ --without-android --extra-tools blink_gc_plugin plugins
+ rewrite_to_chrome_style traffic_annotation_extractor
battre 2017/02/28 18:25:11 again: ` ... `
Ramin Halavati 2017/04/06 13:32:27 Done.
+

Powered by Google App Engine
This is Rietveld 408576698