| 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 142 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 153 'picture_layer_tiling.cc', | 153 'picture_layer_tiling.cc', |
| 154 'picture_layer_tiling.h', | 154 'picture_layer_tiling.h', |
| 155 'picture_layer_tiling_set.cc', | 155 'picture_layer_tiling_set.cc', |
| 156 'picture_layer_tiling_set.h', | 156 'picture_layer_tiling_set.h', |
| 157 'picture_pile.cc', | 157 'picture_pile.cc', |
| 158 'picture_pile.h', | 158 'picture_pile.h', |
| 159 'picture_pile_base.cc', | 159 'picture_pile_base.cc', |
| 160 'picture_pile_base.h', | 160 'picture_pile_base.h', |
| 161 'picture_pile_impl.cc', | 161 'picture_pile_impl.cc', |
| 162 'picture_pile_impl.h', | 162 'picture_pile_impl.h', |
| 163 'pinch_zoom_scrollbar.cc', |
| 164 'pinch_zoom_scrollbar.h', |
| 165 'pinch_zoom_scrollbar_painter.cc', |
| 166 'pinch_zoom_scrollbar_painter.h', |
| 163 'platform_color.h', | 167 'platform_color.h', |
| 164 'prioritized_resource.cc', | 168 'prioritized_resource.cc', |
| 165 'prioritized_resource.h', | 169 'prioritized_resource.h', |
| 166 'prioritized_resource_manager.cc', | 170 'prioritized_resource_manager.cc', |
| 167 'prioritized_resource_manager.h', | 171 'prioritized_resource_manager.h', |
| 168 'priority_calculator.cc', | 172 'priority_calculator.cc', |
| 169 'priority_calculator.h', | 173 'priority_calculator.h', |
| 170 'program_binding.cc', | 174 'program_binding.cc', |
| 171 'program_binding.h', | 175 'program_binding.h', |
| 172 'proxy.cc', | 176 'proxy.cc', |
| (...skipping 179 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 352 'include_dirs': [ | 356 'include_dirs': [ |
| 353 # TODO(jamesr): Remove once https://webkit.org/b/105259 lands + rolls | 357 # TODO(jamesr): Remove once https://webkit.org/b/105259 lands + rolls |
| 354 '<(webkit_src_dir)/Source/Platform/chromium' | 358 '<(webkit_src_dir)/Source/Platform/chromium' |
| 355 ] | 359 ] |
| 356 }, | 360 }, |
| 357 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. | 361 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. |
| 358 'msvs_disabled_warnings': [ 4267, ], | 362 'msvs_disabled_warnings': [ 4267, ], |
| 359 }, | 363 }, |
| 360 ], | 364 ], |
| 361 } | 365 } |
| OLD | NEW |