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

Unified Diff: cc/cc_tests.gyp

Issue 11348371: cc: Move WebCompositorOutputSurface and related classes into cc/ (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: forlanding6 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 | « cc/cc.gyp ('k') | cc/delegated_renderer_layer_impl_unittest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/cc_tests.gyp
diff --git a/cc/cc_tests.gyp b/cc/cc_tests.gyp
index 1c735f4ca78ea74aec9ecacc89484daa3fa9fdc4..1781533bf55dbb012e0d370ecc55886918fecec1 100644
--- a/cc/cc_tests.gyp
+++ b/cc/cc_tests.gyp
@@ -79,8 +79,10 @@
'test/fake_proxy.cc',
'test/fake_proxy.h',
'test/fake_tile_manager_client.h',
- 'test/fake_web_compositor_output_surface.h',
- 'test/fake_web_compositor_software_output_device.h',
+ 'test/fake_output_surface.cc',
+ 'test/fake_output_surface.h',
+ 'test/fake_software_output_device.cc',
+ 'test/fake_software_output_device.h',
'test/fake_web_graphics_context_3d.h',
'test/fake_web_scrollbar_theme_geometry.h',
'test/geometry_test_utils.cc',
« no previous file with comments | « cc/cc.gyp ('k') | cc/delegated_renderer_layer_impl_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698