diff options
author | slan <slan@chromium.org> | 2015-11-13 14:53:58 -0800 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2015-11-13 22:54:54 +0000 |
commit | 62afce4428feedbf7fc75690b4034900447210b0 (patch) | |
tree | f682b8a1bc02e726b63dca241b43ef8290ac24a2 /chromecast/media/audio | |
parent | 62b96626799d935ec467c5104f2da5b8ce080592 (diff) | |
download | chromium_src-62afce4428feedbf7fc75690b4034900447210b0.zip chromium_src-62afce4428feedbf7fc75690b4034900447210b0.tar.gz chromium_src-62afce4428feedbf7fc75690b4034900447210b0.tar.bz2 |
[GN][Chromecast] Replace //chromecast:config with feature-specific configs.
This config target is not good style - it has remained in the build since the very first attempt to port chromecast to GN. Remove it now, and replace it with feature-specific configs. In this case, playready_config has been added to all relevant targets.
BUG=516899
Review URL: https://codereview.chromium.org/1435413002
Cr-Commit-Position: refs/heads/master@{#359678}
Diffstat (limited to 'chromecast/media/audio')
-rw-r--r-- | chromecast/media/audio/BUILD.gn | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/chromecast/media/audio/BUILD.gn b/chromecast/media/audio/BUILD.gn index 3066fa4..4aeeb38 100644 --- a/chromecast/media/audio/BUILD.gn +++ b/chromecast/media/audio/BUILD.gn @@ -12,8 +12,6 @@ source_set("audio") { "cast_audio_output_stream.h", ] - configs += [ "//chromecast:config" ] - deps = [ "//base", "//chromecast/base", |