OLD | NEW |
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. |
2 # Use of this source code is governed by a BSD-style license that can be | 2 # Use of this source code is governed by a BSD-style license that can be |
3 # found in the LICENSE file. | 3 # found in the LICENSE file. |
4 | 4 |
5 { | 5 { |
6 'variables': { | 6 'variables': { |
7 'cc_source_files': [ | 7 'cc_source_files': [ |
8 'hash_pair.h', | 8 'hash_pair.h', |
9 'scoped_ptr_hash_map.h', | 9 'scoped_ptr_hash_map.h', |
10 'scoped_ptr_vector.h', | 10 'scoped_ptr_vector.h', |
(...skipping 11 matching lines...) Expand all Loading... |
22 'CCAnimationEvents.h', | 22 'CCAnimationEvents.h', |
23 'checkerboard_draw_quad.cc', | 23 'checkerboard_draw_quad.cc', |
24 'CCCheckerboardDrawQuad.h', | 24 'CCCheckerboardDrawQuad.h', |
25 'CCCompletionEvent.h', | 25 'CCCompletionEvent.h', |
26 'damage_tracker.cc', | 26 'damage_tracker.cc', |
27 'CCDamageTracker.h', | 27 'CCDamageTracker.h', |
28 'debug_border_draw_quad.cc', | 28 'debug_border_draw_quad.cc', |
29 'CCDebugBorderDrawQuad.h', | 29 'CCDebugBorderDrawQuad.h', |
30 'debug_rect_history.cc', | 30 'debug_rect_history.cc', |
31 'CCDebugRectHistory.h', | 31 'CCDebugRectHistory.h', |
| 32 'CCDecorationLayerImpl.cpp', |
| 33 'CCDecorationLayerImpl.h', |
32 'delay_based_time_source.cc', | 34 'delay_based_time_source.cc', |
33 'CCDelayBasedTimeSource.h', | 35 'CCDelayBasedTimeSource.h', |
34 'delegated_renderer_layer_impl.cc', | 36 'delegated_renderer_layer_impl.cc', |
35 'CCDelegatedRendererLayerImpl.h', | 37 'CCDelegatedRendererLayerImpl.h', |
36 'direct_renderer.cc', | 38 'direct_renderer.cc', |
37 'CCDirectRenderer.h', | 39 'CCDirectRenderer.h', |
38 'draw_quad.cc', | 40 'draw_quad.cc', |
39 'CCDrawQuad.h', | 41 'CCDrawQuad.h', |
40 'font_atlas.cc', | 42 'font_atlas.cc', |
41 'CCFontAtlas.h', | 43 'CCFontAtlas.h', |
(...skipping 122 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
164 'CCTimingFunction.h', | 166 'CCTimingFunction.h', |
165 'video_layer_impl.cc', | 167 'video_layer_impl.cc', |
166 'CCVideoLayerImpl.h', | 168 'CCVideoLayerImpl.h', |
167 'yuv_video_draw_quad.cc', | 169 'yuv_video_draw_quad.cc', |
168 'CCYUVVideoDrawQuad.h', | 170 'CCYUVVideoDrawQuad.h', |
169 'canvas_layer_texture_updater.cc', | 171 'canvas_layer_texture_updater.cc', |
170 'CanvasLayerTextureUpdater.h', | 172 'CanvasLayerTextureUpdater.h', |
171 'content_layer.cc', | 173 'content_layer.cc', |
172 'ContentLayerChromium.h', | 174 'ContentLayerChromium.h', |
173 'ContentLayerChromiumClient.h', | 175 'ContentLayerChromiumClient.h', |
| 176 'DecorationLayerChromium.h', |
| 177 'DecorationLayerChromium.cpp', |
174 'delegated_renderer_layer.cc', | 178 'delegated_renderer_layer.cc', |
175 'DelegatedRendererLayerChromium.h', | 179 'DelegatedRendererLayerChromium.h', |
176 'frame_buffer_skpicture_canvas_layer_texture_updater.cc', | 180 'frame_buffer_skpicture_canvas_layer_texture_updater.cc', |
177 'FrameBufferSkPictureCanvasLayerTextureUpdater.h', | 181 'FrameBufferSkPictureCanvasLayerTextureUpdater.h', |
178 'geometry_binding.cc', | 182 'geometry_binding.cc', |
179 'GeometryBinding.h', | 183 'GeometryBinding.h', |
180 'heads_up_display_layer.cc', | 184 'heads_up_display_layer.cc', |
181 'HeadsUpDisplayLayerChromium.h', | 185 'HeadsUpDisplayLayerChromium.h', |
182 'io_surface_layer.cc', | 186 'io_surface_layer.cc', |
183 'IOSurfaceLayerChromium.h', | 187 'IOSurfaceLayerChromium.h', |
(...skipping 217 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
401 'stubs/int_size.h', | 405 'stubs/int_size.h', |
402 'stubs/not_implemented.h', | 406 'stubs/not_implemented.h', |
403 'stubs/skia_utils.h', | 407 'stubs/skia_utils.h', |
404 'stubs/tiling_data.h', | 408 'stubs/tiling_data.h', |
405 'stubs/trace_event.h', | 409 'stubs/trace_event.h', |
406 'stubs/unit_bezier.h', | 410 'stubs/unit_bezier.h', |
407 ], | 411 ], |
408 }, | 412 }, |
409 ], | 413 ], |
410 } | 414 } |
OLD | NEW |