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 204 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
215 'texture_layer_client.h', | 215 'texture_layer_client.h', |
216 'texture_layer_impl.cc', | 216 'texture_layer_impl.cc', |
217 'texture_layer_impl.h', | 217 'texture_layer_impl.h', |
218 'texture_uploader.cc', | 218 'texture_uploader.cc', |
219 'texture_uploader.h', | 219 'texture_uploader.h', |
220 'thread.h', | 220 'thread.h', |
221 'thread_impl.cc', | 221 'thread_impl.cc', |
222 'thread_impl.h', | 222 'thread_impl.h', |
223 'thread_proxy.cc', | 223 'thread_proxy.cc', |
224 'thread_proxy.h', | 224 'thread_proxy.h', |
| 225 'tile.cc', |
| 226 'tile.h', |
225 'tile_draw_quad.cc', | 227 'tile_draw_quad.cc', |
226 'tile_draw_quad.h', | 228 'tile_draw_quad.h', |
| 229 'tile_manager.cc', |
| 230 'tile_manager.h', |
| 231 'tile_priority.h', |
227 'tiled_layer.cc', | 232 'tiled_layer.cc', |
228 'tiled_layer.h', | 233 'tiled_layer.h', |
229 'tiled_layer_impl.cc', | 234 'tiled_layer_impl.cc', |
230 'tiled_layer_impl.h', | 235 'tiled_layer_impl.h', |
231 'tiling_data.cc', | 236 'tiling_data.cc', |
232 'tiling_data.h', | 237 'tiling_data.h', |
233 'time_source.h', | 238 'time_source.h', |
234 'timing_function.cc', | 239 'timing_function.cc', |
235 'timing_function.h', | 240 'timing_function.h', |
236 'transferable_resource.cc', | 241 'transferable_resource.cc', |
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
271 '<(webkit_src_dir)/Source/Platform/chromium', | 276 '<(webkit_src_dir)/Source/Platform/chromium', |
272 '<@(cc_stubs_dirs)', | 277 '<@(cc_stubs_dirs)', |
273 ], | 278 ], |
274 'sources': [ | 279 'sources': [ |
275 '<@(cc_source_files)', | 280 '<@(cc_source_files)', |
276 'stubs/config.h', | 281 'stubs/config.h', |
277 ], | 282 ], |
278 }, | 283 }, |
279 ], | 284 ], |
280 } | 285 } |
OLD | NEW |