| Index: mojo/mojo_examples.gypi
|
| diff --git a/mojo/mojo_examples.gypi b/mojo/mojo_examples.gypi
|
| index 3cadf02599ce3f87ddc4558dc054f9c4f08897f7..087f5cc78eaf8486039cb06ef62efe7fa8b0476c 100644
|
| --- a/mojo/mojo_examples.gypi
|
| +++ b/mojo/mojo_examples.gypi
|
| @@ -156,40 +156,6 @@
|
| 'includes': [ 'build/package_app.gypi' ],
|
| },
|
| {
|
| - # GN version: //mojo/examples/compositor_app
|
| - 'target_name': 'mojo_compositor_app',
|
| - 'type': 'loadable_module',
|
| - 'dependencies': [
|
| - '../base/base.gyp:base',
|
| - '../cc/cc.gyp:cc',
|
| - '../ui/gfx/gfx.gyp:gfx',
|
| - '../ui/gfx/gfx.gyp:gfx_geometry',
|
| - 'mojo_base.gyp:mojo_application_chromium',
|
| - 'mojo_base.gyp:mojo_common_lib',
|
| - 'mojo_cc_support',
|
| - 'mojo_geometry_lib',
|
| - 'services/public/mojo_services_public.gyp:mojo_geometry_bindings',
|
| - 'services/public/mojo_services_public.gyp:mojo_gpu_bindings',
|
| - 'services/public/mojo_services_public.gyp:mojo_native_viewport_bindings',
|
| - '<(mojo_system_for_loadable_module)',
|
| - ],
|
| - 'includes': [
|
| - 'mojo_public_gles2_for_loadable_module.gypi',
|
| - ],
|
| - 'sources': [
|
| - 'examples/compositor_app/compositor_app.cc',
|
| - 'examples/compositor_app/compositor_host.cc',
|
| - 'examples/compositor_app/compositor_host.h',
|
| - ],
|
| - },
|
| - {
|
| - 'target_name': 'package_mojo_compositor_app',
|
| - 'variables': {
|
| - 'app_name': 'mojo_compositor_app',
|
| - },
|
| - 'includes': [ 'build/package_app.gypi' ],
|
| - },
|
| - {
|
| # GN version: //mojo/examples/http_server
|
| 'target_name': 'mojo_http_server',
|
| 'type': 'loadable_module',
|
|
|