| Index: media/mojo/services/BUILD.gn
|
| diff --git a/media/mojo/services/BUILD.gn b/media/mojo/services/BUILD.gn
|
| index 0164a6cb5b8547967ef85df99a17c1633a812917..48f0d37d340ffcb459be09646d42808d1d3bdab6 100644
|
| --- a/media/mojo/services/BUILD.gn
|
| +++ b/media/mojo/services/BUILD.gn
|
| @@ -102,21 +102,10 @@ component("services") {
|
|
|
| if (is_android) {
|
| sources += [
|
| - "mojo_provision_fetcher.cc",
|
| - "mojo_provision_fetcher.h",
|
| - ]
|
| - }
|
| -
|
| - if (enable_test_mojo_media_client) {
|
| - defines += [ "ENABLE_TEST_MOJO_MEDIA_CLIENT" ]
|
| - sources += [
|
| - "test_mojo_media_client.cc",
|
| - "test_mojo_media_client.h",
|
| - ]
|
| - } else if (is_android) {
|
| - sources += [
|
| "android_mojo_media_client.cc",
|
| "android_mojo_media_client.h",
|
| + "mojo_provision_fetcher.cc",
|
| + "mojo_provision_fetcher.h",
|
| ]
|
| } else {
|
| sources += [
|
| @@ -131,8 +120,6 @@ service("media") {
|
|
|
| sources = [
|
| "main.cc",
|
| - "test_mojo_media_client.cc",
|
| - "test_mojo_media_client.h",
|
| ]
|
|
|
| public_deps = [
|
|
|