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

Unified Diff: media/mojo/interfaces/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/base/provision_fetcher.h ('k') | media/mojo/interfaces/provision_fetcher.mojom » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/mojo/interfaces/BUILD.gn
diff --git a/media/mojo/interfaces/BUILD.gn b/media/mojo/interfaces/BUILD.gn
index 23349c328d96fba7cec732294d8afedd98460efa..4a003f61b688ba48e708194434141ab047fecdf5 100644
--- a/media/mojo/interfaces/BUILD.gn
+++ b/media/mojo/interfaces/BUILD.gn
@@ -16,6 +16,7 @@ mojom("interfaces") {
"media_service.mojom",
"media_types.mojom",
"output_protection.mojom",
+ "provision_fetcher.mojom",
"renderer.mojom",
"video_decoder.mojom",
]
@@ -24,10 +25,6 @@ mojom("interfaces") {
sources += [ "platform_verification.mojom" ]
}
- if (is_android) {
- sources += [ "provision_fetcher.mojom" ]
- }
-
public_deps = [
"//mojo/common:common_custom_types",
"//services/service_manager/public/interfaces",
« no previous file with comments | « media/base/provision_fetcher.h ('k') | media/mojo/interfaces/provision_fetcher.mojom » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698