| Index: mojo/mojo_examples.gypi
|
| diff --git a/mojo/mojo_examples.gypi b/mojo/mojo_examples.gypi
|
| index 836305c6fc4136a5d17ae80bc7b2dc5e4ba06878..287901e522fb9dcdf360ac9195d26be99ab316d1 100644
|
| --- a/mojo/mojo_examples.gypi
|
| +++ b/mojo/mojo_examples.gypi
|
| @@ -205,6 +205,22 @@
|
| ],
|
| },
|
| {
|
| + 'target_name': 'mojo_content_handler_demo',
|
| + 'type': 'loadable_module',
|
| + 'dependencies': [
|
| + 'mojo_base.gyp:mojo_application_standalone',
|
| + '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',
|
|
|