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 'animation.cc', | 8 'animation.cc', |
9 'animation.h', | 9 'animation.h', |
10 'animation_curve.cc', | 10 'animation_curve.cc', |
(...skipping 120 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
131 'nine_patch_layer_impl.cc', | 131 'nine_patch_layer_impl.cc', |
132 'nine_patch_layer_impl.h', | 132 'nine_patch_layer_impl.h', |
133 'occlusion_tracker.cc', | 133 'occlusion_tracker.cc', |
134 'occlusion_tracker.h', | 134 'occlusion_tracker.h', |
135 'output_surface.h', | 135 'output_surface.h', |
136 'output_surface_client.h', | 136 'output_surface_client.h', |
137 'overdraw_metrics.cc', | 137 'overdraw_metrics.cc', |
138 'overdraw_metrics.h', | 138 'overdraw_metrics.h', |
139 'page_scale_animation.cc', | 139 'page_scale_animation.cc', |
140 'page_scale_animation.h', | 140 'page_scale_animation.h', |
| 141 'paint_time_counter.cc', |
| 142 'paint_time_counter.h', |
141 'picture.cc', | 143 'picture.cc', |
142 'picture.h', | 144 'picture.h', |
143 'picture_image_layer.cc', | 145 'picture_image_layer.cc', |
144 'picture_image_layer.h', | 146 'picture_image_layer.h', |
145 'picture_layer.cc', | 147 'picture_layer.cc', |
146 'picture_layer.h', | 148 'picture_layer.h', |
147 'picture_layer_impl.cc', | 149 'picture_layer_impl.cc', |
148 'picture_layer_impl.h', | 150 'picture_layer_impl.h', |
149 'picture_layer_tiling.cc', | 151 'picture_layer_tiling.cc', |
150 'picture_layer_tiling.h', | 152 'picture_layer_tiling.h', |
(...skipping 184 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
335 ], | 337 ], |
336 'all_dependent_settings': { | 338 'all_dependent_settings': { |
337 'include_dirs': [ | 339 'include_dirs': [ |
338 # TODO(jamesr): Remove once https://webkit.org/b/105259 lands + rolls | 340 # TODO(jamesr): Remove once https://webkit.org/b/105259 lands + rolls |
339 '<(webkit_src_dir)/Source/Platform/chromium' | 341 '<(webkit_src_dir)/Source/Platform/chromium' |
340 ] | 342 ] |
341 } | 343 } |
342 }, | 344 }, |
343 ], | 345 ], |
344 } | 346 } |
OLD | NEW |