Commit 22082805 authored by jamescook's avatar jamescook Committed by Commit bot

Fix chromeos gn build

Chrome OS needs a dependency on //components/onc

BUG=453451
TEST=compiles
NOTRY=true

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

Cr-Commit-Position: refs/heads/master@{#313726}
parent de3e3024
...@@ -545,6 +545,7 @@ source_set("browser") { ...@@ -545,6 +545,7 @@ source_set("browser") {
] ]
deps += [ deps += [
"//components/onc",
"//components/storage_monitor", "//components/storage_monitor",
"//crypto:platform", "//crypto:platform",
"//device/bluetooth", "//device/bluetooth",
...@@ -579,10 +580,7 @@ source_set("browser") { ...@@ -579,10 +580,7 @@ source_set("browser") {
if (is_desktop_linux) { if (is_desktop_linux) {
configs += [ "//build/config/linux:dbus" ] configs += [ "//build/config/linux:dbus" ]
deps += [ deps += [ "//dbus" ]
"//dbus",
"//components/onc",
]
sources += [ sources += [
"api/networking_private/networking_private_event_router_nonchromeos.cc", "api/networking_private/networking_private_event_router_nonchromeos.cc",
"api/networking_private/networking_private_linux.cc", "api/networking_private/networking_private_linux.cc",
......
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