| 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 'active_animation.cc', | 8 'active_animation.cc', |
| 9 'active_animation.h', | 9 'active_animation.h', |
| 10 'animation_curve.cc', | 10 'animation_curve.cc', |
| (...skipping 99 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 110 'overdraw_metrics.cc', | 110 'overdraw_metrics.cc', |
| 111 'overdraw_metrics.h', | 111 'overdraw_metrics.h', |
| 112 'page_scale_animation.cc', | 112 'page_scale_animation.cc', |
| 113 'page_scale_animation.h', | 113 'page_scale_animation.h', |
| 114 'picture.cc', | 114 'picture.cc', |
| 115 'picture.h', | 115 'picture.h', |
| 116 'picture_layer.cc', | 116 'picture_layer.cc', |
| 117 'picture_layer.h', | 117 'picture_layer.h', |
| 118 'picture_layer_impl.cc', | 118 'picture_layer_impl.cc', |
| 119 'picture_layer_impl.h', | 119 'picture_layer_impl.h', |
| 120 'picture_layer_tiling.cc', |
| 121 'picture_layer_tiling.h', |
| 120 'picture_pile.cc', | 122 'picture_pile.cc', |
| 121 'picture_pile.h', | 123 'picture_pile.h', |
| 122 'platform_color.h', | 124 'platform_color.h', |
| 123 'prioritized_resource.cc', | 125 'prioritized_resource.cc', |
| 124 'prioritized_resource.h', | 126 'prioritized_resource.h', |
| 125 'prioritized_resource_manager.cc', | 127 'prioritized_resource_manager.cc', |
| 126 'prioritized_resource_manager.h', | 128 'prioritized_resource_manager.h', |
| 127 'priority_calculator.cc', | 129 'priority_calculator.cc', |
| 128 'priority_calculator.h', | 130 'priority_calculator.h', |
| 129 'program_binding.cc', | 131 'program_binding.cc', |
| (...skipping 141 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 271 'include_dirs': [ | 273 'include_dirs': [ |
| 272 '<(webkit_src_dir)/Source/Platform/chromium', | 274 '<(webkit_src_dir)/Source/Platform/chromium', |
| 273 '<@(cc_stubs_dirs)', | 275 '<@(cc_stubs_dirs)', |
| 274 ], | 276 ], |
| 275 'sources': [ | 277 'sources': [ |
| 276 '<@(cc_source_files)', | 278 '<@(cc_source_files)', |
| 277 ], | 279 ], |
| 278 }, | 280 }, |
| 279 ], | 281 ], |
| 280 } | 282 } |
| OLD | NEW |