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

Unified Diff: cc/cc.gyp

Issue 11348371: cc: Move WebCompositorOutputSurface and related classes into cc/ (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: mynits Created 8 years 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 | « no previous file | cc/cc_tests.gyp » ('j') | cc/output_surface.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/cc.gyp
diff --git a/cc/cc.gyp b/cc/cc.gyp
index 9d73e419f0a1ed9764fb9e537e22d58e80d516c3..30f5403283fbac7315016a29b30f57abb8e7a646 100644
--- a/cc/cc.gyp
+++ b/cc/cc.gyp
@@ -114,6 +114,8 @@
'nine_patch_layer_impl.h',
'occlusion_tracker.cc',
'occlusion_tracker.h',
+ 'output_surface.h',
+ 'output_surface_client.h',
'overdraw_metrics.cc',
'overdraw_metrics.h',
'page_scale_animation.cc',
@@ -208,6 +210,7 @@
'single_thread_proxy.h',
'skpicture_content_layer_updater.cc',
'skpicture_content_layer_updater.h',
+ 'software_output_device.h',
'software_renderer.cc',
'software_renderer.h',
'solid_color_draw_quad.cc',
« no previous file with comments | « no previous file | cc/cc_tests.gyp » ('j') | cc/output_surface.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698