Index: mojo/mojo_examples.gypi |
diff --git a/mojo/mojo_examples.gypi b/mojo/mojo_examples.gypi |
index 430d9b40c7acd54b9dc2eacdc78e1ca724c2b76d..ce4e402edfd6ca144e3d433e3ce60a99a4ed5fb4 100644 |
--- a/mojo/mojo_examples.gypi |
+++ b/mojo/mojo_examples.gypi |
@@ -145,6 +145,22 @@ |
], |
}, |
{ |
+ 'target_name': 'mojo_content_handler_demo', |
darin (slow to review)
2014/08/06 23:10:01
you probably want to add this to the "mojo" target
Aaron Boodman
2014/08/07 00:03:12
Thanks. done.
|
+ 'type': 'loadable_module', |
+ 'dependencies': [ |
+ 'mojo_base.gyp:mojo_application', |
+ 'mojo_base.gyp:mojo_cpp_bindings', |
+ 'mojo_base.gyp:mojo_environment_standalone', |
+ 'mojo_base.gyp:mojo_utility', |
+ 'mojo_content_handler_bindings', |
+ '<(mojo_system_for_loadable_module)', |
+ ], |
+ 'sources': [ |
+ 'examples/content_handler_demo/content_handler_demo.cc', |
+ 'public/cpp/application/lib/mojo_main_standalone.cc', |
+ ], |
+ }, |
+ { |
'target_name': 'package_mojo_wget', |
'variables': { |
'app_name': 'mojo_wget', |