Historically media_service_unittests needs a different test runner and
involves a standalone binary with it's main() function and mojo
manifest file. So we had put the tests in its own test target.
After several redesign and refactoring, now these tests are just normal
unit tests. There's no reason to treat them separately anymore.
This CL folds media_service_unittests into media_unittests to simplify
our test code.
Bug: 1062194
Change-Id: I62ae08706b755622fd348189ecc87192e5e4b797
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2118582
Reviewed-by: John Rummell <jrummell@chromium.org>
Reviewed-by: Aaron Gable <agable@chromium.org>
Reviewed-by: Nico Weber <thakis@chromium.org>
Commit-Queue: Xiaohan Wang <xhwang@chromium.org>
Cr-Commit-Position: refs/heads/master@{#754135}