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

Side by Side Diff: cc/cc.gyp

Issue 11225040: cc: Remove CC*.h temporary includes, part 5/4. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fixes 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/CCRenderSurface.h ('k') | cc/content_layer.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 28 matching lines...) Expand all
39 'draw_quad.cc', 39 'draw_quad.cc',
40 'CCDrawQuad.h', 40 'CCDrawQuad.h',
41 'font_atlas.cc', 41 'font_atlas.cc',
42 'CCFontAtlas.h', 42 'CCFontAtlas.h',
43 'frame_rate_controller.cc', 43 'frame_rate_controller.cc',
44 'CCFrameRateController.h', 44 'CCFrameRateController.h',
45 'frame_rate_counter.cc', 45 'frame_rate_counter.cc',
46 'CCFrameRateCounter.h', 46 'CCFrameRateCounter.h',
47 'CCGraphicsContext.h', 47 'CCGraphicsContext.h',
48 'heads_up_display_layer_impl.cc', 48 'heads_up_display_layer_impl.cc',
49 'CCHeadsUpDisplayLayerImpl.h', 49 'heads_up_display_layer_impl.h',
50 'io_surface_draw_quad.cc', 50 'io_surface_draw_quad.cc',
51 'CCIOSurfaceDrawQuad.h', 51 'io_surface_draw_quad.h',
52 'io_surface_layer_impl.cc', 52 'io_surface_layer_impl.cc',
53 'CCIOSurfaceLayerImpl.h', 53 'io_surface_layer_impl.h',
54 'CCInputHandler.h', 54 'input_handler.h',
55 'keyframed_animation_curve.cc', 55 'keyframed_animation_curve.cc',
56 'CCKeyframedAnimationCurve.h', 56 'keyframed_animation_curve.h',
57 'layer_animation_controller.cc', 57 'layer_animation_controller.cc',
58 'CCLayerAnimationController.h', 58 'layer_animation_controller.h',
59 'layer_impl.cc', 59 'layer_impl.cc',
60 'CCLayerImpl.h', 60 'layer_impl.h',
61 'layer_iterator.cc', 61 'layer_iterator.cc',
62 'CCLayerIterator.h', 62 'layer_iterator.h',
63 'layer_quad.cc', 63 'layer_quad.cc',
64 'CCLayerQuad.h', 64 'layer_quad.h',
65 'layer_sorter.cc', 65 'layer_sorter.cc',
66 'CCLayerSorter.h', 66 'layer_sorter.h',
67 'layer_tiling_data.cc', 67 'layer_tiling_data.cc',
68 'CCLayerTilingData.h', 68 'layer_tiling_data.h',
69 'layer_tree_host.cc', 69 'layer_tree_host.cc',
70 'CCLayerTreeHost.h', 70 'layer_tree_host.h',
71 'CCLayerTreeHostClient.h', 71 'layer_tree_host_client.h',
72 'layer_tree_host_common.cc', 72 'layer_tree_host_common.cc',
73 'CCLayerTreeHostCommon.h', 73 'layer_tree_host_common.h',
74 'layer_tree_host_impl.cc', 74 'layer_tree_host_impl.cc',
75 'layer_tree_host_impl.h', 75 'layer_tree_host_impl.h',
76 'managed_memory_policy.cc', 76 'managed_memory_policy.cc',
77 'managed_memory_policy.h', 77 'managed_memory_policy.h',
78 'math_util.cc', 78 'math_util.cc',
79 'math_util.h', 79 'math_util.h',
80 'occlusion_tracker.cc', 80 'occlusion_tracker.cc',
81 'occlusion_tracker.h', 81 'occlusion_tracker.h',
82 'overdraw_metrics.cc', 82 'overdraw_metrics.cc',
83 'overdraw_metrics.h', 83 'overdraw_metrics.h',
84 'page_scale_animation.cc', 84 'page_scale_animation.cc',
85 'page_scale_animation.h', 85 'page_scale_animation.h',
86 'prioritized_texture.cc', 86 'prioritized_texture.cc',
87 'prioritized_texture.h', 87 'prioritized_texture.h',
88 'prioritized_texture_manager.cc', 88 'prioritized_texture_manager.cc',
89 'prioritized_texture_manager.h', 89 'prioritized_texture_manager.h',
90 'priority_calculator.cc', 90 'priority_calculator.cc',
91 'priority_calculator.h', 91 'priority_calculator.h',
92 'proxy.cc', 92 'proxy.cc',
93 'proxy.h', 93 'proxy.h',
94 'quad_culler.cc', 94 'quad_culler.cc',
95 'quad_culler.h', 95 'quad_culler.h',
96 'quad_sink.h', 96 'quad_sink.h',
97 'render_pass.cc', 97 'render_pass.cc',
98 'render_pass.h', 98 'render_pass.h',
99 'render_pass_draw_quad.cc', 99 'render_pass_draw_quad.cc',
100 'render_pass_draw_quad.h', 100 'render_pass_draw_quad.h',
101 'render_pass_sink.h', 101 'render_pass_sink.h',
102 'render_surface_impl.cc', 102 'render_surface_impl.cc',
103 'CCRenderSurface.h', 103 'render_surface_impl.h',
104 'render_surface_filters.cc', 104 'render_surface_filters.cc',
105 'render_surface_filters.h', 105 'render_surface_filters.h',
106 'renderer.cc', 106 'renderer.cc',
107 'renderer.h', 107 'renderer.h',
108 'gl_renderer.cc', 108 'gl_renderer.cc',
109 'gl_renderer.h', 109 'gl_renderer.h',
110 'software_renderer.cc', 110 'software_renderer.cc',
111 'software_renderer.h', 111 'software_renderer.h',
112 'rendering_stats.h', 112 'rendering_stats.h',
113 'resource_provider.cc', 113 'resource_provider.cc',
(...skipping 119 matching lines...) Expand 10 before | Expand all | Expand 10 after
233 'debug_border_draw_quad.h', 233 'debug_border_draw_quad.h',
234 'debug_rect_history.h', 234 'debug_rect_history.h',
235 'delay_based_time_source.h', 235 'delay_based_time_source.h',
236 'delegated_renderer_layer_impl.h', 236 'delegated_renderer_layer_impl.h',
237 'direct_renderer.h', 237 'direct_renderer.h',
238 'draw_quad.h', 238 'draw_quad.h',
239 'font_atlas.h', 239 'font_atlas.h',
240 'frame_rate_controller.h', 240 'frame_rate_controller.h',
241 'frame_rate_counter.h', 241 'frame_rate_counter.h',
242 'graphics_context.h', 242 'graphics_context.h',
243 'heads_up_display_layer_impl.h',
244 'input_handler.h',
245 'io_surface_draw_quad.h',
246 'io_surface_layer_impl.h',
247 'keyframed_animation_curve.h',
248 'layer_animation_controller.h',
249 'layer_impl.h',
250 'layer_iterator.h',
251 'layer_quad.h',
252 'layer_sorter.h',
253 'layer_tiling_data.h',
254 'layer_tree_host_client.h',
255 'layer_tree_host_common.h',
256 'layer_tree_host.h',
257 'render_surface_impl.h',
258 'resource_update.h', 243 'resource_update.h',
259 'threaded_test.h', 244 'threaded_test.h',
260 ], 245 ],
261 }, 246 },
262 'targets': [ 247 'targets': [
263 { 248 {
264 'target_name': 'cc', 249 'target_name': 'cc',
265 'type': 'static_library', 250 'type': 'static_library',
266 'includes': [ 251 'includes': [
267 'cc.gypi', 252 'cc.gypi',
(...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after
310 'stubs/int_rect.h', 295 'stubs/int_rect.h',
311 'stubs/int_size.h', 296 'stubs/int_size.h',
312 'stubs/not_implemented.h', 297 'stubs/not_implemented.h',
313 'stubs/skia_utils.h', 298 'stubs/skia_utils.h',
314 'stubs/tiling_data.h', 299 'stubs/tiling_data.h',
315 'stubs/unit_bezier.h', 300 'stubs/unit_bezier.h',
316 ], 301 ],
317 }, 302 },
318 ], 303 ],
319 } 304 }
OLDNEW
« no previous file with comments | « cc/CCRenderSurface.h ('k') | cc/content_layer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698