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

Unified Diff: extensions/browser/BUILD.gn

Issue 880393004: Fix chromeos gn build (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 11 months 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: extensions/browser/BUILD.gn
diff --git a/extensions/browser/BUILD.gn b/extensions/browser/BUILD.gn
index 2ba9c78a20563abe87b5579c3d442a5345588b34..beedfe6d4757f9875b3e9f81fbacf3fb737e46c2 100644
--- a/extensions/browser/BUILD.gn
+++ b/extensions/browser/BUILD.gn
@@ -545,6 +545,7 @@ source_set("browser") {
]
deps += [
+ "//components/onc",
"//components/storage_monitor",
"//crypto:platform",
"//device/bluetooth",
@@ -579,10 +580,7 @@ source_set("browser") {
if (is_desktop_linux) {
configs += [ "//build/config/linux:dbus" ]
- deps += [
- "//dbus",
- "//components/onc",
- ]
+ deps += [ "//dbus" ]
sources += [
"api/networking_private/networking_private_event_router_nonchromeos.cc",
"api/networking_private/networking_private_linux.cc",
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698