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

Unified Diff: media/mojo/interfaces/mojo_bindings.gyp

Issue 1473233005: Revert of media: Add ProvisionFetcher mojo interface and implementation. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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/BUILD.gn ('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/mojo_bindings.gyp
diff --git a/media/mojo/interfaces/mojo_bindings.gyp b/media/mojo/interfaces/mojo_bindings.gyp
index f0ce5c00e98dadd45475513ee0e7478f2b1231d2..44570019e11fac49c63b0591f9b2487b1b3c5a70 100644
--- a/media/mojo/interfaces/mojo_bindings.gyp
+++ b/media/mojo/interfaces/mojo_bindings.gyp
@@ -26,28 +26,5 @@
'<(SHARED_INTERMEDIATE_DIR)/media/mojo/interfaces/platform_verification.mojom.h',
],
},
- {
- # GN version: //media/mojo/interfaces
- 'target_name': 'provision_fetcher_mojo_bindings',
- 'type': 'none',
- 'sources': [
- 'provision_fetcher.mojom',
- ],
- 'includes': [ '../../../third_party/mojo/mojom_bindings_generator.gypi' ],
- },
- {
- 'target_name': 'provision_fetcher_api',
- 'type': 'static_library',
- 'dependencies': [
- 'provision_fetcher_mojo_bindings',
- '../../../mojo/mojo_base.gyp:mojo_application_bindings',
- '../../../mojo/mojo_base.gyp:mojo_environment_chromium',
- '../../../third_party/mojo/mojo_public.gyp:mojo_cpp_bindings',
- ],
- 'sources': [
- '<(SHARED_INTERMEDIATE_DIR)/media/mojo/interfaces/provision_fetcher.mojom.cc',
- '<(SHARED_INTERMEDIATE_DIR)/media/mojo/interfaces/provision_fetcher.mojom.h',
- ],
- },
],
}
« no previous file with comments | « media/mojo/interfaces/BUILD.gn ('k') | media/mojo/interfaces/provision_fetcher.mojom » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698