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

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: and rebase 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
Index: mojo/mojo.gyp
diff --git a/mojo/mojo.gyp b/mojo/mojo.gyp
index 222522459576073a2562070f519d8d8c088102f7..d38fec85d3818eb1c855de69e13535a764ae2dea 100644
--- a/mojo/mojo.gyp
+++ b/mojo/mojo.gyp
@@ -32,7 +32,6 @@
'mojo_base.gyp:mojo_base',
'mojo_clipboard',
'mojo_clipboard_unittests',
- 'mojo_compositor_app',
'mojo_content_handler_demo',
'mojo_echo_client',
'mojo_echo_service',
@@ -373,6 +372,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',
],

Powered by Google App Engine
This is Rietveld 408576698