summaryrefslogtreecommitdiffstats
path: root/dbus
diff options
context:
space:
mode:
authorbrettw <brettw@chromium.org>2015-02-20 14:30:39 -0800
committerCommit bot <commit-bot@chromium.org>2015-02-20 22:31:36 +0000
commitbc44c0a95e9904154e2af47fb2dba8c37e169a13 (patch)
tree60270e6c932d5ba6137973f2a6d8467b49f5cdfd /dbus
parent770daec923bb61392afbf9ca16ee0dad147e154f (diff)
downloadchromium_src-bc44c0a95e9904154e2af47fb2dba8c37e169a13.zip
chromium_src-bc44c0a95e9904154e2af47fb2dba8c37e169a13.tar.gz
chromium_src-bc44c0a95e9904154e2af47fb2dba8c37e169a13.tar.bz2
Add more targets to GN check.
Fix errors. Most of the problems were in net. Moves CreateAndConnectStreamForTesting's declaration to the header corresponding to the file it's implemented in. Adds the other directories that don't pass yet to the list commented out so it's easier to see what's still left. TBR=armansito@chromium.org Review URL: https://codereview.chromium.org/936953004 Cr-Commit-Position: refs/heads/master@{#317425}
Diffstat (limited to 'dbus')
-rw-r--r--dbus/BUILD.gn4
1 files changed, 3 insertions, 1 deletions
diff --git a/dbus/BUILD.gn b/dbus/BUILD.gn
index 4abcdb8..a133e72 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" ]
}