From bc44c0a95e9904154e2af47fb2dba8c37e169a13 Mon Sep 17 00:00:00 2001 From: brettw Date: Fri, 20 Feb 2015 14:30:39 -0800 Subject: 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} --- dbus/BUILD.gn | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'dbus') 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" ] } -- cgit v1.1