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 66 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
77 'debug/traced_picture.h', | 77 'debug/traced_picture.h', |
78 'debug/traced_value.cc', | 78 'debug/traced_value.cc', |
79 'debug/traced_value.h', | 79 'debug/traced_value.h', |
80 'input/input_handler.h', | 80 'input/input_handler.h', |
81 'input/page_scale_animation.cc', | 81 'input/page_scale_animation.cc', |
82 'input/page_scale_animation.h', | 82 'input/page_scale_animation.h', |
83 'input/top_controls_manager.cc', | 83 'input/top_controls_manager.cc', |
84 'input/top_controls_manager.h', | 84 'input/top_controls_manager.h', |
85 'input/top_controls_manager_client.h', | 85 'input/top_controls_manager_client.h', |
86 'layers/append_quads_data.h', | 86 'layers/append_quads_data.h', |
| 87 'layers/compositing_reasons.h', |
87 'layers/content_layer.cc', | 88 'layers/content_layer.cc', |
88 'layers/content_layer.h', | 89 'layers/content_layer.h', |
89 'layers/content_layer_client.h', | 90 'layers/content_layer_client.h', |
90 'layers/contents_scaling_layer.cc', | 91 'layers/contents_scaling_layer.cc', |
91 'layers/contents_scaling_layer.h', | 92 'layers/contents_scaling_layer.h', |
92 'layers/delegated_renderer_layer.cc', | 93 'layers/delegated_renderer_layer.cc', |
93 'layers/delegated_renderer_layer.h', | 94 'layers/delegated_renderer_layer.h', |
94 'layers/delegated_renderer_layer_client.h', | 95 'layers/delegated_renderer_layer_client.h', |
95 'layers/delegated_renderer_layer_impl.cc', | 96 'layers/delegated_renderer_layer_impl.cc', |
96 'layers/delegated_renderer_layer_impl.h', | 97 'layers/delegated_renderer_layer_impl.h', |
(...skipping 269 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
366 'CC_IMPLEMENTATION=1', | 367 'CC_IMPLEMENTATION=1', |
367 ], | 368 ], |
368 'sources': [ | 369 'sources': [ |
369 '<@(cc_source_files)', | 370 '<@(cc_source_files)', |
370 ], | 371 ], |
371 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. | 372 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. |
372 'msvs_disabled_warnings': [ 4267, ], | 373 'msvs_disabled_warnings': [ 4267, ], |
373 }, | 374 }, |
374 ], | 375 ], |
375 } | 376 } |
OLD | NEW |