| Index: mojo/mojo_examples.gypi
|
| diff --git a/mojo/mojo_examples.gypi b/mojo/mojo_examples.gypi
|
| index f51de2dfc52717fe8a8e11b7022cc0b28e03d310..bd96f14268ef27ca452717e56d6435c6f590e9c4 100644
|
| --- a/mojo/mojo_examples.gypi
|
| +++ b/mojo/mojo_examples.gypi
|
| @@ -85,6 +85,22 @@
|
| ],
|
| },
|
| {
|
| + 'target_name': 'mojo_content_handler_demo',
|
| + 'type': 'loadable_module',
|
| + 'dependencies': [
|
| + 'mojo_application',
|
| + 'mojo_content_handler_bindings',
|
| + 'mojo_cpp_bindings',
|
| + 'mojo_environment_standalone',
|
| + 'mojo_utility',
|
| + '<(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',
|
|
|