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

Side by Side Diff: cc/cc.gyp

Issue 11264056: cc: Use gfx:: Geometry types for positions, bounds, and related things. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: ScaleAsVector Created 8 years, 1 month 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 | « no previous file | cc/contents_scaling_layer.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',
(...skipping 28 matching lines...) Expand all
39 'direct_renderer.cc', 39 'direct_renderer.cc',
40 'direct_renderer.h', 40 'direct_renderer.h',
41 'draw_quad.cc', 41 'draw_quad.cc',
42 'draw_quad.h', 42 'draw_quad.h',
43 'font_atlas.cc', 43 'font_atlas.cc',
44 'font_atlas.h', 44 'font_atlas.h',
45 'frame_rate_controller.cc', 45 'frame_rate_controller.cc',
46 'frame_rate_controller.h', 46 'frame_rate_controller.h',
47 'frame_rate_counter.cc', 47 'frame_rate_counter.cc',
48 'frame_rate_counter.h', 48 'frame_rate_counter.h',
49 'geometry.h',
49 'graphics_context.h', 50 'graphics_context.h',
50 'heads_up_display_layer_impl.cc', 51 'heads_up_display_layer_impl.cc',
51 'heads_up_display_layer_impl.h', 52 'heads_up_display_layer_impl.h',
52 'io_surface_draw_quad.cc', 53 'io_surface_draw_quad.cc',
53 'io_surface_draw_quad.h', 54 'io_surface_draw_quad.h',
54 'io_surface_layer_impl.cc', 55 'io_surface_layer_impl.cc',
55 'io_surface_layer_impl.h', 56 'io_surface_layer_impl.h',
56 'input_handler.h', 57 'input_handler.h',
57 'keyframed_animation_curve.cc', 58 'keyframed_animation_curve.cc',
58 'keyframed_animation_curve.h', 59 'keyframed_animation_curve.h',
(...skipping 219 matching lines...) Expand 10 before | Expand all | Expand 10 after
278 'stubs/int_rect.h', 279 'stubs/int_rect.h',
279 'stubs/int_size.h', 280 'stubs/int_size.h',
280 'stubs/not_implemented.h', 281 'stubs/not_implemented.h',
281 'stubs/skia_utils.h', 282 'stubs/skia_utils.h',
282 'stubs/tiling_data.h', 283 'stubs/tiling_data.h',
283 'stubs/unit_bezier.h', 284 'stubs/unit_bezier.h',
284 ], 285 ],
285 }, 286 },
286 ], 287 ],
287 } 288 }
OLDNEW
« no previous file with comments | « no previous file | cc/contents_scaling_layer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698