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

Side by Side Diff: cc/cc.gyp

Issue 11122003: [cc] Rename all cc/ 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « cc/canvas_layer_texture_updater.cc ('k') | cc/checkerboard_draw_quad.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 'own_ptr_vector.h', 11 'own_ptr_vector.h',
12 'scoped_ptr_hash_map.h', 12 'scoped_ptr_hash_map.h',
13 'scoped_ptr_vector.h', 13 'scoped_ptr_vector.h',
14 'BitmapCanvasLayerTextureUpdater.cpp', 14 'bitmap_canvas_layer_texture_updater.cc',
15 'BitmapCanvasLayerTextureUpdater.h', 15 'BitmapCanvasLayerTextureUpdater.h',
16 'BitmapSkPictureCanvasLayerTextureUpdater.cpp', 16 'bitmap_skpicture_canvas_layer_texture_updater.cc',
17 'BitmapSkPictureCanvasLayerTextureUpdater.h', 17 'BitmapSkPictureCanvasLayerTextureUpdater.h',
18 'caching_bitmap_canvas_layer_texture_updater.cc', 18 'caching_bitmap_canvas_layer_texture_updater.cc',
19 'caching_bitmap_canvas_layer_texture_updater.h', 19 'caching_bitmap_canvas_layer_texture_updater.h',
20 'CCActiveAnimation.cpp', 20 'active_animation.cc',
21 'CCActiveAnimation.h', 21 'CCActiveAnimation.h',
22 'CCAppendQuadsData.h', 22 'CCAppendQuadsData.h',
23 'CCAnimationCurve.cpp', 23 'animation_curve.cc',
24 'CCAnimationCurve.h', 24 'CCAnimationCurve.h',
25 'CCAnimationEvents.h', 25 'CCAnimationEvents.h',
26 'CCCheckerboardDrawQuad.cpp', 26 'checkerboard_draw_quad.cc',
27 'CCCheckerboardDrawQuad.h', 27 'CCCheckerboardDrawQuad.h',
28 'CCCompletionEvent.h', 28 'CCCompletionEvent.h',
29 'CCDamageTracker.cpp', 29 'damage_tracker.cc',
30 'CCDamageTracker.h', 30 'CCDamageTracker.h',
31 'CCDebugBorderDrawQuad.cpp', 31 'debug_border_draw_quad.cc',
32 'CCDebugBorderDrawQuad.h', 32 'CCDebugBorderDrawQuad.h',
33 'CCDebugRectHistory.cpp', 33 'debug_rect_history.cc',
34 'CCDebugRectHistory.h', 34 'CCDebugRectHistory.h',
35 'CCDelayBasedTimeSource.cpp', 35 'delay_based_time_source.cc',
36 'CCDelayBasedTimeSource.h', 36 'CCDelayBasedTimeSource.h',
37 'CCDelegatedRendererLayerImpl.cpp', 37 'delegated_renderer_layer_impl.cc',
38 'CCDelegatedRendererLayerImpl.h', 38 'CCDelegatedRendererLayerImpl.h',
39 'CCDirectRenderer.cpp', 39 'direct_renderer.cc',
40 'CCDirectRenderer.h', 40 'CCDirectRenderer.h',
41 'CCDrawQuad.cpp', 41 'draw_quad.cc',
42 'CCDrawQuad.h', 42 'CCDrawQuad.h',
43 'CCFontAtlas.cpp', 43 'font_atlas.cc',
44 'CCFontAtlas.h', 44 'CCFontAtlas.h',
45 'CCFrameRateController.cpp', 45 'frame_rate_controller.cc',
46 'CCFrameRateController.h', 46 'CCFrameRateController.h',
47 'CCFrameRateCounter.cpp', 47 'frame_rate_counter.cc',
48 'CCFrameRateCounter.h', 48 'CCFrameRateCounter.h',
49 'CCGraphicsContext.h', 49 'CCGraphicsContext.h',
50 'CCHeadsUpDisplayLayerImpl.cpp', 50 'heads_up_display_layer_impl.cc',
51 'CCHeadsUpDisplayLayerImpl.h', 51 'CCHeadsUpDisplayLayerImpl.h',
52 'CCIOSurfaceDrawQuad.cpp', 52 'io_surface_draw_quad.cc',
53 'CCIOSurfaceDrawQuad.h', 53 'CCIOSurfaceDrawQuad.h',
54 'CCIOSurfaceLayerImpl.cpp', 54 'io_surface_layer_impl.cc',
55 'CCIOSurfaceLayerImpl.h', 55 'CCIOSurfaceLayerImpl.h',
56 'CCInputHandler.h', 56 'CCInputHandler.h',
57 'CCKeyframedAnimationCurve.cpp', 57 'keyframed_animation_curve.cc',
58 'CCKeyframedAnimationCurve.h', 58 'CCKeyframedAnimationCurve.h',
59 'CCLayerAnimationController.cpp', 59 'layer_animation_controller.cc',
60 'CCLayerAnimationController.h', 60 'CCLayerAnimationController.h',
61 'CCLayerImpl.cpp', 61 'layer_impl.cc',
62 'CCLayerImpl.h', 62 'CCLayerImpl.h',
63 'CCLayerIterator.cpp', 63 'layer_iterator.cc',
64 'CCLayerIterator.h', 64 'CCLayerIterator.h',
65 'CCLayerQuad.cpp', 65 'layer_quad.cc',
66 'CCLayerQuad.h', 66 'CCLayerQuad.h',
67 'CCLayerSorter.cpp', 67 'layer_sorter.cc',
68 'CCLayerSorter.h', 68 'CCLayerSorter.h',
69 'CCLayerTilingData.cpp', 69 'layer_tiling_data.cc',
70 'CCLayerTilingData.h', 70 'CCLayerTilingData.h',
71 'CCLayerTreeHost.cpp', 71 'layer_tree_host.cc',
72 'CCLayerTreeHost.h', 72 'CCLayerTreeHost.h',
73 'CCLayerTreeHostClient.h', 73 'CCLayerTreeHostClient.h',
74 'CCLayerTreeHostCommon.cpp', 74 'layer_tree_host_common.cc',
75 'CCLayerTreeHostCommon.h', 75 'CCLayerTreeHostCommon.h',
76 'CCLayerTreeHostImpl.cpp', 76 'layer_tree_host_impl.cc',
77 'CCLayerTreeHostImpl.h', 77 'CCLayerTreeHostImpl.h',
78 'CCMathUtil.cpp', 78 'math_util.cc',
79 'CCMathUtil.h', 79 'CCMathUtil.h',
80 'CCOcclusionTracker.cpp', 80 'occlusion_tracker.cc',
81 'CCOcclusionTracker.h', 81 'CCOcclusionTracker.h',
82 'CCOverdrawMetrics.cpp', 82 'overdraw_metrics.cc',
83 'CCOverdrawMetrics.h', 83 'CCOverdrawMetrics.h',
84 'CCPageScaleAnimation.cpp', 84 'page_scale_animation.cc',
85 'CCPageScaleAnimation.h', 85 'CCPageScaleAnimation.h',
86 'CCPrioritizedTexture.cpp', 86 'prioritized_texture.cc',
87 'CCPrioritizedTexture.h', 87 'CCPrioritizedTexture.h',
88 'CCPrioritizedTextureManager.cpp', 88 'prioritized_texture_manager.cc',
89 'CCPrioritizedTextureManager.h', 89 'CCPrioritizedTextureManager.h',
90 'CCPriorityCalculator.cpp', 90 'priority_calculator.cc',
91 'CCPriorityCalculator.h', 91 'CCPriorityCalculator.h',
92 'CCProxy.cpp', 92 'proxy.cc',
93 'CCProxy.h', 93 'CCProxy.h',
94 'CCQuadCuller.cpp', 94 'quad_culler.cc',
95 'CCQuadCuller.h', 95 'CCQuadCuller.h',
96 'CCQuadSink.h', 96 'CCQuadSink.h',
97 'CCRenderPass.cpp', 97 'render_pass.cc',
98 'CCRenderPass.h', 98 'CCRenderPass.h',
99 'CCRenderPassDrawQuad.cpp', 99 'render_pass_draw_quad.cc',
100 'CCRenderPassDrawQuad.h', 100 'CCRenderPassDrawQuad.h',
101 'CCRenderPassSink.h', 101 'CCRenderPassSink.h',
102 'CCRenderSurface.cpp', 102 'render_surface_impl.cc',
103 'CCRenderSurface.h', 103 'CCRenderSurface.h',
104 'CCRenderSurfaceFilters.cpp', 104 'render_surface_filters.cc',
105 'CCRenderSurfaceFilters.h', 105 'CCRenderSurfaceFilters.h',
106 'CCRenderer.cpp', 106 'renderer.cc',
107 'CCRenderer.h', 107 'CCRenderer.h',
108 'CCRendererGL.cpp', 108 'gl_renderer.cc',
109 'CCRendererGL.h', 109 'CCRendererGL.h',
110 'CCRendererSoftware.cpp', 110 'software_renderer.cc',
111 'CCRendererSoftware.h', 111 'CCRendererSoftware.h',
112 'CCRenderingStats.h', 112 'CCRenderingStats.h',
113 'CCResourceProvider.cpp', 113 'resource_provider.cc',
114 'CCResourceProvider.h', 114 'CCResourceProvider.h',
115 'CCScheduler.cpp', 115 'scheduler.cc',
116 'CCScheduler.h', 116 'CCScheduler.h',
117 'CCSchedulerStateMachine.cpp', 117 'scheduler_state_machine.cc',
118 'CCSchedulerStateMachine.h', 118 'CCSchedulerStateMachine.h',
119 'CCScopedTexture.cpp', 119 'scoped_texture.cc',
120 'CCScopedTexture.h', 120 'CCScopedTexture.h',
121 'CCScopedThreadProxy.cpp', 121 'scoped_thread_proxy.cc',
122 'CCScopedThreadProxy.h', 122 'CCScopedThreadProxy.h',
123 'CCScrollbarAnimationController.cpp', 123 'scrollbar_animation_controller.cc',
124 'CCScrollbarAnimationController.h', 124 'CCScrollbarAnimationController.h',
125 'CCScrollbarAnimationControllerLinearFade.cpp', 125 'scrollbar_animation_controller_linear_fade.cc',
126 'CCScrollbarAnimationControllerLinearFade.h', 126 'CCScrollbarAnimationControllerLinearFade.h',
127 'CCScrollbarLayerImpl.cpp', 127 'scrollbar_layer_impl.cc',
128 'CCScrollbarLayerImpl.h', 128 'CCScrollbarLayerImpl.h',
129 'CCScrollbarGeometryFixedThumb.cpp', 129 'scrollbar_geometry_fixed_thumb.cc',
130 'CCScrollbarGeometryFixedThumb.h', 130 'CCScrollbarGeometryFixedThumb.h',
131 'CCScrollbarGeometryStub.cpp', 131 'scrollbar_geometry_stub.cc',
132 'CCScrollbarGeometryStub.h', 132 'CCScrollbarGeometryStub.h',
133 'CCSettings.cpp', 133 'settings.cc',
134 'CCSettings.h', 134 'CCSettings.h',
135 'CCSharedQuadState.cpp', 135 'shared_quad_state.cc',
136 'CCSharedQuadState.h', 136 'CCSharedQuadState.h',
137 'CCSingleThreadProxy.cpp', 137 'single_thread_proxy.cc',
138 'CCSingleThreadProxy.h', 138 'CCSingleThreadProxy.h',
139 'CCSolidColorDrawQuad.cpp', 139 'solid_color_draw_quad.cc',
140 'CCSolidColorDrawQuad.h', 140 'CCSolidColorDrawQuad.h',
141 'CCSolidColorLayerImpl.cpp', 141 'solid_color_layer_impl.cc',
142 'CCSolidColorLayerImpl.h', 142 'CCSolidColorLayerImpl.h',
143 'CCStreamVideoDrawQuad.cpp', 143 'stream_video_draw_quad.cc',
144 'CCStreamVideoDrawQuad.h', 144 'CCStreamVideoDrawQuad.h',
145 'CCTexture.cpp', 145 'texture.cc',
146 'CCTexture.h', 146 'CCTexture.h',
147 'CCTextureDrawQuad.cpp', 147 'texture_draw_quad.cc',
148 'CCTextureDrawQuad.h', 148 'CCTextureDrawQuad.h',
149 'CCTextureLayerImpl.cpp', 149 'texture_layer_impl.cc',
150 'CCTextureLayerImpl.h', 150 'CCTextureLayerImpl.h',
151 'CCTextureUpdateController.cpp', 151 'texture_update_controller.cc',
152 'CCTextureUpdateController.h', 152 'CCTextureUpdateController.h',
153 'CCTextureUpdateQueue.cpp', 153 'texture_update_queue.cc',
154 'CCTextureUpdateQueue.h', 154 'CCTextureUpdateQueue.h',
155 'CCThread.h', 155 'CCThread.h',
156 'CCThreadProxy.cpp', 156 'thread_proxy.cc',
157 'CCThreadProxy.h', 157 'CCThreadProxy.h',
158 'CCThreadTask.h', 158 'CCThreadTask.h',
159 'CCTileDrawQuad.cpp', 159 'tile_draw_quad.cc',
160 'CCTileDrawQuad.h', 160 'CCTileDrawQuad.h',
161 'CCTiledLayerImpl.cpp', 161 'tiled_layer_impl.cc',
162 'CCTiledLayerImpl.h', 162 'CCTiledLayerImpl.h',
163 'CCTimeSource.h', 163 'CCTimeSource.h',
164 'CCTimer.cpp', 164 'timer.cc',
165 'CCTimer.h', 165 'CCTimer.h',
166 'CCTimingFunction.cpp', 166 'timing_function.cc',
167 'CCTimingFunction.h', 167 'CCTimingFunction.h',
168 'CCVideoLayerImpl.cpp', 168 'video_layer_impl.cc',
169 'CCVideoLayerImpl.h', 169 'CCVideoLayerImpl.h',
170 'CCYUVVideoDrawQuad.cpp', 170 'yuv_video_draw_quad.cc',
171 'CCYUVVideoDrawQuad.h', 171 'CCYUVVideoDrawQuad.h',
172 'CanvasLayerTextureUpdater.cpp', 172 'canvas_layer_texture_updater.cc',
173 'CanvasLayerTextureUpdater.h', 173 'CanvasLayerTextureUpdater.h',
174 'ContentLayerChromium.cpp', 174 'content_layer.cc',
175 'ContentLayerChromium.h', 175 'ContentLayerChromium.h',
176 'ContentLayerChromiumClient.h', 176 'ContentLayerChromiumClient.h',
177 'DelegatedRendererLayerChromium.cpp', 177 'delegated_renderer_layer.cc',
178 'DelegatedRendererLayerChromium.h', 178 'DelegatedRendererLayerChromium.h',
179 'FrameBufferSkPictureCanvasLayerTextureUpdater.cpp', 179 'frame_buffer_skpicture_canvas_layer_texture_updater.cc',
180 'FrameBufferSkPictureCanvasLayerTextureUpdater.h', 180 'FrameBufferSkPictureCanvasLayerTextureUpdater.h',
181 'GeometryBinding.cpp', 181 'geometry_binding.cc',
182 'GeometryBinding.h', 182 'GeometryBinding.h',
183 'HeadsUpDisplayLayerChromium.cpp', 183 'heads_up_display_layer.cc',
184 'HeadsUpDisplayLayerChromium.h', 184 'HeadsUpDisplayLayerChromium.h',
185 'IOSurfaceLayerChromium.cpp', 185 'io_surface_layer.cc',
186 'IOSurfaceLayerChromium.h', 186 'IOSurfaceLayerChromium.h',
187 'ImageLayerChromium.cpp', 187 'image_layer.cc',
188 'ImageLayerChromium.h', 188 'ImageLayerChromium.h',
189 'LayerChromium.cpp', 189 'layer.cc',
190 'LayerChromium.h', 190 'LayerChromium.h',
191 'LayerPainterChromium.h', 191 'LayerPainterChromium.h',
192 'LayerTextureSubImage.cpp', 192 'layer_texture_sub_image.cc',
193 'LayerTextureSubImage.h', 193 'LayerTextureSubImage.h',
194 'LayerTextureUpdater.cpp', 194 'layer_texture_updater.cc',
195 'LayerTextureUpdater.h', 195 'LayerTextureUpdater.h',
196 'PlatformColor.h', 196 'PlatformColor.h',
197 'ProgramBinding.cpp', 197 'program_binding.cc',
198 'ProgramBinding.h', 198 'ProgramBinding.h',
199 'RateLimiter.cpp', 199 'rate_limiter.cc',
200 'RateLimiter.h', 200 'RateLimiter.h',
201 'RenderSurfaceChromium.cpp', 201 'render_surface.cc',
202 'RenderSurfaceChromium.h', 202 'RenderSurfaceChromium.h',
203 'ScrollbarLayerChromium.cpp', 203 'scrollbar_layer.cc',
204 'ScrollbarLayerChromium.h', 204 'ScrollbarLayerChromium.h',
205 'ShaderChromium.cpp', 205 'shader.cc',
206 'ShaderChromium.h', 206 'ShaderChromium.h',
207 'SkPictureCanvasLayerTextureUpdater.cpp', 207 'skpicture_canvas_layer_texture_updater.cc',
208 'SkPictureCanvasLayerTextureUpdater.h', 208 'SkPictureCanvasLayerTextureUpdater.h',
209 'SolidColorLayerChromium.cpp', 209 'solid_color_layer.cc',
210 'SolidColorLayerChromium.h', 210 'SolidColorLayerChromium.h',
211 'switches.cc', 211 'switches.cc',
212 'switches.h', 212 'switches.h',
213 'TextureCopier.cpp', 213 'texture_copier.cc',
214 'TextureCopier.h', 214 'TextureCopier.h',
215 'TextureLayerChromium.cpp', 215 'texture_layer.cc',
216 'TextureLayerChromium.h', 216 'TextureLayerChromium.h',
217 'TextureLayerChromiumClient.h', 217 'TextureLayerChromiumClient.h',
218 'TextureUploader.h', 218 'TextureUploader.h',
219 'ThrottledTextureUploader.cpp', 219 'throttled_texture_uploader.cc',
220 'ThrottledTextureUploader.h', 220 'ThrottledTextureUploader.h',
221 'UnthrottledTextureUploader.cpp', 221 'unthrottled_texture_uploader.cc',
222 'UnthrottledTextureUploader.h', 222 'UnthrottledTextureUploader.h',
223 'TiledLayerChromium.cpp', 223 'tiled_layer.cc',
224 'TiledLayerChromium.h', 224 'TiledLayerChromium.h',
225 'TreeSynchronizer.cpp', 225 'tree_synchronizer.cc',
226 'TreeSynchronizer.h', 226 'TreeSynchronizer.h',
227 'VideoLayerChromium.cpp', 227 'video_layer.cc',
228 'VideoLayerChromium.h', 228 'VideoLayerChromium.h',
229 229
230 'bitmap_canvas_layer_texture_updater.h', 230 'bitmap_canvas_layer_texture_updater.h',
231 'bitmap_skpicture_canvas_layer_texture_updater.h', 231 'bitmap_skpicture_canvas_layer_texture_updater.h',
232 'canvas_layer_texture_updater.h', 232 'canvas_layer_texture_updater.h',
233 'active_animation.h', 233 'active_animation.h',
234 'animation_curve.h', 234 'animation_curve.h',
235 'animation_events.h', 235 'animation_events.h',
236 'append_quads_data.h', 236 'append_quads_data.h',
237 'checkerboard_draw_quad.h', 237 'checkerboard_draw_quad.h',
(...skipping 171 matching lines...) Expand 10 before | Expand all | Expand 10 after
409 'stubs/skia_utils.h', 409 'stubs/skia_utils.h',
410 'stubs/tiling_data.h', 410 'stubs/tiling_data.h',
411 'stubs/trace_event.h', 411 'stubs/trace_event.h',
412 'stubs/unit_bezier.h', 412 'stubs/unit_bezier.h',
413 ], 413 ],
414 }], 414 }],
415 ], 415 ],
416 }, 416 },
417 ], 417 ],
418 } 418 }
OLDNEW
« no previous file with comments | « cc/canvas_layer_texture_updater.cc ('k') | cc/checkerboard_draw_quad.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698