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', | |
88 'layers/content_layer.cc', | 87 'layers/content_layer.cc', |
89 'layers/content_layer.h', | 88 'layers/content_layer.h', |
90 'layers/content_layer_client.h', | 89 'layers/content_layer_client.h', |
91 'layers/contents_scaling_layer.cc', | 90 'layers/contents_scaling_layer.cc', |
92 'layers/contents_scaling_layer.h', | 91 'layers/contents_scaling_layer.h', |
93 'layers/delegated_renderer_layer.cc', | 92 'layers/delegated_renderer_layer.cc', |
94 'layers/delegated_renderer_layer.h', | 93 'layers/delegated_renderer_layer.h', |
95 'layers/delegated_renderer_layer_client.h', | 94 'layers/delegated_renderer_layer_client.h', |
96 'layers/delegated_renderer_layer_impl.cc', | 95 'layers/delegated_renderer_layer_impl.cc', |
97 'layers/delegated_renderer_layer_impl.h', | 96 'layers/delegated_renderer_layer_impl.h', |
(...skipping 269 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
367 'CC_IMPLEMENTATION=1', | 366 'CC_IMPLEMENTATION=1', |
368 ], | 367 ], |
369 'sources': [ | 368 'sources': [ |
370 '<@(cc_source_files)', | 369 '<@(cc_source_files)', |
371 ], | 370 ], |
372 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. | 371 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. |
373 'msvs_disabled_warnings': [ 4267, ], | 372 'msvs_disabled_warnings': [ 4267, ], |
374 }, | 373 }, |
375 ], | 374 ], |
376 } | 375 } |
OLD | NEW |