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

Unified Diff: mojo/mojo_examples.gypi

Issue 125773002: Mojo: Remove unused hello_world_service code (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Include GYP changes Created 6 years, 11 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 | « mojo/mojo.gyp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/mojo_examples.gypi
diff --git a/mojo/mojo_examples.gypi b/mojo/mojo_examples.gypi
index bcd33c3e607f84012894feebcf24cfc198902b1e..27b2f43ef46e20842cb514dba57a9599e6f40006 100644
--- a/mojo/mojo_examples.gypi
+++ b/mojo/mojo_examples.gypi
@@ -69,32 +69,5 @@
},
'includes': [ 'build/package_app.gypi' ],
},
- {
- 'target_name': 'mojo_hello_world_bindings',
- 'type': 'static_library',
- 'sources': [
- 'examples/hello_world_service/hello_world_service.mojom',
- ],
- 'includes': [ 'public/bindings/mojom_bindings_generator.gypi' ],
- 'export_dependent_settings': [
- 'mojo_bindings',
- 'mojo_system',
- ],
- },
- {
- 'target_name': 'mojo_hello_world_service',
- 'type': 'static_library',
- 'dependencies': [
- '../base/base.gyp:base',
- 'mojo_hello_world_bindings',
- ],
- 'export_dependent_settings': [
- 'mojo_hello_world_bindings',
- ],
- 'sources': [
- 'examples/hello_world_service/hello_world_service_impl.cc',
- 'examples/hello_world_service/hello_world_service_impl.h',
- ],
- },
],
}
« no previous file with comments | « mojo/mojo.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698