diff options
Diffstat (limited to 'chromecast/media/audio/BUILD.gn')
-rw-r--r-- | chromecast/media/audio/BUILD.gn | 24 |
1 files changed, 6 insertions, 18 deletions
diff --git a/chromecast/media/audio/BUILD.gn b/chromecast/media/audio/BUILD.gn index 5d87fa3..3066fa4 100644 --- a/chromecast/media/audio/BUILD.gn +++ b/chromecast/media/audio/BUILD.gn @@ -14,25 +14,13 @@ source_set("audio") { configs += [ "//chromecast:config" ] - public_deps = [ - "//chromecast/public/media", - ] - deps = [ + "//base", + "//chromecast/base", + "//chromecast/media/base", + "//chromecast/media/cma/base", + "//chromecast/public/media", "//media", - ] -} - -source_set("test_support") { - testonly = true - - configs += [ "//chromecast:config" ] - - public_deps = [ - ":audio", - ] - - deps = [ - "//testing/gtest", + "//media:shared_memory_support", ] } |