diff options
Diffstat (limited to 'cc/cc.gyp')
-rw-r--r-- | cc/cc.gyp | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -151,6 +151,8 @@ 'renderer.cc', 'renderer.h', 'rendering_stats.h', + 'resource.cc', + 'resource.h', 'resource_provider.cc', 'resource_provider.h', 'resource_update.cc', @@ -166,8 +168,8 @@ 'scoped_ptr_deque.h', 'scoped_ptr_hash_map.h', 'scoped_ptr_vector.h', - 'scoped_texture.cc', - 'scoped_texture.h', + 'scoped_resource.cc', + 'scoped_resource.h', 'scoped_thread_proxy.cc', 'scoped_thread_proxy.h', 'scrollbar_animation_controller.cc', @@ -204,8 +206,6 @@ 'stream_video_draw_quad.h', 'switches.cc', 'switches.h', - 'texture.cc', - 'texture.h', 'texture_copier.cc', 'texture_copier.h', 'texture_draw_quad.cc', |