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

Side by Side Diff: cc/cc.gyp

Issue 11189076: cc: Remove CC*.h temporary includes, part 1/4. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: f...k 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/bitmap_skpicture_canvas_layer_texture_updater.cc ('k') | cc/damage_tracker_unittest.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 114 matching lines...) Expand 10 before | Expand all | Expand 10 after
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 'shared_quad_state.h',
136 'single_thread_proxy.cc', 136 'single_thread_proxy.cc',
137 'CCSingleThreadProxy.h', 137 'single_thread_proxy.h',
138 'solid_color_draw_quad.cc', 138 'solid_color_draw_quad.cc',
139 'CCSolidColorDrawQuad.h', 139 'solid_color_draw_quad.h',
140 'solid_color_layer_impl.cc', 140 'solid_color_layer_impl.cc',
141 'CCSolidColorLayerImpl.h', 141 'solid_color_layer_impl.h',
142 'stream_video_draw_quad.cc', 142 'stream_video_draw_quad.cc',
143 'CCStreamVideoDrawQuad.h', 143 'stream_video_draw_quad.h',
144 'texture.cc', 144 'texture.cc',
145 'CCTexture.h', 145 'texture.h',
146 'texture_draw_quad.cc', 146 'texture_draw_quad.cc',
147 'CCTextureDrawQuad.h', 147 'texture_draw_quad.h',
148 'texture_layer_impl.cc', 148 'texture_layer_impl.cc',
149 'CCTextureLayerImpl.h', 149 'texture_layer_impl.h',
150 'texture_update_controller.cc', 150 'texture_update_controller.cc',
151 'CCTextureUpdateController.h', 151 'texture_update_controller.h',
152 'texture_update_queue.cc', 152 'texture_update_queue.cc',
153 'CCTextureUpdateQueue.h', 153 'CCTextureUpdateQueue.h',
154 'CCThread.h', 154 'CCThread.h',
155 'thread_proxy.cc', 155 'thread_proxy.cc',
156 'CCThreadProxy.h', 156 'CCThreadProxy.h',
157 'CCThreadTask.h', 157 'CCThreadTask.h',
158 'tile_draw_quad.cc', 158 'tile_draw_quad.cc',
159 'CCTileDrawQuad.h', 159 'CCTileDrawQuad.h',
160 'tiled_layer_impl.cc', 160 'tiled_layer_impl.cc',
161 'CCTiledLayerImpl.h', 161 'CCTiledLayerImpl.h',
(...skipping 115 matching lines...) Expand 10 before | Expand all | Expand 10 after
277 'scheduler.h', 277 'scheduler.h',
278 'scheduler_state_machine.h', 278 'scheduler_state_machine.h',
279 'scoped_texture.h', 279 'scoped_texture.h',
280 'scoped_thread_proxy.h', 280 'scoped_thread_proxy.h',
281 'scrollbar_animation_controller.h', 281 'scrollbar_animation_controller.h',
282 'scrollbar_animation_controller_linear_fade.h', 282 'scrollbar_animation_controller_linear_fade.h',
283 'scrollbar_geometry_fixed_thumb.h', 283 'scrollbar_geometry_fixed_thumb.h',
284 'scrollbar_geometry_stub.h', 284 'scrollbar_geometry_stub.h',
285 'scrollbar_layer_impl.h', 285 'scrollbar_layer_impl.h',
286 'settings.h', 286 'settings.h',
287 'shared_quad_state.h',
288 'single_thread_proxy.h',
289 'solid_color_draw_quad.h',
290 'solid_color_layer_impl.h',
291 'stream_video_draw_quad.h',
292 'texture_draw_quad.h',
293 'texture.h',
294 'texture_layer_impl.h',
295 'texture_update_controller.h',
296 'texture_update_queue.h', 287 'texture_update_queue.h',
297 'threaded_test.h', 288 'threaded_test.h',
298 'thread.h', 289 'thread.h',
299 'thread_proxy.h', 290 'thread_proxy.h',
300 'thread_task.h', 291 'thread_task.h',
301 'tiled_layer_impl.h', 292 'tiled_layer_impl.h',
302 'tile_draw_quad.h', 293 'tile_draw_quad.h',
303 'timer.h', 294 'timer.h',
304 'time_source.h', 295 'time_source.h',
305 'timing_function.h', 296 'timing_function.h',
(...skipping 52 matching lines...) Expand 10 before | Expand all | Expand 10 after
358 'stubs/int_rect.h', 349 'stubs/int_rect.h',
359 'stubs/int_size.h', 350 'stubs/int_size.h',
360 'stubs/not_implemented.h', 351 'stubs/not_implemented.h',
361 'stubs/skia_utils.h', 352 'stubs/skia_utils.h',
362 'stubs/tiling_data.h', 353 'stubs/tiling_data.h',
363 'stubs/unit_bezier.h', 354 'stubs/unit_bezier.h',
364 ], 355 ],
365 }, 356 },
366 ], 357 ],
367 } 358 }
OLDNEW
« no previous file with comments | « cc/bitmap_skpicture_canvas_layer_texture_updater.cc ('k') | cc/damage_tracker_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698