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 'cc_source_files': [ | 7 'cc_source_files': [ |
8 'animation.cc', | 8 'animation.cc', |
9 'animation.h', | 9 'animation.h', |
10 'animation_curve.cc', | 10 'animation_curve.cc', |
(...skipping 116 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
127 'math_util.cc', | 127 'math_util.cc', |
128 'math_util.h', | 128 'math_util.h', |
129 'memory_history.cc', | 129 'memory_history.cc', |
130 'memory_history.h', | 130 'memory_history.h', |
131 'nine_patch_layer.cc', | 131 'nine_patch_layer.cc', |
132 'nine_patch_layer.h', | 132 'nine_patch_layer.h', |
133 'nine_patch_layer_impl.cc', | 133 'nine_patch_layer_impl.cc', |
134 'nine_patch_layer_impl.h', | 134 'nine_patch_layer_impl.h', |
135 'occlusion_tracker.cc', | 135 'occlusion_tracker.cc', |
136 'occlusion_tracker.h', | 136 'occlusion_tracker.h', |
| 137 'output_surface.cc', |
137 'output_surface.h', | 138 'output_surface.h', |
138 'output_surface_client.h', | 139 'output_surface_client.h', |
139 'overdraw_metrics.cc', | 140 'overdraw_metrics.cc', |
140 'overdraw_metrics.h', | 141 'overdraw_metrics.h', |
141 'page_scale_animation.cc', | 142 'page_scale_animation.cc', |
142 'page_scale_animation.h', | 143 'page_scale_animation.h', |
143 'paint_time_counter.cc', | 144 'paint_time_counter.cc', |
144 'paint_time_counter.h', | 145 'paint_time_counter.h', |
145 'picture.cc', | 146 'picture.cc', |
146 'picture.h', | 147 'picture.h', |
(...skipping 205 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
352 'include_dirs': [ | 353 'include_dirs': [ |
353 # TODO(jamesr): Remove once https://webkit.org/b/105259 lands + rolls | 354 # TODO(jamesr): Remove once https://webkit.org/b/105259 lands + rolls |
354 '<(webkit_src_dir)/Source/Platform/chromium' | 355 '<(webkit_src_dir)/Source/Platform/chromium' |
355 ] | 356 ] |
356 }, | 357 }, |
357 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. | 358 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. |
358 'msvs_disabled_warnings': [ 4267, ], | 359 'msvs_disabled_warnings': [ 4267, ], |
359 }, | 360 }, |
360 ], | 361 ], |
361 } | 362 } |
OLD | NEW |