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

Unified Diff: mojo/mojo.gyp

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/examples/compositor_app/compositor_host.cc ('k') | mojo/mojo_examples.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/mojo.gyp
diff --git a/mojo/mojo.gyp b/mojo/mojo.gyp
index 66694e1509a428b854c551f52125a227a351b9c6..2ffb1e5fd0f737e94ad7910691ca84bb01ee0e46 100644
--- a/mojo/mojo.gyp
+++ b/mojo/mojo.gyp
@@ -33,7 +33,6 @@
'mojo_base.gyp:mojo_base',
'mojo_clipboard',
'mojo_clipboard_unittests',
- 'mojo_compositor_app',
'mojo_content_handler_demo',
'mojo_echo_client',
'mojo_echo_service',
@@ -374,6 +373,8 @@
'sources': [
'cc/context_provider_mojo.cc',
'cc/context_provider_mojo.h',
+ 'cc/direct_output_surface.cc',
+ 'cc/direct_output_surface.h',
'cc/output_surface_mojo.cc',
'cc/output_surface_mojo.h',
],
« no previous file with comments | « mojo/examples/compositor_app/compositor_host.cc ('k') | mojo/mojo_examples.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698