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

Unified Diff: dbus/BUILD.gn

Issue 936953004: Add more targets to GN check. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 10 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 | « build/config/linux/BUILD.gn ('k') | device/bluetooth/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: dbus/BUILD.gn
diff --git a/dbus/BUILD.gn b/dbus/BUILD.gn
index 4abcdb82706cf42c0f235895dfdfa3573f866591..a133e724b64e790602f2adecccc42eacc24b5f31 100644
--- a/dbus/BUILD.gn
+++ b/dbus/BUILD.gn
@@ -39,9 +39,11 @@ component("dbus") {
defines = [ "DBUS_IMPLEMENTATION" ]
deps = [
- "//base",
"//third_party/protobuf:protobuf_lite",
]
+ public_deps = [
+ "//base",
+ ]
public_configs = [ "//build/config/linux:dbus" ]
}
« no previous file with comments | « build/config/linux/BUILD.gn ('k') | device/bluetooth/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698