| 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 152 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 163 'picture_layer_tiling.cc', | 163 'picture_layer_tiling.cc', |
| 164 'picture_layer_tiling.h', | 164 'picture_layer_tiling.h', |
| 165 'picture_layer_tiling_set.cc', | 165 'picture_layer_tiling_set.cc', |
| 166 'picture_layer_tiling_set.h', | 166 'picture_layer_tiling_set.h', |
| 167 'picture_pile.cc', | 167 'picture_pile.cc', |
| 168 'picture_pile.h', | 168 'picture_pile.h', |
| 169 'picture_pile_base.cc', | 169 'picture_pile_base.cc', |
| 170 'picture_pile_base.h', | 170 'picture_pile_base.h', |
| 171 'picture_pile_impl.cc', | 171 'picture_pile_impl.cc', |
| 172 'picture_pile_impl.h', | 172 'picture_pile_impl.h', |
| 173 'pinch_zoom_scrollbar.cc', |
| 174 'pinch_zoom_scrollbar.h', |
| 175 'pinch_zoom_scrollbar_geometry.cc', |
| 176 'pinch_zoom_scrollbar_geometry.h', |
| 177 'pinch_zoom_scrollbar_painter.cc', |
| 178 'pinch_zoom_scrollbar_painter.h', |
| 173 'platform_color.h', | 179 'platform_color.h', |
| 174 'prioritized_resource.cc', | 180 'prioritized_resource.cc', |
| 175 'prioritized_resource.h', | 181 'prioritized_resource.h', |
| 176 'prioritized_resource_manager.cc', | 182 'prioritized_resource_manager.cc', |
| 177 'prioritized_resource_manager.h', | 183 'prioritized_resource_manager.h', |
| 178 'priority_calculator.cc', | 184 'priority_calculator.cc', |
| 179 'priority_calculator.h', | 185 'priority_calculator.h', |
| 180 'program_binding.cc', | 186 'program_binding.cc', |
| 181 'program_binding.h', | 187 'program_binding.h', |
| 182 'proxy.cc', | 188 'proxy.cc', |
| (...skipping 178 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 361 'CC_IMPLEMENTATION=1', | 367 'CC_IMPLEMENTATION=1', |
| 362 ], | 368 ], |
| 363 'sources': [ | 369 'sources': [ |
| 364 '<@(cc_source_files)', | 370 '<@(cc_source_files)', |
| 365 ], | 371 ], |
| 366 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. | 372 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. |
| 367 'msvs_disabled_warnings': [ 4267, ], | 373 'msvs_disabled_warnings': [ 4267, ], |
| 368 }, | 374 }, |
| 369 ], | 375 ], |
| 370 } | 376 } |
| OLD | NEW |