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

Side by Side Diff: cc/cc.gyp

Issue 11233025: cc: Remove CC*.h temporary includes, part 4/4. (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/append_quads_data.h ('k') | cc/damage_tracker.cc » ('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 'cc_source_files': [ 7 'cc_source_files': [
8 'hash_pair.h', 8 'hash_pair.h',
9 'scoped_ptr_deque.h', 9 'scoped_ptr_deque.h',
10 'scoped_ptr_hash_map.h', 10 'scoped_ptr_hash_map.h',
(...skipping 54 matching lines...) Expand 10 before | Expand all | Expand 10 after
65 'layer_sorter.cc', 65 'layer_sorter.cc',
66 'CCLayerSorter.h', 66 'CCLayerSorter.h',
67 'layer_tiling_data.cc', 67 'layer_tiling_data.cc',
68 'CCLayerTilingData.h', 68 'CCLayerTilingData.h',
69 'layer_tree_host.cc', 69 'layer_tree_host.cc',
70 'CCLayerTreeHost.h', 70 'CCLayerTreeHost.h',
71 'CCLayerTreeHostClient.h', 71 'CCLayerTreeHostClient.h',
72 'layer_tree_host_common.cc', 72 'layer_tree_host_common.cc',
73 'CCLayerTreeHostCommon.h', 73 'CCLayerTreeHostCommon.h',
74 'layer_tree_host_impl.cc', 74 'layer_tree_host_impl.cc',
75 'CCLayerTreeHostImpl.h', 75 'layer_tree_host_impl.h',
76 'math_util.cc', 76 'math_util.cc',
77 'CCMathUtil.h', 77 'math_util.h',
78 'occlusion_tracker.cc', 78 'occlusion_tracker.cc',
79 'CCOcclusionTracker.h', 79 'occlusion_tracker.h',
80 'overdraw_metrics.cc', 80 'overdraw_metrics.cc',
81 'CCOverdrawMetrics.h', 81 'overdraw_metrics.h',
82 'page_scale_animation.cc', 82 'page_scale_animation.cc',
83 'CCPageScaleAnimation.h', 83 'page_scale_animation.h',
84 'prioritized_texture.cc', 84 'prioritized_texture.cc',
85 'CCPrioritizedTexture.h', 85 'prioritized_texture.h',
86 'prioritized_texture_manager.cc', 86 'prioritized_texture_manager.cc',
87 'CCPrioritizedTextureManager.h', 87 'prioritized_texture_manager.h',
88 'priority_calculator.cc', 88 'priority_calculator.cc',
89 'CCPriorityCalculator.h', 89 'priority_calculator.h',
90 'proxy.cc', 90 'proxy.cc',
91 'CCProxy.h', 91 'proxy.h',
92 'quad_culler.cc', 92 'quad_culler.cc',
93 'CCQuadCuller.h', 93 'quad_culler.h',
94 'CCQuadSink.h', 94 'quad_sink.h',
95 'render_pass.cc', 95 'render_pass.cc',
96 'CCRenderPass.h', 96 'render_pass.h',
97 'render_pass_draw_quad.cc', 97 'render_pass_draw_quad.cc',
98 'CCRenderPassDrawQuad.h', 98 'render_pass_draw_quad.h',
99 'CCRenderPassSink.h', 99 'render_pass_sink.h',
100 'render_surface_impl.cc', 100 'render_surface_impl.cc',
101 'CCRenderSurface.h', 101 'CCRenderSurface.h',
102 'render_surface_filters.cc', 102 'render_surface_filters.cc',
103 'CCRenderSurfaceFilters.h', 103 'render_surface_filters.h',
104 'renderer.cc', 104 'renderer.cc',
105 'renderer.h', 105 'renderer.h',
106 'gl_renderer.cc', 106 'gl_renderer.cc',
107 'gl_renderer.h', 107 'gl_renderer.h',
108 'software_renderer.cc', 108 'software_renderer.cc',
109 'software_renderer.h', 109 'software_renderer.h',
110 'rendering_stats.h', 110 'rendering_stats.h',
111 'resource_provider.cc', 111 'resource_provider.cc',
112 'resource_provider.h', 112 'resource_provider.h',
113 'resource_update.cc', 113 'resource_update.cc',
(...skipping 131 matching lines...) Expand 10 before | Expand all | Expand 10 after
245 'keyframed_animation_curve.h', 245 'keyframed_animation_curve.h',
246 'layer_animation_controller.h', 246 'layer_animation_controller.h',
247 'layer_impl.h', 247 'layer_impl.h',
248 'layer_iterator.h', 248 'layer_iterator.h',
249 'layer_quad.h', 249 'layer_quad.h',
250 'layer_sorter.h', 250 'layer_sorter.h',
251 'layer_tiling_data.h', 251 'layer_tiling_data.h',
252 'layer_tree_host_client.h', 252 'layer_tree_host_client.h',
253 'layer_tree_host_common.h', 253 'layer_tree_host_common.h',
254 'layer_tree_host.h', 254 'layer_tree_host.h',
255 'layer_tree_host_impl.h',
256 'math_util.h',
257 'occlusion_tracker.h',
258 'overdraw_metrics.h',
259 'page_scale_animation.h',
260 'prioritized_texture.h',
261 'prioritized_texture_manager.h',
262 'priority_calculator.h',
263 'proxy.h',
264 'quad_culler.h',
265 'quad_sink.h',
266 'render_pass_draw_quad.h',
267 'render_pass.h',
268 'render_pass_sink.h',
269 'render_surface_filters.h',
270 'render_surface_impl.h', 255 'render_surface_impl.h',
271 'resource_update.h', 256 'resource_update.h',
272 'threaded_test.h', 257 'threaded_test.h',
273 ], 258 ],
274 }, 259 },
275 'targets': [ 260 'targets': [
276 { 261 {
277 'target_name': 'cc', 262 'target_name': 'cc',
278 'type': 'static_library', 263 'type': 'static_library',
279 'includes': [ 264 'includes': [
(...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after
323 'stubs/int_rect.h', 308 'stubs/int_rect.h',
324 'stubs/int_size.h', 309 'stubs/int_size.h',
325 'stubs/not_implemented.h', 310 'stubs/not_implemented.h',
326 'stubs/skia_utils.h', 311 'stubs/skia_utils.h',
327 'stubs/tiling_data.h', 312 'stubs/tiling_data.h',
328 'stubs/unit_bezier.h', 313 'stubs/unit_bezier.h',
329 ], 314 ],
330 }, 315 },
331 ], 316 ],
332 } 317 }
OLDNEW
« no previous file with comments | « cc/append_quads_data.h ('k') | cc/damage_tracker.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698