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 108 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
119 'occlusion_tracker.cc', | 119 'occlusion_tracker.cc', |
120 'occlusion_tracker.h', | 120 'occlusion_tracker.h', |
121 'output_surface.h', | 121 'output_surface.h', |
122 'output_surface_client.h', | 122 'output_surface_client.h', |
123 'overdraw_metrics.cc', | 123 'overdraw_metrics.cc', |
124 'overdraw_metrics.h', | 124 'overdraw_metrics.h', |
125 'page_scale_animation.cc', | 125 'page_scale_animation.cc', |
126 'page_scale_animation.h', | 126 'page_scale_animation.h', |
127 'picture.cc', | 127 'picture.cc', |
128 'picture.h', | 128 'picture.h', |
| 129 'picture_image_layer.cc', |
| 130 'picture_image_layer.h', |
129 'picture_layer.cc', | 131 'picture_layer.cc', |
130 'picture_layer.h', | 132 'picture_layer.h', |
131 'picture_layer_impl.cc', | 133 'picture_layer_impl.cc', |
132 'picture_layer_impl.h', | 134 'picture_layer_impl.h', |
133 'picture_layer_tiling.cc', | 135 'picture_layer_tiling.cc', |
134 'picture_layer_tiling.h', | 136 'picture_layer_tiling.h', |
135 'picture_layer_tiling_set.cc', | 137 'picture_layer_tiling_set.cc', |
136 'picture_layer_tiling_set.h', | 138 'picture_layer_tiling_set.h', |
137 'picture_pile.cc', | 139 'picture_pile.cc', |
138 'picture_pile.h', | 140 'picture_pile.h', |
(...skipping 162 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
301 ], | 303 ], |
302 'all_dependent_settings': { | 304 'all_dependent_settings': { |
303 'include_dirs': [ | 305 'include_dirs': [ |
304 # Needed for <public/WebTransformationMatrix.h> in layer.h | 306 # Needed for <public/WebTransformationMatrix.h> in layer.h |
305 '<(webkit_src_dir)/Source/Platform/chromium', | 307 '<(webkit_src_dir)/Source/Platform/chromium', |
306 ], | 308 ], |
307 } | 309 } |
308 }, | 310 }, |
309 ], | 311 ], |
310 } | 312 } |
OLD | NEW |