Commit 7eb019ac authored by Takuto Ikuta's avatar Takuto Ikuta Committed by Commit Bot

[quick_trace] use proto_deps

I will deprecate deps in proto_library for improved build throughput.
And we can use proto_deps here instead.

Bug: 938011
Change-Id: I406ef84c220536058e3f9e18ccd9ce3e4cb2e45c
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1504602
Auto-Submit: Takuto Ikuta <tikuta@chromium.org>
Commit-Queue: Ryan Hamilton <rch@chromium.org>
Reviewed-by: default avatarRyan Hamilton <rch@chromium.org>
Cr-Commit-Position: refs/heads/master@{#638426}
parent c3f65b18
...@@ -23,9 +23,7 @@ proto_library("quic_trace_proto") { ...@@ -23,9 +23,7 @@ proto_library("quic_trace_proto") {
sources = [ sources = [
"$target_gen_dir/quic_trace.proto", "$target_gen_dir/quic_trace.proto",
] ]
deps = [ proto_deps = [ ":quic_trace_proto_lite_runtime" ]
":quic_trace_proto_lite_runtime",
]
component_build_force_source_set = true component_build_force_source_set = true
testonly = true testonly = true
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment