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

Side by Side Diff: cc/cc.gyp

Issue 11228059: cc: Remove CC*.h temporary includes, part 6/4. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase - fix conflicts 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/animation_events.h ('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 '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',
11 'scoped_ptr_vector.h', 11 'scoped_ptr_vector.h',
12 'bitmap_canvas_layer_updater.cc', 12 'bitmap_canvas_layer_updater.cc',
13 'bitmap_canvas_layer_updater.h', 13 'bitmap_canvas_layer_updater.h',
14 'bitmap_skpicture_canvas_layer_updater.cc', 14 'bitmap_skpicture_canvas_layer_updater.cc',
15 'bitmap_skpicture_canvas_layer_updater.h', 15 'bitmap_skpicture_canvas_layer_updater.h',
16 'caching_bitmap_canvas_layer_updater.cc', 16 'caching_bitmap_canvas_layer_updater.cc',
17 'caching_bitmap_canvas_layer_updater.h', 17 'caching_bitmap_canvas_layer_updater.h',
18 'active_animation.cc', 18 'active_animation.cc',
19 'CCActiveAnimation.h', 19 'active_animation.h',
20 'CCAppendQuadsData.h', 20 'append_quads_data.h',
21 'animation_curve.cc', 21 'animation_curve.cc',
22 'CCAnimationCurve.h', 22 'animation_curve.h',
23 'CCAnimationEvents.h', 23 'animation_events.h',
24 'checkerboard_draw_quad.cc', 24 'checkerboard_draw_quad.cc',
25 'CCCheckerboardDrawQuad.h', 25 'checkerboard_draw_quad.h',
26 'CCCompletionEvent.h', 26 'completion_event.h',
27 'damage_tracker.cc', 27 'damage_tracker.cc',
28 'CCDamageTracker.h', 28 'damage_tracker.h',
29 'debug_border_draw_quad.cc', 29 'debug_border_draw_quad.cc',
30 'CCDebugBorderDrawQuad.h', 30 'debug_border_draw_quad.h',
31 'debug_rect_history.cc', 31 'debug_rect_history.cc',
32 'CCDebugRectHistory.h', 32 'debug_rect_history.h',
33 'delay_based_time_source.cc', 33 'delay_based_time_source.cc',
34 'CCDelayBasedTimeSource.h', 34 'delay_based_time_source.h',
35 'delegated_renderer_layer_impl.cc', 35 'delegated_renderer_layer_impl.cc',
36 'CCDelegatedRendererLayerImpl.h', 36 'delegated_renderer_layer_impl.h',
37 'direct_renderer.cc', 37 'direct_renderer.cc',
38 'CCDirectRenderer.h', 38 'direct_renderer.h',
39 'draw_quad.cc', 39 'draw_quad.cc',
40 'CCDrawQuad.h', 40 'draw_quad.h',
41 'font_atlas.cc', 41 'font_atlas.cc',
42 'CCFontAtlas.h', 42 'font_atlas.h',
43 'frame_rate_controller.cc', 43 'frame_rate_controller.cc',
44 'CCFrameRateController.h', 44 'frame_rate_controller.h',
45 'frame_rate_counter.cc', 45 'frame_rate_counter.cc',
46 'CCFrameRateCounter.h', 46 'frame_rate_counter.h',
47 'CCGraphicsContext.h', 47 'graphics_context.h',
48 'heads_up_display_layer_impl.cc', 48 'heads_up_display_layer_impl.cc',
49 'heads_up_display_layer_impl.h', 49 'heads_up_display_layer_impl.h',
50 'io_surface_draw_quad.cc', 50 'io_surface_draw_quad.cc',
51 'io_surface_draw_quad.h', 51 'io_surface_draw_quad.h',
52 'io_surface_layer_impl.cc', 52 'io_surface_layer_impl.cc',
53 'io_surface_layer_impl.h', 53 'io_surface_layer_impl.h',
54 'input_handler.h', 54 'input_handler.h',
55 'keyframed_animation_curve.cc', 55 'keyframed_animation_curve.cc',
56 'keyframed_animation_curve.h', 56 'keyframed_animation_curve.h',
57 'layer_animation_controller.cc', 57 'layer_animation_controller.cc',
(...skipping 156 matching lines...) Expand 10 before | Expand all | Expand 10 after
214 'texture_layer_client.h', 214 'texture_layer_client.h',
215 'texture_uploader.cc', 215 'texture_uploader.cc',
216 'texture_uploader.h', 216 'texture_uploader.h',
217 'tiled_layer.cc', 217 'tiled_layer.cc',
218 'tiled_layer.h', 218 'tiled_layer.h',
219 'tree_synchronizer.cc', 219 'tree_synchronizer.cc',
220 'tree_synchronizer.h', 220 'tree_synchronizer.h',
221 'video_layer.cc', 221 'video_layer.cc',
222 'video_layer.h', 222 'video_layer.h',
223 223
224 'active_animation.h',
225 'animation_curve.h',
226 'animation_events.h',
227 'append_quads_data.h',
228 'checkerboard_draw_quad.h',
229 'completion_event.h',
230 'damage_tracker.h',
231 'debug_border_draw_quad.h',
232 'debug_rect_history.h',
233 'delay_based_time_source.h',
234 'delegated_renderer_layer_impl.h',
235 'direct_renderer.h',
236 'draw_quad.h',
237 'font_atlas.h',
238 'frame_rate_controller.h',
239 'frame_rate_counter.h',
240 'graphics_context.h',
241 'resource_update.h', 224 'resource_update.h',
242 'threaded_test.h', 225 'threaded_test.h',
243 ], 226 ],
244 }, 227 },
245 'targets': [ 228 'targets': [
246 { 229 {
247 'target_name': 'cc', 230 'target_name': 'cc',
248 'type': 'static_library', 231 'type': 'static_library',
249 'includes': [ 232 'includes': [
250 'cc.gypi', 233 'cc.gypi',
(...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after
293 'stubs/int_rect.h', 276 'stubs/int_rect.h',
294 'stubs/int_size.h', 277 'stubs/int_size.h',
295 'stubs/not_implemented.h', 278 'stubs/not_implemented.h',
296 'stubs/skia_utils.h', 279 'stubs/skia_utils.h',
297 'stubs/tiling_data.h', 280 'stubs/tiling_data.h',
298 'stubs/unit_bezier.h', 281 'stubs/unit_bezier.h',
299 ], 282 ],
300 }, 283 },
301 ], 284 ],
302 } 285 }
OLDNEW
« no previous file with comments | « cc/animation_events.h ('k') | cc/checkerboard_draw_quad.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698