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

Side by Side Diff: cc/cc.gyp

Issue 11280263: Organize internal properties of cc/ layer types (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Addressed all feedback so far Created 8 years 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/damage_tracker_unittest.cc » ('j') | cc/draw_properties.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 29 matching lines...) Expand all
40 'debug_rect_history.cc', 40 'debug_rect_history.cc',
41 'debug_rect_history.h', 41 'debug_rect_history.h',
42 'delay_based_time_source.cc', 42 'delay_based_time_source.cc',
43 'delay_based_time_source.h', 43 'delay_based_time_source.h',
44 'delegated_renderer_layer.cc', 44 'delegated_renderer_layer.cc',
45 'delegated_renderer_layer.h', 45 'delegated_renderer_layer.h',
46 'delegated_renderer_layer_impl.cc', 46 'delegated_renderer_layer_impl.cc',
47 'delegated_renderer_layer_impl.h', 47 'delegated_renderer_layer_impl.h',
48 'direct_renderer.cc', 48 'direct_renderer.cc',
49 'direct_renderer.h', 49 'direct_renderer.h',
50 'draw_properties.h',
50 'draw_quad.cc', 51 'draw_quad.cc',
51 'draw_quad.h', 52 'draw_quad.h',
52 'font_atlas.cc', 53 'font_atlas.cc',
53 'font_atlas.h', 54 'font_atlas.h',
54 'frame_rate_controller.cc', 55 'frame_rate_controller.cc',
55 'frame_rate_controller.h', 56 'frame_rate_controller.h',
56 'frame_rate_counter.cc', 57 'frame_rate_counter.cc',
57 'frame_rate_counter.h', 58 'frame_rate_counter.h',
58 'geometry_binding.cc', 59 'geometry_binding.cc',
59 'geometry_binding.h', 60 'geometry_binding.h',
(...skipping 233 matching lines...) Expand 10 before | Expand all | Expand 10 after
293 ], 294 ],
294 'all_dependent_settings': { 295 'all_dependent_settings': {
295 'include_dirs': [ 296 'include_dirs': [
296 # Needed for <public/WebTransformationMatrix.h> in layer.h 297 # Needed for <public/WebTransformationMatrix.h> in layer.h
297 '<(webkit_src_dir)/Source/Platform/chromium', 298 '<(webkit_src_dir)/Source/Platform/chromium',
298 ], 299 ],
299 } 300 }
300 }, 301 },
301 ], 302 ],
302 } 303 }
OLDNEW
« no previous file with comments | « no previous file | cc/damage_tracker_unittest.cc » ('j') | cc/draw_properties.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698