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

Unified Diff: webkit/compositor_bindings/compositor_bindings.gyp

Issue 11192050: Rename compositor bindings filenames to Chromium style (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 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: webkit/compositor_bindings/compositor_bindings.gyp
diff --git a/webkit/compositor_bindings/compositor_bindings.gyp b/webkit/compositor_bindings/compositor_bindings.gyp
index bf6c8178bdd81eec46fdd25f4288da02076503c0..ad734c316bc0a43763bad2dfc78d0140df436eed 100644
--- a/webkit/compositor_bindings/compositor_bindings.gyp
+++ b/webkit/compositor_bindings/compositor_bindings.gyp
@@ -5,40 +5,40 @@
{
'variables': {
'webkit_compositor_bindings_sources': [
- 'CCThreadImpl.cpp',
- 'CCThreadImpl.h',
- 'WebAnimationCurveCommon.cpp',
- 'WebAnimationCurveCommon.h',
- 'WebAnimationImpl.cpp',
- 'WebAnimationImpl.h',
- 'WebCompositorImpl.cpp',
- 'WebCompositorImpl.h',
- 'WebContentLayerImpl.cpp',
- 'WebContentLayerImpl.h',
- 'WebDelegatedRendererLayerImpl.cpp',
- 'WebDelegatedRendererLayerImpl.h',
- 'WebExternalTextureLayerImpl.cpp',
- 'WebExternalTextureLayerImpl.h',
- 'WebFloatAnimationCurveImpl.cpp',
- 'WebFloatAnimationCurveImpl.h',
- 'WebIOSurfaceLayerImpl.cpp',
- 'WebIOSurfaceLayerImpl.h',
- 'WebImageLayerImpl.cpp',
- 'WebImageLayerImpl.h',
- 'WebLayerImpl.cpp',
- 'WebLayerImpl.h',
- 'WebToCCInputHandlerAdapter.cpp',
- 'WebToCCInputHandlerAdapter.h',
- 'WebLayerTreeViewImpl.cpp',
- 'WebLayerTreeViewImpl.h',
- 'WebScrollbarLayerImpl.cpp',
- 'WebScrollbarLayerImpl.h',
- 'WebSolidColorLayerImpl.cpp',
- 'WebSolidColorLayerImpl.h',
- 'WebVideoLayerImpl.cpp',
- 'WebVideoLayerImpl.h',
- 'WebTransformAnimationCurveImpl.cpp',
- 'WebTransformAnimationCurveImpl.h',
+ 'ccthread_impl.cc',
+ 'ccthread_impl.h',
+ 'web_animation_curve_common.cc',
+ 'web_animation_curve_common.h',
+ 'web_animation_impl.cc',
+ 'web_animation_impl.h',
+ 'web_compositor_impl.cc',
+ 'web_compositor_impl.h',
+ 'web_content_layer_impl.cc',
+ 'web_content_layer_impl.h',
+ 'web_delegated_renderer_layer_impl.cc',
+ 'web_delegated_renderer_layer_impl.h',
+ 'web_external_texture_layer_impl.cc',
+ 'web_external_texture_layer_impl.h',
+ 'web_float_animation_curve_impl.cc',
+ 'web_float_animation_curve_impl.h',
+ 'web_io_surface_layer_impl.cc',
+ 'web_io_surface_layer_impl.h',
+ 'web_image_layer_impl.cc',
+ 'web_image_layer_impl.h',
+ 'web_layer_impl.cc',
+ 'web_layer_impl.h',
+ 'web_to_ccinput_handler_adapter.cc',
+ 'web_to_ccinput_handler_adapter.h',
+ 'web_layer_tree_view_impl.cc',
+ 'web_layer_tree_view_impl.h',
+ 'web_scrollbar_layer_impl.cc',
+ 'web_scrollbar_layer_impl.h',
+ 'web_solid_color_layer_impl.cc',
+ 'web_solid_color_layer_impl.h',
+ 'web_video_layer_impl.cc',
+ 'web_video_layer_impl.h',
+ 'web_transform_animation_curve_impl.cc',
+ 'web_transform_animation_curve_impl.h',
],
},
'targets': [
« no previous file with comments | « webkit/compositor_bindings/ccthread_impl.cc ('k') | webkit/compositor_bindings/compositor_bindings_tests.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698