diff options
author | imcheng <imcheng@google.com> | 2015-05-15 14:41:55 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2015-05-15 21:41:56 +0000 |
commit | b6b09239feb034d546976028a15c75404579d0bb (patch) | |
tree | 293b18b5f5a988910c523ee72fbd30e3911c88f5 /BUILD.gn | |
parent | 27e2b56b9acea83000624bea149bb7154e916d8b (diff) | |
download | chromium_src-b6b09239feb034d546976028a15c75404579d0bb.zip chromium_src-b6b09239feb034d546976028a15c75404579d0bb.tar.gz chromium_src-b6b09239feb034d546976028a15c75404579d0bb.tar.bz2 |
[Media Router] Reland of "Media Router GYP/GN cleanup".
Removed extra 'dependency' on target 'media_router_test_support'.
Also removed the ':' on some local dependencies.
Original patch: https://codereview.chromium.org/1136623003/
Original patch description:
- Refactor GYP and GN files to share source lists.
- Extract a proper test_support target.
- Fix upstream files with new target structure.
BUG=461815, 464199, 464205
TEST=Linux trybots. It's not clear to be exactly which bot, since
original patch failed after getting through trybots/CQ.
Review URL: https://codereview.chromium.org/1122393005
Cr-Commit-Position: refs/heads/master@{#330204}
Diffstat (limited to 'BUILD.gn')
-rw-r--r-- | BUILD.gn | 5 |
1 files changed, 1 insertions, 4 deletions
@@ -169,10 +169,7 @@ group("both_gn_and_gyp") { } if (enable_media_router) { - deps += [ - "//chrome/browser/media/router/", - "//chrome/browser/media/router:unit_tests", - ] + deps += [ "//chrome/browser/media/router" ] } if (enable_remoting) { |