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 79 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
90 'layers/image_layer.h', | 90 'layers/image_layer.h', |
91 'input/input_handler.h', | 91 'input/input_handler.h', |
92 'quads/io_surface_draw_quad.cc', | 92 'quads/io_surface_draw_quad.cc', |
93 'quads/io_surface_draw_quad.h', | 93 'quads/io_surface_draw_quad.h', |
94 'layers/io_surface_layer.cc', | 94 'layers/io_surface_layer.cc', |
95 'layers/io_surface_layer.h', | 95 'layers/io_surface_layer.h', |
96 'layers/io_surface_layer_impl.cc', | 96 'layers/io_surface_layer_impl.cc', |
97 'layers/io_surface_layer_impl.h', | 97 'layers/io_surface_layer_impl.h', |
98 'animation/keyframed_animation_curve.cc', | 98 'animation/keyframed_animation_curve.cc', |
99 'animation/keyframed_animation_curve.h', | 99 'animation/keyframed_animation_curve.h', |
| 100 'debug/latency_info.cc', |
100 'debug/latency_info.h', | 101 'debug/latency_info.h', |
101 'layers/layer.cc', | 102 'layers/layer.cc', |
102 'layers/layer.h', | 103 'layers/layer.h', |
103 'animation/layer_animation_controller.cc', | 104 'animation/layer_animation_controller.cc', |
104 'animation/layer_animation_controller.h', | 105 'animation/layer_animation_controller.h', |
105 'animation/layer_animation_event_observer.h', | 106 'animation/layer_animation_event_observer.h', |
106 'animation/layer_animation_value_observer.h', | 107 'animation/layer_animation_value_observer.h', |
107 'layers/layer_impl.cc', | 108 'layers/layer_impl.cc', |
108 'layers/layer_impl.h', | 109 'layers/layer_impl.h', |
109 'layers/layer_iterator.cc', | 110 'layers/layer_iterator.cc', |
(...skipping 265 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
375 'CC_IMPLEMENTATION=1', | 376 'CC_IMPLEMENTATION=1', |
376 ], | 377 ], |
377 'sources': [ | 378 'sources': [ |
378 '<@(cc_source_files)', | 379 '<@(cc_source_files)', |
379 ], | 380 ], |
380 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. | 381 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. |
381 'msvs_disabled_warnings': [ 4267, ], | 382 'msvs_disabled_warnings': [ 4267, ], |
382 }, | 383 }, |
383 ], | 384 ], |
384 } | 385 } |
OLD | NEW |