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 'chromium_code': 1, | 7 'chromium_code': 1, |
8 'cc_source_files': [ | 8 'cc_source_files': [ |
9 'animation/animation.cc', | 9 'animation/animation.cc', |
10 'animation/animation.h', | 10 'animation/animation.h', |
(...skipping 135 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
146 'layers/nine_patch_layer.h', | 146 'layers/nine_patch_layer.h', |
147 'layers/nine_patch_layer_impl.cc', | 147 'layers/nine_patch_layer_impl.cc', |
148 'layers/nine_patch_layer_impl.h', | 148 'layers/nine_patch_layer_impl.h', |
149 'trees/occlusion_tracker.cc', | 149 'trees/occlusion_tracker.cc', |
150 'trees/occlusion_tracker.h', | 150 'trees/occlusion_tracker.h', |
151 'output/output_surface.cc', | 151 'output/output_surface.cc', |
152 'output/output_surface.h', | 152 'output/output_surface.h', |
153 'output/output_surface_client.h', | 153 'output/output_surface_client.h', |
154 'debug/overdraw_metrics.cc', | 154 'debug/overdraw_metrics.cc', |
155 'debug/overdraw_metrics.h', | 155 'debug/overdraw_metrics.h', |
| 156 'layers/paint_properties.h', |
156 'input/page_scale_animation.cc', | 157 'input/page_scale_animation.cc', |
157 'input/page_scale_animation.h', | 158 'input/page_scale_animation.h', |
158 'debug/paint_time_counter.cc', | 159 'debug/paint_time_counter.cc', |
159 'debug/paint_time_counter.h', | 160 'debug/paint_time_counter.h', |
160 'resources/picture.cc', | 161 'resources/picture.cc', |
161 'resources/picture.h', | 162 'resources/picture.h', |
162 'quads/picture_draw_quad.cc', | 163 'quads/picture_draw_quad.cc', |
163 'quads/picture_draw_quad.h', | 164 'quads/picture_draw_quad.h', |
164 'layers/picture_image_layer.cc', | 165 'layers/picture_image_layer.cc', |
165 'layers/picture_image_layer.h', | 166 'layers/picture_image_layer.h', |
(...skipping 214 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
380 'CC_IMPLEMENTATION=1', | 381 'CC_IMPLEMENTATION=1', |
381 ], | 382 ], |
382 'sources': [ | 383 'sources': [ |
383 '<@(cc_source_files)', | 384 '<@(cc_source_files)', |
384 ], | 385 ], |
385 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. | 386 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. |
386 'msvs_disabled_warnings': [ 4267, ], | 387 'msvs_disabled_warnings': [ 4267, ], |
387 }, | 388 }, |
388 ], | 389 ], |
389 } | 390 } |
OLD | NEW |