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

Unified Diff: mojo/mojo_public.gypi

Issue 358743002: Mojo: Remove InterfaceProvider. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: address comments Created 6 years, 6 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 | « content/worker/BUILD.gn ('k') | mojo/public/interfaces/interface_provider/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/mojo_public.gypi
diff --git a/mojo/mojo_public.gypi b/mojo/mojo_public.gypi
index 36842c3d51a871e4cebecab298ad2f784c68098f..3fcd7ca82f8334a9b8daeed16f2feea88a89e7b8 100644
--- a/mojo/mojo_public.gypi
+++ b/mojo/mojo_public.gypi
@@ -380,21 +380,6 @@
],
},
{
- # GN version: //mojo/public/interfaces/interface_provider:interface_provider
- 'target_name': 'mojo_interface_provider_bindings',
- 'type': 'static_library',
- 'sources': [
- 'public/interfaces/interface_provider/interface_provider.mojom',
- ],
- 'includes': [ 'public/tools/bindings/mojom_bindings_generator.gypi' ],
- 'dependencies': [
- 'mojo_cpp_bindings',
- ],
- 'export_dependent_settings': [
- 'mojo_cpp_bindings',
- ],
- },
- {
# GN version: //mojo/public/interfaces/service_provider:service_provider
'target_name': 'mojo_service_provider_bindings',
'type': 'static_library',
« no previous file with comments | « content/worker/BUILD.gn ('k') | mojo/public/interfaces/interface_provider/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698