Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(886)

Unified Diff: mojo/mojo_examples.gypi

Issue 640023004: cc: Make OutputSurface::SwapBuffers pure virtual (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@latinfo
Patch Set: rebase, comment, removed unused includes Created 6 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « mojo/mojo.gyp ('k') | mojo/services/surfaces/surfaces_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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',
« no previous file with comments | « mojo/mojo.gyp ('k') | mojo/services/surfaces/surfaces_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698