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

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

Issue 2469863010: Move all ProvisionFetcher classes out of android/ subdirectories. (Closed)
Patch Set: Another NON_EXPORTED_BASE. Created 4 years, 1 month 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/mojo/interfaces/provision_fetcher.mojom ('k') | media/mojo/services/mojo_provision_fetcher.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 546987d1e9222b22694194a27cc6f1703544db94..4223b617545de2a5a03b4300f75f67961370c67b 100644
--- a/media/mojo/services/BUILD.gn
+++ b/media/mojo/services/BUILD.gn
@@ -75,6 +75,8 @@ component("services") {
"mojo_demuxer_stream_adapter.h",
"mojo_media_client.cc",
"mojo_media_client.h",
+ "mojo_provision_fetcher.cc",
+ "mojo_provision_fetcher.h",
"mojo_renderer_service.cc",
"mojo_renderer_service.h",
"mojo_video_decoder_service.cc",
@@ -111,8 +113,6 @@ component("services") {
sources += [
"android_mojo_media_client.cc",
"android_mojo_media_client.h",
- "mojo_provision_fetcher.cc",
- "mojo_provision_fetcher.h",
]
}
}
« no previous file with comments | « media/mojo/interfaces/provision_fetcher.mojom ('k') | media/mojo/services/mojo_provision_fetcher.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698