Index: cc/cc.gyp |
diff --git a/cc/cc.gyp b/cc/cc.gyp |
index 45d7ed6095d75a0c8e8320eed7e6f8f99312e76d..b604922461444164ad58282a6151f71fa1ea48cb 100644 |
--- a/cc/cc.gyp |
+++ b/cc/cc.gyp |
@@ -5,307 +5,286 @@ |
{ |
'variables': { |
'cc_source_files': [ |
- 'hash_pair.h', |
- 'scoped_ptr_hash_map.h', |
- 'scoped_ptr_vector.h', |
- 'bitmap_canvas_layer_texture_updater.cc', |
- 'bitmap_canvas_layer_texture_updater.h', |
- 'bitmap_skpicture_canvas_layer_texture_updater.cc', |
- 'bitmap_skpicture_canvas_layer_texture_updater.h', |
- 'caching_bitmap_canvas_layer_texture_updater.cc', |
- 'caching_bitmap_canvas_layer_texture_updater.h', |
- 'active_animation.cc', |
- 'CCActiveAnimation.h', |
'CCAppendQuadsData.h', |
- 'animation_curve.cc', |
- 'CCAnimationCurve.h', |
- 'CCAnimationEvents.h', |
- 'checkerboard_draw_quad.cc', |
'CCCheckerboardDrawQuad.h', |
- 'CCCompletionEvent.h', |
- 'damage_tracker.cc', |
'CCDamageTracker.h', |
- 'debug_border_draw_quad.cc', |
'CCDebugBorderDrawQuad.h', |
- 'debug_rect_history.cc', |
'CCDebugRectHistory.h', |
- 'delay_based_time_source.cc', |
'CCDelayBasedTimeSource.h', |
- 'delegated_renderer_layer_impl.cc', |
'CCDelegatedRendererLayerImpl.h', |
- 'direct_renderer.cc', |
'CCDirectRenderer.h', |
- 'draw_quad.cc', |
'CCDrawQuad.h', |
- 'font_atlas.cc', |
'CCFontAtlas.h', |
- 'frame_rate_controller.cc', |
'CCFrameRateController.h', |
- 'frame_rate_counter.cc', |
'CCFrameRateCounter.h', |
'CCGraphicsContext.h', |
- 'heads_up_display_layer_impl.cc', |
'CCHeadsUpDisplayLayerImpl.h', |
- 'io_surface_draw_quad.cc', |
'CCIOSurfaceDrawQuad.h', |
- 'io_surface_layer_impl.cc', |
'CCIOSurfaceLayerImpl.h', |
'CCInputHandler.h', |
- 'keyframed_animation_curve.cc', |
'CCKeyframedAnimationCurve.h', |
- 'layer_animation_controller.cc', |
'CCLayerAnimationController.h', |
- 'layer_impl.cc', |
'CCLayerImpl.h', |
- 'layer_iterator.cc', |
'CCLayerIterator.h', |
- 'layer_quad.cc', |
'CCLayerQuad.h', |
- 'layer_sorter.cc', |
'CCLayerSorter.h', |
- 'layer_tiling_data.cc', |
'CCLayerTilingData.h', |
- 'layer_tree_host.cc', |
'CCLayerTreeHost.h', |
'CCLayerTreeHostClient.h', |
- 'layer_tree_host_common.cc', |
'CCLayerTreeHostCommon.h', |
- 'layer_tree_host_impl.cc', |
'CCLayerTreeHostImpl.h', |
- 'math_util.cc', |
- 'CCMathUtil.h', |
- 'occlusion_tracker.cc', |
'CCOcclusionTracker.h', |
- 'overdraw_metrics.cc', |
'CCOverdrawMetrics.h', |
- 'page_scale_animation.cc', |
'CCPageScaleAnimation.h', |
- 'prioritized_texture.cc', |
'CCPrioritizedTexture.h', |
- 'prioritized_texture_manager.cc', |
'CCPrioritizedTextureManager.h', |
- 'priority_calculator.cc', |
'CCPriorityCalculator.h', |
- 'proxy.cc', |
- 'CCProxy.h', |
- 'quad_culler.cc', |
'CCQuadCuller.h', |
'CCQuadSink.h', |
- 'render_pass.cc', |
'CCRenderPass.h', |
- 'render_pass_draw_quad.cc', |
'CCRenderPassDrawQuad.h', |
'CCRenderPassSink.h', |
- 'render_surface_impl.cc', |
'CCRenderSurface.h', |
- 'render_surface_filters.cc', |
'CCRenderSurfaceFilters.h', |
- 'renderer.cc', |
'CCRenderer.h', |
- 'gl_renderer.cc', |
- 'CCRendererGL.h', |
- 'software_renderer.cc', |
- 'CCRendererSoftware.h', |
- 'CCRenderingStats.h', |
- 'resource_provider.cc', |
- 'CCResourceProvider.h', |
- 'scheduler.cc', |
- 'CCScheduler.h', |
- 'scheduler_state_machine.cc', |
- 'CCSchedulerStateMachine.h', |
- 'scoped_texture.cc', |
- 'CCScopedTexture.h', |
- 'scoped_thread_proxy.cc', |
- 'CCScopedThreadProxy.h', |
- 'scrollbar_animation_controller.cc', |
- 'CCScrollbarAnimationController.h', |
- 'scrollbar_animation_controller_linear_fade.cc', |
'CCScrollbarAnimationControllerLinearFade.h', |
- 'scrollbar_layer_impl.cc', |
- 'CCScrollbarLayerImpl.h', |
- 'scrollbar_geometry_fixed_thumb.cc', |
'CCScrollbarGeometryFixedThumb.h', |
- 'scrollbar_geometry_stub.cc', |
'CCScrollbarGeometryStub.h', |
- 'settings.cc', |
+ 'CCScrollbarLayerImpl.h', |
'CCSettings.h', |
- 'shared_quad_state.cc', |
'CCSharedQuadState.h', |
- 'single_thread_proxy.cc', |
'CCSingleThreadProxy.h', |
- 'solid_color_draw_quad.cc', |
'CCSolidColorDrawQuad.h', |
- 'solid_color_layer_impl.cc', |
'CCSolidColorLayerImpl.h', |
- 'stream_video_draw_quad.cc', |
'CCStreamVideoDrawQuad.h', |
- 'texture.cc', |
'CCTexture.h', |
- 'texture_draw_quad.cc', |
'CCTextureDrawQuad.h', |
- 'texture_layer_impl.cc', |
- 'CCTextureLayerImpl.h', |
- 'texture_update_controller.cc', |
- 'CCTextureUpdateController.h', |
- 'texture_update_queue.cc', |
- 'CCTextureUpdateQueue.h', |
- 'CCThread.h', |
- 'thread_proxy.cc', |
- 'CCThreadProxy.h', |
- 'CCThreadTask.h', |
- 'tile_draw_quad.cc', |
- 'CCTileDrawQuad.h', |
- 'tiled_layer_impl.cc', |
- 'CCTiledLayerImpl.h', |
- 'CCTimeSource.h', |
- 'timer.cc', |
- 'CCTimer.h', |
- 'timing_function.cc', |
- 'CCTimingFunction.h', |
- 'video_layer_impl.cc', |
- 'CCVideoLayerImpl.h', |
- 'yuv_video_draw_quad.cc', |
- 'CCYUVVideoDrawQuad.h', |
- 'canvas_layer_texture_updater.cc', |
- 'canvas_layer_texture_updater.h', |
- 'content_layer.cc', |
- 'content_layer.h', |
- 'content_layer_client.h', |
- 'delegated_renderer_layer.cc', |
- 'delegated_renderer_layer.h', |
- 'frame_buffer_skpicture_canvas_layer_texture_updater.cc', |
- 'frame_buffer_skpicture_canvas_layer_texture_updater.h', |
- 'geometry_binding.cc', |
- 'geometry_binding.h', |
- 'heads_up_display_layer.cc', |
- 'heads_up_display_layer.h', |
- 'io_surface_layer.cc', |
- 'io_surface_layer.h', |
- 'image_layer.cc', |
- 'image_layer.h', |
- 'layer.cc', |
- 'layer.h', |
- 'layer_painter.h', |
- 'layer_texture_sub_image.cc', |
- 'layer_texture_sub_image.h', |
- 'layer_texture_updater.cc', |
- 'layer_texture_updater.h', |
- 'platform_color.h', |
- 'program_binding.cc', |
- 'program_binding.h', |
- 'rate_limiter.cc', |
- 'rate_limiter.h', |
- 'render_surface.cc', |
- 'render_surface.h', |
- 'scrollbar_layer.cc', |
- 'scrollbar_layer.h', |
- 'shader.cc', |
- 'shader.h', |
- 'skpicture_canvas_layer_texture_updater.cc', |
- 'skpicture_canvas_layer_texture_updater.h', |
- 'solid_color_layer.cc', |
- 'solid_color_layer.h', |
- 'switches.cc', |
- 'switches.h', |
- 'texture_copier.cc', |
- 'texture_copier.h', |
- 'texture_layer.cc', |
- 'texture_layer.h', |
- 'texture_layer_client.h', |
- 'texture_uploader.h', |
- 'throttled_texture_uploader.cc', |
- 'throttled_texture_uploader.h', |
- 'unthrottled_texture_uploader.cc', |
- 'unthrottled_texture_uploader.h', |
- 'tiled_layer.cc', |
- 'tiled_layer.h', |
- 'tree_synchronizer.cc', |
- 'tree_synchronizer.h', |
- 'video_layer.cc', |
- 'video_layer.h', |
- |
+ 'active_animation.cc', |
'active_animation.h', |
+ 'animation_curve.cc', |
'animation_curve.h', |
'animation_events.h', |
'append_quads_data.h', |
+ 'bitmap_canvas_layer_texture_updater.cc', |
+ 'bitmap_canvas_layer_texture_updater.h', |
+ 'bitmap_skpicture_canvas_layer_texture_updater.cc', |
+ 'bitmap_skpicture_canvas_layer_texture_updater.h', |
+ 'caching_bitmap_canvas_layer_texture_updater.cc', |
+ 'caching_bitmap_canvas_layer_texture_updater.h', |
+ 'canvas_layer_texture_updater.cc', |
+ 'canvas_layer_texture_updater.h', |
+ 'checkerboard_draw_quad.cc', |
'checkerboard_draw_quad.h', |
'completion_event.h', |
+ 'content_layer.cc', |
+ 'content_layer.h', |
+ 'content_layer_client.h', |
+ 'damage_tracker.cc', |
'damage_tracker.h', |
+ 'debug_border_draw_quad.cc', |
'debug_border_draw_quad.h', |
+ 'debug_rect_history.cc', |
'debug_rect_history.h', |
+ 'delay_based_time_source.cc', |
'delay_based_time_source.h', |
+ 'delegated_renderer_layer.cc', |
+ 'delegated_renderer_layer.h', |
+ 'delegated_renderer_layer_impl.cc', |
'delegated_renderer_layer_impl.h', |
+ 'direct_renderer.cc', |
'direct_renderer.h', |
+ 'draw_quad.cc', |
'draw_quad.h', |
+ 'font_atlas.cc', |
'font_atlas.h', |
+ 'frame_buffer_skpicture_canvas_layer_texture_updater.cc', |
+ 'frame_buffer_skpicture_canvas_layer_texture_updater.h', |
+ 'frame_rate_controller.cc', |
'frame_rate_controller.h', |
+ 'frame_rate_counter.cc', |
'frame_rate_counter.h', |
+ 'geometry_binding.cc', |
+ 'geometry_binding.h', |
+ 'gl_renderer.cc', |
+ 'gl_renderer.h', |
'graphics_context.h', |
+ 'hash_pair.h', |
+ 'hash_pair.h', |
+ 'heads_up_display_layer.cc', |
+ 'heads_up_display_layer.h', |
+ 'heads_up_display_layer_impl.cc', |
'heads_up_display_layer_impl.h', |
+ 'image_layer.cc', |
+ 'image_layer.h', |
'input_handler.h', |
+ 'io_surface_draw_quad.cc', |
'io_surface_draw_quad.h', |
+ 'io_surface_layer.cc', |
+ 'io_surface_layer.h', |
+ 'io_surface_layer_impl.cc', |
'io_surface_layer_impl.h', |
+ 'keyframed_animation_curve.cc', |
'keyframed_animation_curve.h', |
+ 'layer.cc', |
+ 'layer.h', |
+ 'layer_animation_controller.cc', |
'layer_animation_controller.h', |
+ 'layer_impl.cc', |
'layer_impl.h', |
+ 'layer_iterator.cc', |
'layer_iterator.h', |
+ 'layer_painter.h', |
+ 'layer_quad.cc', |
'layer_quad.h', |
+ 'layer_sorter.cc', |
'layer_sorter.h', |
+ 'layer_texture_sub_image.cc', |
+ 'layer_texture_sub_image.h', |
+ 'layer_texture_sub_image.h', |
+ 'layer_texture_updater.cc', |
+ 'layer_texture_updater.h', |
+ 'layer_tiling_data.cc', |
'layer_tiling_data.h', |
+ 'layer_tree_host.cc', |
+ 'layer_tree_host.h', |
'layer_tree_host_client.h', |
+ 'layer_tree_host_common.cc', |
'layer_tree_host_common.h', |
- 'layer_tree_host.h', |
+ 'layer_tree_host_impl.cc', |
'layer_tree_host_impl.h', |
+ 'math_util.cc', |
'math_util.h', |
+ 'occlusion_tracker.cc', |
'occlusion_tracker.h', |
+ 'overdraw_metrics.cc', |
'overdraw_metrics.h', |
+ 'page_scale_animation.cc', |
'page_scale_animation.h', |
+ 'platform_color.h', |
+ 'platform_color.h', |
+ 'prioritized_texture.cc', |
'prioritized_texture.h', |
+ 'prioritized_texture_manager.cc', |
'prioritized_texture_manager.h', |
+ 'priority_calculator.cc', |
'priority_calculator.h', |
+ 'program_binding.cc', |
+ 'program_binding.h', |
+ 'proxy.cc', |
'proxy.h', |
+ 'quad_culler.cc', |
'quad_culler.h', |
'quad_sink.h', |
- 'gl_renderer.h', |
- 'renderer.h', |
- 'software_renderer.h', |
- 'rendering_stats.h', |
- 'render_pass_draw_quad.h', |
+ 'rate_limiter.cc', |
+ 'rate_limiter.h', |
+ 'render_pass.cc', |
'render_pass.h', |
+ 'render_pass_draw_quad.cc', |
+ 'render_pass_draw_quad.h', |
'render_pass_sink.h', |
+ 'render_surface.cc', |
+ 'render_surface.h', |
+ 'render_surface_filters.cc', |
'render_surface_filters.h', |
+ 'render_surface_impl.cc', |
'render_surface_impl.h', |
+ 'renderer.cc', |
+ 'renderer.h', |
+ 'rendering_stats.h', |
+ 'resource_provider.cc', |
'resource_provider.h', |
+ 'scheduler.cc', |
'scheduler.h', |
+ 'scheduler_state_machine.cc', |
'scheduler_state_machine.h', |
+ 'scoped_ptr_hash_map.h', |
+ 'scoped_ptr_hash_map.h', |
+ 'scoped_ptr_vector.h', |
+ 'scoped_ptr_vector.h', |
+ 'scoped_texture.cc', |
'scoped_texture.h', |
+ 'scoped_thread_proxy.cc', |
'scoped_thread_proxy.h', |
+ 'scrollbar_animation_controller.cc', |
'scrollbar_animation_controller.h', |
+ 'scrollbar_animation_controller_linear_fade.cc', |
'scrollbar_animation_controller_linear_fade.h', |
+ 'scrollbar_geometry_fixed_thumb.cc', |
'scrollbar_geometry_fixed_thumb.h', |
+ 'scrollbar_geometry_stub.cc', |
'scrollbar_geometry_stub.h', |
+ 'scrollbar_layer.cc', |
+ 'scrollbar_layer.h', |
+ 'scrollbar_layer_impl.cc', |
'scrollbar_layer_impl.h', |
+ 'settings.cc', |
'settings.h', |
+ 'shader.cc', |
+ 'shader.h', |
+ 'shared_quad_state.cc', |
'shared_quad_state.h', |
+ 'single_thread_proxy.cc', |
'single_thread_proxy.h', |
+ 'skpicture_canvas_layer_texture_updater.cc', |
+ 'skpicture_canvas_layer_texture_updater.h', |
+ 'software_renderer.cc', |
+ 'software_renderer.h', |
+ 'solid_color_draw_quad.cc', |
'solid_color_draw_quad.h', |
+ 'solid_color_layer.cc', |
+ 'solid_color_layer.h', |
+ 'solid_color_layer_impl.cc', |
'solid_color_layer_impl.h', |
+ 'stream_video_draw_quad.cc', |
'stream_video_draw_quad.h', |
- 'texture_draw_quad.h', |
+ 'switches.cc', |
+ 'switches.cc', |
+ 'switches.h', |
+ 'switches.h', |
+ 'texture.cc', |
'texture.h', |
+ 'texture_copier.cc', |
+ 'texture_copier.h', |
+ 'texture_copier.h', |
+ 'texture_draw_quad.cc', |
+ 'texture_draw_quad.h', |
+ 'texture_layer.cc', |
+ 'texture_layer.h', |
+ 'texture_layer_client.h', |
+ 'texture_layer_impl.cc', |
'texture_layer_impl.h', |
+ 'texture_update_controller.cc', |
'texture_update_controller.h', |
+ 'texture_update_queue.cc', |
'texture_update_queue.h', |
- 'threaded_test.h', |
+ 'texture_uploader.h', |
'thread.h', |
+ 'thread_proxy.cc', |
'thread_proxy.h', |
'thread_task.h', |
- 'tiled_layer_impl.h', |
+ 'threaded_test.h', |
+ 'throttled_texture_uploader.cc', |
+ 'throttled_texture_uploader.h', |
+ 'tile_draw_quad.cc', |
'tile_draw_quad.h', |
- 'timer.h', |
+ 'tiled_layer.cc', |
+ 'tiled_layer.h', |
+ 'tiled_layer_impl.cc', |
+ 'tiled_layer_impl.h', |
'time_source.h', |
+ 'timer.cc', |
+ 'timer.h', |
+ 'timing_function.cc', |
'timing_function.h', |
+ 'tree_synchronizer.cc', |
+ 'tree_synchronizer.h', |
+ 'unthrottled_texture_uploader.cc', |
+ 'unthrottled_texture_uploader.h', |
+ 'video_layer.cc', |
+ 'video_layer.h', |
+ 'video_layer_impl.cc', |
'video_layer_impl.h', |
+ 'yuv_video_draw_quad.cc', |
'yuv_video_draw_quad.h', |
], |
}, |