diff options
author | brettw <brettw@chromium.org> | 2015-01-12 20:37:36 -0800 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2015-01-13 04:39:15 +0000 |
commit | 25309d39e7e6478a2cbf20afb907a4a4957ecea4 (patch) | |
tree | cbdd2461b97b7ca36244e13db5f739ecff78fa13 /dbus | |
parent | 6862de3f7b584878c7b2365547106a831b90cc33 (diff) | |
download | chromium_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.gn | 4 |
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", ] |