diff options
Diffstat (limited to 'cc/cc.gyp')
-rw-r--r-- | cc/cc.gyp | 134 |
1 files changed, 134 insertions, 0 deletions
@@ -226,6 +226,122 @@ 'TreeSynchronizer.h', 'VideoLayerChromium.cpp', 'VideoLayerChromium.h', + + 'bitmap_canvas_layer_texture_updater.h', + 'bitmap_skpicture_canvas_layer_texture_updater.h', + 'canvas_layer_texture_updater.h', + 'active_animation.h', + 'animation_curve.h', + 'animation_events.h', + 'append_quads_data.h', + 'checkerboard_draw_quad.h', + 'completion_event.h', + 'damage_tracker.h', + 'debug_border_draw_quad.h', + 'debug_rect_history.h', + 'delay_based_time_source.h', + 'delegated_renderer_layer_impl.h', + 'direct_renderer.h', + 'draw_quad.h', + 'font_atlas.h', + 'frame_rate_controller.h', + 'frame_rate_counter.h', + 'graphics_context.h', + 'heads_up_display_layer_impl.h', + 'input_handler.h', + 'io_surface_draw_quad.h', + 'io_surface_layer_impl.h', + 'keyframed_animation_curve.h', + 'layer_animation_controller.h', + 'layer_impl.h', + 'layer_iterator.h', + 'layer_quad.h', + 'layer_sorter.h', + 'layer_tiling_data.h', + 'layer_tree_host_client.h', + 'layer_tree_host_common.h', + 'layer_tree_host.h', + 'layer_tree_host_impl.h', + 'math_util.h', + 'occlusion_tracker.h', + 'overdraw_metrics.h', + 'page_scale_animation.h', + 'prioritized_texture.h', + 'prioritized_texture_manager.h', + 'priority_calculator.h', + 'proxy.h', + 'quad_culler.h', + 'quad_sink.h', + 'gl_renderer.h', + 'renderer.h', + 'software_renderer.h', + 'rendering_stats.h', + 'render_pass_draw_quad.h', + 'render_pass.h', + 'render_pass_sink.h', + 'render_surface_filters.h', + 'render_surface_impl.h', + 'resource_provider.h', + 'scheduler.h', + 'scheduler_state_machine.h', + 'scoped_texture.h', + 'scoped_thread_proxy.h', + 'scrollbar_animation_controller.h', + 'scrollbar_animation_controller_linear_fade.h', + 'scrollbar_geometry_fixed_thumb.h', + 'scrollbar_geometry_stub.h', + 'scrollbar_layer_impl.h', + 'settings.h', + 'shared_quad_state.h', + 'single_thread_proxy.h', + 'solid_color_draw_quad.h', + 'solid_color_layer_impl.h', + 'stream_video_draw_quad.h', + 'texture_draw_quad.h', + 'texture.h', + 'texture_layer_impl.h', + 'texture_update_controller.h', + 'texture_update_queue.h', + 'threaded_test.h', + 'thread.h', + 'thread_proxy.h', + 'thread_task.h', + 'tiled_layer_impl.h', + 'tile_draw_quad.h', + 'timer.h', + 'time_source.h', + 'timing_function.h', + 'video_layer_impl.h', + 'yuv_video_draw_quad.h', + 'content_layer_client.h', + 'content_layer.h', + 'delegated_renderer_layer.h', + 'frame_buffer_skpicture_canvas_layer_texture_updater.h', + 'geometry_binding.h', + 'heads_up_display_layer.h', + 'image_layer.h', + 'io_surface_layer.h', + 'layer.h', + 'layer_painter.h', + 'layer_texture_sub_image.h', + 'layer_texture_updater.h', + 'platform_color.h', + 'program_binding.h', + 'rate_limiter.h', + 'render_surface.h', + 'scrollbar_layer.h', + 'shader.h', + 'skpicture_canvas_layer_texture_updater.h', + 'solid_color_layer.h', + 'texture_copier.h', + 'texture_layer_client.h', + 'texture_layer.h', + 'texture_uploader.h', + 'throttled_texture_uploader.h', + 'tiled_layer.h', + 'tree_synchronizer.h', + 'unthrottled_texture_uploader.h', + 'video_layer.h', ], }, 'targets': [ @@ -276,6 +392,24 @@ 'stubs/TilingData.h', 'stubs/TraceEvent.h', 'stubs/UnitBezier.h', + + 'stubs/extensions_3d_chromium.h', + 'stubs/extensions_3d.h', + 'stubs/float_point_3d.h', + 'stubs/float_point.h', + 'stubs/float_quad.h', + 'stubs/float_rect.h', + 'stubs/float_size.h', + 'stubs/graphics_context_3d.h', + 'stubs/graphics_types_3d.h', + 'stubs/int_point.h', + 'stubs/int_rect.h', + 'stubs/int_size.h', + 'stubs/not_implemented.h', + 'stubs/skia_utils.h', + 'stubs/tiling_data.h', + 'stubs/trace_event.h', + 'stubs/unit_bezier.h', ], }], ], |