Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(83)

Unified Diff: media/mojo/services/BUILD.gn

Issue 2299703005: Rename TestMojoMediaClient -> DefaultMojoMediaClient. (Closed)
Patch Set: Created 4 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « media/media_options.gni ('k') | media/mojo/services/default_mojo_media_client.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 = [
« no previous file with comments | « media/media_options.gni ('k') | media/mojo/services/default_mojo_media_client.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698