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 136 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
147 'picture_layer_impl.cc', | 147 'picture_layer_impl.cc', |
148 'picture_layer_impl.h', | 148 'picture_layer_impl.h', |
149 'picture_layer_tiling.cc', | 149 'picture_layer_tiling.cc', |
150 'picture_layer_tiling.h', | 150 'picture_layer_tiling.h', |
151 'picture_layer_tiling_set.cc', | 151 'picture_layer_tiling_set.cc', |
152 'picture_layer_tiling_set.h', | 152 'picture_layer_tiling_set.h', |
153 'picture_pile.cc', | 153 'picture_pile.cc', |
154 'picture_pile.h', | 154 'picture_pile.h', |
155 'picture_pile_impl.cc', | 155 'picture_pile_impl.cc', |
156 'picture_pile_impl.h', | 156 'picture_pile_impl.h', |
| 157 'pinch_zoom_scrollbar_layer_impl.cc', |
| 158 'pinch_zoom_scrollbar_layer_impl.h', |
157 'pinch_zoom_viewport.cc', | 159 'pinch_zoom_viewport.cc', |
158 'pinch_zoom_viewport.h', | 160 'pinch_zoom_viewport.h', |
159 'platform_color.h', | 161 'platform_color.h', |
160 'prioritized_resource.cc', | 162 'prioritized_resource.cc', |
161 'prioritized_resource.h', | 163 'prioritized_resource.h', |
162 'prioritized_resource_manager.cc', | 164 'prioritized_resource_manager.cc', |
163 'prioritized_resource_manager.h', | 165 'prioritized_resource_manager.h', |
164 'priority_calculator.cc', | 166 'priority_calculator.cc', |
165 'priority_calculator.h', | 167 'priority_calculator.h', |
166 'program_binding.cc', | 168 'program_binding.cc', |
(...skipping 162 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
329 ], | 331 ], |
330 'all_dependent_settings': { | 332 'all_dependent_settings': { |
331 'include_dirs': [ | 333 'include_dirs': [ |
332 # TODO(jamesr): Remove once https://webkit.org/b/105259 lands + rolls | 334 # TODO(jamesr): Remove once https://webkit.org/b/105259 lands + rolls |
333 '<(webkit_src_dir)/Source/Platform/chromium' | 335 '<(webkit_src_dir)/Source/Platform/chromium' |
334 ] | 336 ] |
335 } | 337 } |
336 }, | 338 }, |
337 ], | 339 ], |
338 } | 340 } |
OLD | NEW |