summaryrefslogtreecommitdiffstats
path: root/dbus
diff options
context:
space:
mode:
authorbrettw <brettw@chromium.org>2015-01-12 20:37:36 -0800
committerCommit bot <commit-bot@chromium.org>2015-01-13 04:39:15 +0000
commit25309d39e7e6478a2cbf20afb907a4a4957ecea4 (patch)
treecbdd2461b97b7ca36244e13db5f739ecff78fa13 /dbus
parent6862de3f7b584878c7b2365547106a831b90cc33 (diff)
downloadchromium_src-25309d39e7e6478a2cbf20afb907a4a4957ecea4.zip
chromium_src-25309d39e7e6478a2cbf20afb907a4a4957ecea4.tar.gz
chromium_src-25309d39e7e6478a2cbf20afb907a4a4957ecea4.tar.bz2
Add content unittests to the GN build.
Note that the binary does not appear to run correctly. TBR=dpranke Review URL: https://codereview.chromium.org/850523002 Cr-Commit-Position: refs/heads/master@{#311213}
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 4e8697c..895f3be 100644
--- a/dbus/BUILD.gn
+++ b/dbus/BUILD.gn
@@ -66,8 +66,10 @@ source_set("test_support") {
"mock_object_proxy.h",
]
- deps = [
+ public_deps = [
":dbus",
+ ]
+ deps = [
"//testing/gmock",
]