| 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 133 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 144 'output_surface.h', | 144 'output_surface.h', |
| 145 'output_surface_client.h', | 145 'output_surface_client.h', |
| 146 'overdraw_metrics.cc', | 146 'overdraw_metrics.cc', |
| 147 'overdraw_metrics.h', | 147 'overdraw_metrics.h', |
| 148 'page_scale_animation.cc', | 148 'page_scale_animation.cc', |
| 149 'page_scale_animation.h', | 149 'page_scale_animation.h', |
| 150 'paint_time_counter.cc', | 150 'paint_time_counter.cc', |
| 151 'paint_time_counter.h', | 151 'paint_time_counter.h', |
| 152 'picture.cc', | 152 'picture.cc', |
| 153 'picture.h', | 153 'picture.h', |
| 154 'picture_draw_quad.cc', |
| 155 'picture_draw_quad.h', |
| 154 'picture_image_layer.cc', | 156 'picture_image_layer.cc', |
| 155 'picture_image_layer.h', | 157 'picture_image_layer.h', |
| 156 'picture_image_layer_impl.cc', | 158 'picture_image_layer_impl.cc', |
| 157 'picture_image_layer_impl.h', | 159 'picture_image_layer_impl.h', |
| 158 'picture_layer.cc', | 160 'picture_layer.cc', |
| 159 'picture_layer.h', | 161 'picture_layer.h', |
| 160 'picture_layer_impl.cc', | 162 'picture_layer_impl.cc', |
| 161 'picture_layer_impl.h', | 163 'picture_layer_impl.h', |
| 162 'picture_layer_tiling.cc', | 164 'picture_layer_tiling.cc', |
| 163 'picture_layer_tiling.h', | 165 'picture_layer_tiling.h', |
| (...skipping 196 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 360 'CC_IMPLEMENTATION=1', | 362 'CC_IMPLEMENTATION=1', |
| 361 ], | 363 ], |
| 362 'sources': [ | 364 'sources': [ |
| 363 '<@(cc_source_files)', | 365 '<@(cc_source_files)', |
| 364 ], | 366 ], |
| 365 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. | 367 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. |
| 366 'msvs_disabled_warnings': [ 4267, ], | 368 'msvs_disabled_warnings': [ 4267, ], |
| 367 }, | 369 }, |
| 368 ], | 370 ], |
| 369 } | 371 } |
| OLD | NEW |