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

Side by Side Diff: cc/cc.gyp

Issue 11145033: cc: Get rid of CC*.h temporary header files. (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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
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 'chromium_code': 0, 7 'chromium_code': 0,
8 'use_libcc_for_compositor%': 0, 8 'use_libcc_for_compositor%': 0,
9 'cc_source_files': [ 9 'cc_source_files': [
10 'hash_pair.h', 10 'hash_pair.h',
11 'scoped_ptr_hash_map.h', 11 'scoped_ptr_hash_map.h',
12 'scoped_ptr_vector.h', 12 'scoped_ptr_vector.h',
13 'bitmap_canvas_layer_texture_updater.cc', 13 'bitmap_canvas_layer_texture_updater.cc',
14 'BitmapCanvasLayerTextureUpdater.h', 14 'BitmapCanvasLayerTextureUpdater.h',
15 'bitmap_skpicture_canvas_layer_texture_updater.cc', 15 'bitmap_skpicture_canvas_layer_texture_updater.cc',
16 'BitmapSkPictureCanvasLayerTextureUpdater.h', 16 'BitmapSkPictureCanvasLayerTextureUpdater.h',
17 'caching_bitmap_canvas_layer_texture_updater.cc', 17 'caching_bitmap_canvas_layer_texture_updater.cc',
18 'caching_bitmap_canvas_layer_texture_updater.h', 18 'caching_bitmap_canvas_layer_texture_updater.h',
19 'active_animation.cc', 19 'active_animation.cc',
20 'CCActiveAnimation.h', 20 'cc/active_animation.h',
enne (OOO) 2012/10/16 05:27:18 I don't think these should have cc/ in them in the
21 'CCAppendQuadsData.h', 21 'CCAppendQuadsData.h',
22 'animation_curve.cc', 22 'animation_curve.cc',
23 'CCAnimationCurve.h', 23 'cc/animation_curve.h',
24 'CCAnimationEvents.h', 24 'cc/animation_events.h',
25 'checkerboard_draw_quad.cc', 25 'checkerboard_draw_quad.cc',
26 'CCCheckerboardDrawQuad.h', 26 'CCCheckerboardDrawQuad.h',
27 'CCCompletionEvent.h', 27 'cc/completion_event.h',
28 'damage_tracker.cc', 28 'damage_tracker.cc',
29 'CCDamageTracker.h', 29 'CCDamageTracker.h',
30 'debug_border_draw_quad.cc', 30 'debug_border_draw_quad.cc',
31 'CCDebugBorderDrawQuad.h', 31 'CCDebugBorderDrawQuad.h',
32 'debug_rect_history.cc', 32 'debug_rect_history.cc',
33 'CCDebugRectHistory.h', 33 'CCDebugRectHistory.h',
34 'delay_based_time_source.cc', 34 'delay_based_time_source.cc',
35 'CCDelayBasedTimeSource.h', 35 'CCDelayBasedTimeSource.h',
36 'delegated_renderer_layer_impl.cc', 36 'delegated_renderer_layer_impl.cc',
37 'CCDelegatedRendererLayerImpl.h', 37 'CCDelegatedRendererLayerImpl.h',
(...skipping 30 matching lines...) Expand all
68 'layer_tiling_data.cc', 68 'layer_tiling_data.cc',
69 'CCLayerTilingData.h', 69 'CCLayerTilingData.h',
70 'layer_tree_host.cc', 70 'layer_tree_host.cc',
71 'CCLayerTreeHost.h', 71 'CCLayerTreeHost.h',
72 'CCLayerTreeHostClient.h', 72 'CCLayerTreeHostClient.h',
73 'layer_tree_host_common.cc', 73 'layer_tree_host_common.cc',
74 'CCLayerTreeHostCommon.h', 74 'CCLayerTreeHostCommon.h',
75 'layer_tree_host_impl.cc', 75 'layer_tree_host_impl.cc',
76 'CCLayerTreeHostImpl.h', 76 'CCLayerTreeHostImpl.h',
77 'math_util.cc', 77 'math_util.cc',
78 'CCMathUtil.h', 78 'cc/math_util.h',
79 'occlusion_tracker.cc', 79 'occlusion_tracker.cc',
80 'CCOcclusionTracker.h', 80 'CCOcclusionTracker.h',
81 'overdraw_metrics.cc', 81 'overdraw_metrics.cc',
82 'CCOverdrawMetrics.h', 82 'CCOverdrawMetrics.h',
83 'page_scale_animation.cc', 83 'page_scale_animation.cc',
84 'CCPageScaleAnimation.h', 84 'CCPageScaleAnimation.h',
85 'prioritized_texture.cc', 85 'prioritized_texture.cc',
86 'CCPrioritizedTexture.h', 86 'CCPrioritizedTexture.h',
87 'prioritized_texture_manager.cc', 87 'prioritized_texture_manager.cc',
88 'CCPrioritizedTextureManager.h', 88 'CCPrioritizedTextureManager.h',
89 'priority_calculator.cc', 89 'priority_calculator.cc',
90 'CCPriorityCalculator.h', 90 'CCPriorityCalculator.h',
91 'proxy.cc', 91 'proxy.cc',
92 'CCProxy.h', 92 'cc/proxy.h',
93 'quad_culler.cc', 93 'quad_culler.cc',
94 'CCQuadCuller.h', 94 'CCQuadCuller.h',
95 'CCQuadSink.h', 95 'CCQuadSink.h',
96 'render_pass.cc', 96 'render_pass.cc',
97 'CCRenderPass.h', 97 'CCRenderPass.h',
98 'render_pass_draw_quad.cc', 98 'render_pass_draw_quad.cc',
99 'CCRenderPassDrawQuad.h', 99 'CCRenderPassDrawQuad.h',
100 'CCRenderPassSink.h', 100 'CCRenderPassSink.h',
101 'render_surface_impl.cc', 101 'render_surface_impl.cc',
102 'CCRenderSurface.h', 102 'CCRenderSurface.h',
103 'render_surface_filters.cc', 103 'render_surface_filters.cc',
104 'CCRenderSurfaceFilters.h', 104 'CCRenderSurfaceFilters.h',
105 'renderer.cc', 105 'renderer.cc',
106 'CCRenderer.h', 106 'CCRenderer.h',
107 'gl_renderer.cc', 107 'gl_renderer.cc',
108 'CCRendererGL.h', 108 'cc/gl_renderer.h',
109 'software_renderer.cc', 109 'software_renderer.cc',
110 'CCRendererSoftware.h', 110 'cc/software_renderer.h',
111 'CCRenderingStats.h', 111 'cc/rendering_stats.h',
112 'resource_provider.cc', 112 'resource_provider.cc',
113 'CCResourceProvider.h', 113 'cc/resource_provider.h',
114 'scheduler.cc', 114 'scheduler.cc',
115 'CCScheduler.h', 115 'cc/scheduler.h',
116 'scheduler_state_machine.cc', 116 'scheduler_state_machine.cc',
117 'CCSchedulerStateMachine.h', 117 'cc/scheduler_state_machine.h',
118 'scoped_texture.cc', 118 'scoped_texture.cc',
119 'CCScopedTexture.h', 119 'cc/scoped_texture.h',
120 'scoped_thread_proxy.cc', 120 'scoped_thread_proxy.cc',
121 'CCScopedThreadProxy.h', 121 'cc/scoped_thread_proxy.h',
122 'scrollbar_animation_controller.cc', 122 'scrollbar_animation_controller.cc',
123 'CCScrollbarAnimationController.h', 123 'cc/scrollbar_animation_controller.h',
124 'scrollbar_animation_controller_linear_fade.cc', 124 'scrollbar_animation_controller_linear_fade.cc',
125 'CCScrollbarAnimationControllerLinearFade.h', 125 'CCScrollbarAnimationControllerLinearFade.h',
126 'scrollbar_layer_impl.cc', 126 'scrollbar_layer_impl.cc',
127 'CCScrollbarLayerImpl.h', 127 'CCScrollbarLayerImpl.h',
128 'scrollbar_geometry_fixed_thumb.cc', 128 'scrollbar_geometry_fixed_thumb.cc',
129 'CCScrollbarGeometryFixedThumb.h', 129 'CCScrollbarGeometryFixedThumb.h',
130 'scrollbar_geometry_stub.cc', 130 'scrollbar_geometry_stub.cc',
131 'CCScrollbarGeometryStub.h', 131 'CCScrollbarGeometryStub.h',
132 'settings.cc', 132 'settings.cc',
133 'CCSettings.h', 133 'CCSettings.h',
134 'shared_quad_state.cc', 134 'shared_quad_state.cc',
135 'CCSharedQuadState.h', 135 'CCSharedQuadState.h',
136 'single_thread_proxy.cc', 136 'single_thread_proxy.cc',
137 'CCSingleThreadProxy.h', 137 'CCSingleThreadProxy.h',
138 'solid_color_draw_quad.cc', 138 'solid_color_draw_quad.cc',
139 'CCSolidColorDrawQuad.h', 139 'CCSolidColorDrawQuad.h',
140 'solid_color_layer_impl.cc', 140 'solid_color_layer_impl.cc',
141 'CCSolidColorLayerImpl.h', 141 'CCSolidColorLayerImpl.h',
142 'stream_video_draw_quad.cc', 142 'stream_video_draw_quad.cc',
143 'CCStreamVideoDrawQuad.h', 143 'CCStreamVideoDrawQuad.h',
144 'texture.cc', 144 'texture.cc',
145 'CCTexture.h', 145 'CCTexture.h',
146 'texture_draw_quad.cc', 146 'texture_draw_quad.cc',
147 'CCTextureDrawQuad.h', 147 'CCTextureDrawQuad.h',
148 'texture_layer_impl.cc', 148 'texture_layer_impl.cc',
149 'CCTextureLayerImpl.h', 149 'cc/texture_layer_impl.h',
150 'texture_update_controller.cc', 150 'texture_update_controller.cc',
151 'CCTextureUpdateController.h', 151 'cc/texture_update_controller.h',
152 'texture_update_queue.cc', 152 'texture_update_queue.cc',
153 'CCTextureUpdateQueue.h', 153 'cc/texture_update_queue.h',
154 'CCThread.h', 154 'cc/thread.h',
155 'thread_proxy.cc', 155 'thread_proxy.cc',
156 'CCThreadProxy.h', 156 'cc/thread_proxy.h',
157 'CCThreadTask.h', 157 'cc/thread_task.h',
158 'tile_draw_quad.cc', 158 'tile_draw_quad.cc',
159 'CCTileDrawQuad.h', 159 'cc/tile_draw_quad.h',
160 'tiled_layer_impl.cc', 160 'tiled_layer_impl.cc',
161 'CCTiledLayerImpl.h', 161 'cc/tiled_layer_impl.h',
162 'CCTimeSource.h', 162 'cc/time_source.h',
163 'timer.cc', 163 'timer.cc',
164 'CCTimer.h', 164 'cc/timer.h',
165 'timing_function.cc', 165 'timing_function.cc',
166 'CCTimingFunction.h', 166 'cc/timing_function.h',
167 'video_layer_impl.cc', 167 'video_layer_impl.cc',
168 'CCVideoLayerImpl.h', 168 'cc/video_layer_impl.h',
169 'yuv_video_draw_quad.cc', 169 'yuv_video_draw_quad.cc',
170 'CCYUVVideoDrawQuad.h', 170 'cc/yuv_video_draw_quad.h',
171 'canvas_layer_texture_updater.cc', 171 'canvas_layer_texture_updater.cc',
172 'CanvasLayerTextureUpdater.h', 172 'CanvasLayerTextureUpdater.h',
173 'content_layer.cc', 173 'content_layer.cc',
174 'ContentLayerChromium.h', 174 'ContentLayerChromium.h',
175 'ContentLayerChromiumClient.h', 175 'ContentLayerChromiumClient.h',
176 'delegated_renderer_layer.cc', 176 'delegated_renderer_layer.cc',
177 'DelegatedRendererLayerChromium.h', 177 'DelegatedRendererLayerChromium.h',
178 'frame_buffer_skpicture_canvas_layer_texture_updater.cc', 178 'frame_buffer_skpicture_canvas_layer_texture_updater.cc',
179 'FrameBufferSkPictureCanvasLayerTextureUpdater.h', 179 'FrameBufferSkPictureCanvasLayerTextureUpdater.h',
180 'geometry_binding.cc', 180 'geometry_binding.cc',
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after
219 'ThrottledTextureUploader.h', 219 'ThrottledTextureUploader.h',
220 'unthrottled_texture_uploader.cc', 220 'unthrottled_texture_uploader.cc',
221 'UnthrottledTextureUploader.h', 221 'UnthrottledTextureUploader.h',
222 'tiled_layer.cc', 222 'tiled_layer.cc',
223 'TiledLayerChromium.h', 223 'TiledLayerChromium.h',
224 'tree_synchronizer.cc', 224 'tree_synchronizer.cc',
225 'TreeSynchronizer.h', 225 'TreeSynchronizer.h',
226 'video_layer.cc', 226 'video_layer.cc',
227 'VideoLayerChromium.h', 227 'VideoLayerChromium.h',
228 228
229 'bitmap_canvas_layer_texture_updater.h', 229 'bitmap_canvas_layer_texture_updater.h',
enne (OOO) 2012/10/16 05:27:18 Can you sort all of these into the list?
230 'bitmap_skpicture_canvas_layer_texture_updater.h', 230 'bitmap_skpicture_canvas_layer_texture_updater.h',
231 'canvas_layer_texture_updater.h', 231 'canvas_layer_texture_updater.h',
232 'active_animation.h', 232 'active_animation.h',
233 'animation_curve.h', 233 'animation_curve.h',
234 'animation_events.h', 234 'animation_events.h',
235 'append_quads_data.h', 235 'append_quads_data.h',
236 'checkerboard_draw_quad.h', 236 'checkerboard_draw_quad.h',
237 'completion_event.h', 237 'completion_event.h',
238 'damage_tracker.h', 238 'damage_tracker.h',
239 'debug_border_draw_quad.h', 239 'debug_border_draw_quad.h',
(...skipping 167 matching lines...) Expand 10 before | Expand all | Expand 10 after
407 'stubs/skia_utils.h', 407 'stubs/skia_utils.h',
408 'stubs/tiling_data.h', 408 'stubs/tiling_data.h',
409 'stubs/trace_event.h', 409 'stubs/trace_event.h',
410 'stubs/unit_bezier.h', 410 'stubs/unit_bezier.h',
411 ], 411 ],
412 }], 412 }],
413 ], 413 ],
414 }, 414 },
415 ], 415 ],
416 } 416 }
OLDNEW
« no previous file with comments | « cc/canvas_layer_texture_updater.cc ('k') | cc/cc_tests.gyp » ('j') | cc/cc_tests.gyp » ('J')

Powered by Google App Engine
This is Rietveld 408576698