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

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: update cc 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') | 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 'active_animation.cc', 8 'active_animation.cc',
9 'active_animation.h', 9 'active_animation.h',
10 'animation_curve.cc', 10 'animation_curve.cc',
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after
44 'direct_renderer.cc', 44 'direct_renderer.cc',
45 'direct_renderer.h', 45 'direct_renderer.h',
46 'draw_quad.cc', 46 'draw_quad.cc',
47 'draw_quad.h', 47 'draw_quad.h',
48 'font_atlas.cc', 48 'font_atlas.cc',
49 'font_atlas.h', 49 'font_atlas.h',
50 'frame_rate_controller.cc', 50 'frame_rate_controller.cc',
51 'frame_rate_controller.h', 51 'frame_rate_controller.h',
52 'frame_rate_counter.cc', 52 'frame_rate_counter.cc',
53 'frame_rate_counter.h', 53 'frame_rate_counter.h',
54 'geometry.h',
55 'geometry_binding.cc', 54 'geometry_binding.cc',
56 'geometry_binding.h', 55 'geometry_binding.h',
57 'gl_renderer.cc', 56 'gl_renderer.cc',
58 'gl_renderer.h', 57 'gl_renderer.h',
59 'graphics_context.h', 58 'graphics_context.h',
60 'hash_pair.h', 59 'hash_pair.h',
61 'heads_up_display_layer.cc', 60 'heads_up_display_layer.cc',
62 'heads_up_display_layer.h', 61 'heads_up_display_layer.h',
63 'heads_up_display_layer_impl.cc', 62 'heads_up_display_layer_impl.cc',
64 'heads_up_display_layer_impl.h', 63 'heads_up_display_layer_impl.h',
(...skipping 210 matching lines...) Expand 10 before | Expand all | Expand 10 after
275 'include_dirs': [ 274 'include_dirs': [
276 '<(webkit_src_dir)/Source/Platform/chromium', 275 '<(webkit_src_dir)/Source/Platform/chromium',
277 '<@(cc_stubs_dirs)', 276 '<@(cc_stubs_dirs)',
278 ], 277 ],
279 'sources': [ 278 'sources': [
280 '<@(cc_source_files)', 279 '<@(cc_source_files)',
281 ], 280 ],
282 }, 281 },
283 ], 282 ],
284 } 283 }
OLDNEW
« no previous file with comments | « no previous file | cc/geometry.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698