| Index: mojo/mojo_examples.gypi
|
| diff --git a/mojo/mojo_examples.gypi b/mojo/mojo_examples.gypi
|
| index 8e8cf0c750a51f75d07e0d76ed3c8378e6b0ca90..44055eecc40a347224f19c198dc982899d451cfb 100644
|
| --- a/mojo/mojo_examples.gypi
|
| +++ b/mojo/mojo_examples.gypi
|
| @@ -92,50 +92,6 @@
|
| 'includes': [ 'build/package_app.gypi' ],
|
| },
|
| {
|
| - 'target_name': 'mojo_html_viewer',
|
| - 'type': 'loadable_module',
|
| - 'dependencies': [
|
| - '../net/net.gyp:net',
|
| - '../skia/skia.gyp:skia',
|
| - '../third_party/WebKit/public/blink.gyp:blink',
|
| - '../ui/native_theme/native_theme.gyp:native_theme',
|
| - '../url/url.gyp:url_lib',
|
| - 'mojo_application',
|
| - 'mojo_common_lib',
|
| - 'mojo_cpp_bindings',
|
| - 'mojo_environment_chromium',
|
| - 'mojo_navigation_bindings',
|
| - 'mojo_network_bindings',
|
| - 'mojo_launcher_bindings',
|
| - 'mojo_utility',
|
| - 'mojo_view_manager_lib',
|
| - '<(mojo_system_for_loadable_module)',
|
| - ],
|
| - 'include_dirs': [
|
| - 'third_party/WebKit'
|
| - ],
|
| - 'sources': [
|
| - 'examples/html_viewer/blink_input_events_type_converters.cc',
|
| - 'examples/html_viewer/blink_input_events_type_converters.h',
|
| - 'examples/html_viewer/blink_platform_impl.cc',
|
| - 'examples/html_viewer/blink_platform_impl.h',
|
| - 'examples/html_viewer/html_viewer.cc',
|
| - 'examples/html_viewer/html_document_view.cc',
|
| - 'examples/html_viewer/html_document_view.h',
|
| - 'examples/html_viewer/webmimeregistry_impl.cc',
|
| - 'examples/html_viewer/webmimeregistry_impl.h',
|
| - 'examples/html_viewer/webstoragenamespace_impl.cc',
|
| - 'examples/html_viewer/webstoragenamespace_impl.h',
|
| - 'examples/html_viewer/webthemeengine_impl.cc',
|
| - 'examples/html_viewer/webthemeengine_impl.h',
|
| - 'examples/html_viewer/webthread_impl.cc',
|
| - 'examples/html_viewer/webthread_impl.h',
|
| - 'examples/html_viewer/weburlloader_impl.cc',
|
| - 'examples/html_viewer/weburlloader_impl.h',
|
| - 'public/cpp/application/lib/mojo_main_chromium.cc',
|
| - ],
|
| - },
|
| - {
|
| 'target_name': 'mojo_media_viewer_bindings',
|
| 'type': 'static_library',
|
| 'sources': [
|
|
|