OLD | NEW |
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 44 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
55 'frame_rate_controller.cc', | 55 'frame_rate_controller.cc', |
56 'frame_rate_controller.h', | 56 'frame_rate_controller.h', |
57 'frame_rate_counter.cc', | 57 'frame_rate_counter.cc', |
58 'frame_rate_counter.h', | 58 'frame_rate_counter.h', |
59 'geometry_binding.cc', | 59 'geometry_binding.cc', |
60 'geometry_binding.h', | 60 'geometry_binding.h', |
61 'gl_renderer.cc', | 61 'gl_renderer.cc', |
62 'gl_renderer.h', | 62 'gl_renderer.h', |
63 'gl_renderer_draw_cache.cc', | 63 'gl_renderer_draw_cache.cc', |
64 'gl_renderer_draw_cache.h', | 64 'gl_renderer_draw_cache.h', |
65 'graphics_context.h', | |
66 'hash_pair.h', | 65 'hash_pair.h', |
67 'heads_up_display_layer.cc', | 66 'heads_up_display_layer.cc', |
68 'heads_up_display_layer.h', | 67 'heads_up_display_layer.h', |
69 'heads_up_display_layer_impl.cc', | 68 'heads_up_display_layer_impl.cc', |
70 'heads_up_display_layer_impl.h', | 69 'heads_up_display_layer_impl.h', |
71 'image_layer_updater.cc', | 70 'image_layer_updater.cc', |
72 'image_layer_updater.h', | 71 'image_layer_updater.h', |
73 'image_layer.cc', | 72 'image_layer.cc', |
74 'image_layer.h', | 73 'image_layer.h', |
75 'input_handler.h', | 74 'input_handler.h', |
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
108 'managed_memory_policy.cc', | 107 'managed_memory_policy.cc', |
109 'managed_memory_policy.h', | 108 'managed_memory_policy.h', |
110 'math_util.cc', | 109 'math_util.cc', |
111 'math_util.h', | 110 'math_util.h', |
112 'nine_patch_layer.cc', | 111 'nine_patch_layer.cc', |
113 'nine_patch_layer.h', | 112 'nine_patch_layer.h', |
114 'nine_patch_layer_impl.cc', | 113 'nine_patch_layer_impl.cc', |
115 'nine_patch_layer_impl.h', | 114 'nine_patch_layer_impl.h', |
116 'occlusion_tracker.cc', | 115 'occlusion_tracker.cc', |
117 'occlusion_tracker.h', | 116 'occlusion_tracker.h', |
| 117 'output_surface.h', |
118 'overdraw_metrics.cc', | 118 'overdraw_metrics.cc', |
119 'overdraw_metrics.h', | 119 'overdraw_metrics.h', |
120 'page_scale_animation.cc', | 120 'page_scale_animation.cc', |
121 'page_scale_animation.h', | 121 'page_scale_animation.h', |
122 'picture.cc', | 122 'picture.cc', |
123 'picture.h', | 123 'picture.h', |
124 'picture_layer.cc', | 124 'picture_layer.cc', |
125 'picture_layer.h', | 125 'picture_layer.h', |
126 'picture_layer_impl.cc', | 126 'picture_layer_impl.cc', |
127 'picture_layer_impl.h', | 127 'picture_layer_impl.h', |
(...skipping 166 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
294 ], | 294 ], |
295 'all_dependent_settings': { | 295 'all_dependent_settings': { |
296 'include_dirs': [ | 296 'include_dirs': [ |
297 # Needed for <public/WebTransformationMatrix.h> in layer.h | 297 # Needed for <public/WebTransformationMatrix.h> in layer.h |
298 '<(webkit_src_dir)/Source/Platform/chromium', | 298 '<(webkit_src_dir)/Source/Platform/chromium', |
299 ], | 299 ], |
300 } | 300 } |
301 }, | 301 }, |
302 ], | 302 ], |
303 } | 303 } |
OLD | NEW |