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 55 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
66 'debug/paint_time_counter.h', | 66 'debug/paint_time_counter.h', |
67 'debug/rendering_stats.cc', | 67 'debug/rendering_stats.cc', |
68 'debug/rendering_stats.h', | 68 'debug/rendering_stats.h', |
69 'debug/rendering_stats_instrumentation.cc', | 69 'debug/rendering_stats_instrumentation.cc', |
70 'debug/rendering_stats_instrumentation.h', | 70 'debug/rendering_stats_instrumentation.h', |
71 'debug/ring_buffer.h', | 71 'debug/ring_buffer.h', |
72 'debug/traced_picture.cc', | 72 'debug/traced_picture.cc', |
73 'debug/traced_picture.h', | 73 'debug/traced_picture.h', |
74 'debug/traced_value.cc', | 74 'debug/traced_value.cc', |
75 'debug/traced_value.h', | 75 'debug/traced_value.h', |
| 76 'input/inner_viewport_scrollbar.cc', |
| 77 'input/inner_viewport_scrollbar.h', |
76 'input/input_handler.h', | 78 'input/input_handler.h', |
77 'input/page_scale_animation.cc', | 79 'input/page_scale_animation.cc', |
78 'input/page_scale_animation.h', | 80 'input/page_scale_animation.h', |
79 'input/top_controls_manager.cc', | 81 'input/top_controls_manager.cc', |
80 'input/top_controls_manager.h', | 82 'input/top_controls_manager.h', |
81 'input/top_controls_manager_client.h', | 83 'input/top_controls_manager_client.h', |
82 'layers/append_quads_data.h', | 84 'layers/append_quads_data.h', |
83 'layers/compositing_reasons.h', | 85 'layers/compositing_reasons.h', |
84 'layers/content_layer.cc', | 86 'layers/content_layer.cc', |
85 'layers/content_layer.h', | 87 'layers/content_layer.h', |
(...skipping 282 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
368 'CC_IMPLEMENTATION=1', | 370 'CC_IMPLEMENTATION=1', |
369 ], | 371 ], |
370 'sources': [ | 372 'sources': [ |
371 '<@(cc_source_files)', | 373 '<@(cc_source_files)', |
372 ], | 374 ], |
373 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. | 375 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. |
374 'msvs_disabled_warnings': [ 4267, ], | 376 'msvs_disabled_warnings': [ 4267, ], |
375 }, | 377 }, |
376 ], | 378 ], |
377 } | 379 } |
OLD | NEW |