Commit 4114e089 authored by moshayedi's avatar moshayedi Committed by Commit bot

Fix the missing "data_store.pb.h" error when building extensions gn target on...

Fix the missing "data_store.pb.h" error when building extensions gn target on a clean output directory.

data_reduction_proxy_api.cc includes data_store.pb.h directly and indirectly (via data_reduction_proxy_compression_stats.h). This CL adds //components/data_reduction_proxy/proto:data_reduction_proxy_proto to the dependencies of extensions to solve this problem.

BUG=560321

Review URL: https://codereview.chromium.org/1460313004

Cr-Commit-Position: refs/heads/master@{#361149}
parent 3dc5fdfb
...@@ -44,6 +44,7 @@ source_set("extensions") { ...@@ -44,6 +44,7 @@ source_set("extensions") {
"//chrome/common/safe_browsing:proto", "//chrome/common/safe_browsing:proto",
"//chrome/installer/util", "//chrome/installer/util",
"//components/copresence", "//components/copresence",
"//components/data_reduction_proxy/proto:data_reduction_proxy_proto",
"//components/dom_distiller/core", "//components/dom_distiller/core",
"//components/onc", "//components/onc",
"//components/proximity_auth", "//components/proximity_auth",
......
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