| 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 94 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 105 'nine_patch_layer.h', | 105 'nine_patch_layer.h', |
| 106 'nine_patch_layer_impl.cc', | 106 'nine_patch_layer_impl.cc', |
| 107 'nine_patch_layer_impl.h', | 107 'nine_patch_layer_impl.h', |
| 108 'occlusion_tracker.cc', | 108 'occlusion_tracker.cc', |
| 109 'occlusion_tracker.h', | 109 'occlusion_tracker.h', |
| 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 'platform_color.h', | 114 'platform_color.h', |
| 115 'prioritized_texture.cc', | 115 'prioritized_resource.cc', |
| 116 'prioritized_texture.h', | 116 'prioritized_resource.h', |
| 117 'prioritized_texture_manager.cc', | 117 'prioritized_resource_manager.cc', |
| 118 'prioritized_texture_manager.h', | 118 'prioritized_resource_manager.h', |
| 119 'priority_calculator.cc', | 119 'priority_calculator.cc', |
| 120 'priority_calculator.h', | 120 'priority_calculator.h', |
| 121 'program_binding.cc', | 121 'program_binding.cc', |
| 122 'program_binding.h', | 122 'program_binding.h', |
| 123 'proxy.cc', | 123 'proxy.cc', |
| 124 'proxy.h', | 124 'proxy.h', |
| 125 'quad_culler.cc', | 125 'quad_culler.cc', |
| 126 'quad_culler.h', | 126 'quad_culler.h', |
| 127 'quad_sink.h', | 127 'quad_sink.h', |
| 128 'rate_limiter.cc', | 128 'rate_limiter.cc', |
| (...skipping 136 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 265 '<@(cc_source_files)', | 265 '<@(cc_source_files)', |
| 266 'stubs/Region.h', | 266 'stubs/Region.h', |
| 267 'stubs/UnitBezier.h', | 267 'stubs/UnitBezier.h', |
| 268 | 268 |
| 269 'stubs/config.h', | 269 'stubs/config.h', |
| 270 'stubs/unit_bezier.h', | 270 'stubs/unit_bezier.h', |
| 271 ], | 271 ], |
| 272 }, | 272 }, |
| 273 ], | 273 ], |
| 274 } | 274 } |
| OLD | NEW |