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

Unified Diff: tools/traffic_annotation/DEPS

Issue 2448133006: Tool added to extract network traffic annotations. (Closed)
Patch Set: nits Created 4 years, 1 month 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/traffic_annotation/DEPS
diff --git a/tools/traffic_annotation/DEPS b/tools/traffic_annotation/DEPS
new file mode 100644
index 0000000000000000000000000000000000000000..ebb4876bc6061002e69345a21b1b6a23b5ca74ee
--- /dev/null
+++ b/tools/traffic_annotation/DEPS
@@ -0,0 +1,6 @@
+include_rules = [
+ "+base",
+ "+net",
+ "+third_party/protobuf:protobuf_full",
+ "+third_party/protobuf/src/google",
+]

Powered by Google App Engine
This is Rietveld 408576698