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

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: Complete patch 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/draw_properties.h » ('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 25 matching lines...) Expand all
36 'debug_rect_history.cc', 36 'debug_rect_history.cc',
37 'debug_rect_history.h', 37 'debug_rect_history.h',
38 'delay_based_time_source.cc', 38 'delay_based_time_source.cc',
39 'delay_based_time_source.h', 39 'delay_based_time_source.h',
40 'delegated_renderer_layer.cc', 40 'delegated_renderer_layer.cc',
41 'delegated_renderer_layer.h', 41 'delegated_renderer_layer.h',
42 'delegated_renderer_layer_impl.cc', 42 'delegated_renderer_layer_impl.cc',
43 'delegated_renderer_layer_impl.h', 43 'delegated_renderer_layer_impl.h',
44 'direct_renderer.cc', 44 'direct_renderer.cc',
45 'direct_renderer.h', 45 'direct_renderer.h',
46 'draw_properties.h',
46 'draw_quad.cc', 47 'draw_quad.cc',
47 'draw_quad.h', 48 'draw_quad.h',
48 'font_atlas.cc', 49 'font_atlas.cc',
49 'font_atlas.h', 50 'font_atlas.h',
50 'frame_rate_controller.cc', 51 'frame_rate_controller.cc',
51 'frame_rate_controller.h', 52 'frame_rate_controller.h',
52 'frame_rate_counter.cc', 53 'frame_rate_counter.cc',
53 'frame_rate_counter.h', 54 'frame_rate_counter.h',
54 'geometry_binding.cc', 55 'geometry_binding.cc',
55 'geometry_binding.h', 56 'geometry_binding.h',
(...skipping 232 matching lines...) Expand 10 before | Expand all | Expand 10 after
288 ], 289 ],
289 'all_dependent_settings': { 290 'all_dependent_settings': {
290 'include_dirs': [ 291 'include_dirs': [
291 # Needed for <public/WebTransformationMatrix.h> in layer.h 292 # Needed for <public/WebTransformationMatrix.h> in layer.h
292 '<(webkit_src_dir)/Source/Platform/chromium', 293 '<(webkit_src_dir)/Source/Platform/chromium',
293 ], 294 ],
294 } 295 }
295 }, 296 },
296 ], 297 ],
297 } 298 }
OLDNEW
« no previous file with comments | « no previous file | cc/draw_properties.h » ('j') | cc/draw_properties.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698