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

Side by Side Diff: cc/cc.gyp

Issue 11358240: ui: Add methods to Rect classes to get points at each of the rect's corners. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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/geometry.h » ('j') | ui/gfx/rect_base.h » ('J')
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 'active_animation.cc', 8 'active_animation.cc',
9 'active_animation.h', 9 'active_animation.h',
10 'animation_curve.cc', 10 'animation_curve.cc',
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after
42 'direct_renderer.cc', 42 'direct_renderer.cc',
43 'direct_renderer.h', 43 'direct_renderer.h',
44 'draw_quad.cc', 44 'draw_quad.cc',
45 'draw_quad.h', 45 'draw_quad.h',
46 'font_atlas.cc', 46 'font_atlas.cc',
47 'font_atlas.h', 47 'font_atlas.h',
48 'frame_rate_controller.cc', 48 'frame_rate_controller.cc',
49 'frame_rate_controller.h', 49 'frame_rate_controller.h',
50 'frame_rate_counter.cc', 50 'frame_rate_counter.cc',
51 'frame_rate_counter.h', 51 'frame_rate_counter.h',
52 'geometry.h',
53 'geometry_binding.cc', 52 'geometry_binding.cc',
54 'geometry_binding.h', 53 'geometry_binding.h',
55 'gl_renderer.cc', 54 'gl_renderer.cc',
56 'gl_renderer.h', 55 'gl_renderer.h',
57 'graphics_context.h', 56 'graphics_context.h',
58 'hash_pair.h', 57 'hash_pair.h',
59 'heads_up_display_layer.cc', 58 'heads_up_display_layer.cc',
60 'heads_up_display_layer.h', 59 'heads_up_display_layer.h',
61 'heads_up_display_layer_impl.cc', 60 'heads_up_display_layer_impl.cc',
62 'heads_up_display_layer_impl.h', 61 'heads_up_display_layer_impl.h',
(...skipping 210 matching lines...) Expand 10 before | Expand all | Expand 10 after
273 'include_dirs': [ 272 'include_dirs': [
274 '<(webkit_src_dir)/Source/Platform/chromium', 273 '<(webkit_src_dir)/Source/Platform/chromium',
275 '<@(cc_stubs_dirs)', 274 '<@(cc_stubs_dirs)',
276 ], 275 ],
277 'sources': [ 276 'sources': [
278 '<@(cc_source_files)', 277 '<@(cc_source_files)',
279 ], 278 ],
280 }, 279 },
281 ], 280 ],
282 } 281 }
OLDNEW
« no previous file with comments | « no previous file | cc/geometry.h » ('j') | ui/gfx/rect_base.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698