Commit 0fdc6682 authored by Amr Aboelkher's avatar Amr Aboelkher Committed by Commit Bot

Fix the dependency issues for proto files in ownership

Bug: 1100210
Change-Id: Ia86facd2e4a7716ca8b81348f829e5b4fb8b3044
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2270563
Commit-Queue: Amr Aboelkher <amraboelkher@google.com>
Reviewed-by: default avatarTakuto Ikuta <tikuta@chromium.org>
Cr-Commit-Position: refs/heads/master@{#788532}
parent 6f81ef30
...@@ -20,6 +20,8 @@ if (is_chromeos) { ...@@ -20,6 +20,8 @@ if (is_chromeos) {
defines = [ "OWNERSHIP_IMPLEMENTATION" ] defines = [ "OWNERSHIP_IMPLEMENTATION" ]
public_deps = [ "//components/policy/proto" ]
deps = [ deps = [
"//base", "//base",
"//components/keyed_service/core", "//components/keyed_service/core",
...@@ -30,7 +32,7 @@ if (is_chromeos) { ...@@ -30,7 +32,7 @@ if (is_chromeos) {
] ]
if (use_nss_certs) { if (use_nss_certs) {
public_deps = [ "//crypto:platform" ] public_deps += [ "//crypto:platform" ]
} }
} }
......
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