diff options
author | kmarshall <kmarshall@chromium.org> | 2015-03-11 16:42:22 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2015-03-11 23:42:48 +0000 |
commit | d2f3bea0fef8b99360075e2483461ec075ceb013 (patch) | |
tree | 4e3c9d0eb1e17d72c892afce0579b0b54509c019 /BUILD.gn | |
parent | 3df97b200b7105e90e59703b3ee6d42581a3d125 (diff) | |
download | chromium_src-d2f3bea0fef8b99360075e2483461ec075ceb013.zip chromium_src-d2f3bea0fef8b99360075e2483461ec075ceb013.tar.gz chromium_src-d2f3bea0fef8b99360075e2483461ec075ceb013.tar.bz2 |
Add media router common classes and unittests.
Create makefiles and integrate MR with GN build.
Add to GYP build.
BUG=460660
R=scherkus@chromium.org,DaleCurtis@chromium.org,xhwang@chromium.org,mfoltz@chromium.org,sky@chromium.org
Review URL: https://codereview.chromium.org/949293004
Cr-Commit-Position: refs/heads/master@{#320186}
Diffstat (limited to 'BUILD.gn')
-rw-r--r-- | BUILD.gn | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -124,6 +124,13 @@ group("gn_all") { deps += [ "//ui/ozone" ] } + if (enable_media_router) { + deps += [ + "//chrome/browser/media/router/", + "//chrome/browser/media/router:unit_tests", + ] + } + if (is_win || is_mac || is_chromeos) { # RLZ works on these platforms. # TODO(GYP): Is this target needed, or pulled in automatically? |