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 220 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
231 'thread_impl.cc', | 231 'thread_impl.cc', |
232 'thread_impl.h', | 232 'thread_impl.h', |
233 'thread_proxy.cc', | 233 'thread_proxy.cc', |
234 'thread_proxy.h', | 234 'thread_proxy.h', |
235 'tile.cc', | 235 'tile.cc', |
236 'tile.h', | 236 'tile.h', |
237 'tile_draw_quad.cc', | 237 'tile_draw_quad.cc', |
238 'tile_draw_quad.h', | 238 'tile_draw_quad.h', |
239 'tile_manager.cc', | 239 'tile_manager.cc', |
240 'tile_manager.h', | 240 'tile_manager.h', |
| 241 'tile_priority.cc', |
241 'tile_priority.h', | 242 'tile_priority.h', |
242 'tiled_layer.cc', | 243 'tiled_layer.cc', |
243 'tiled_layer.h', | 244 'tiled_layer.h', |
244 'tiled_layer_impl.cc', | 245 'tiled_layer_impl.cc', |
245 'tiled_layer_impl.h', | 246 'tiled_layer_impl.h', |
246 'tiling_data.cc', | 247 'tiling_data.cc', |
247 'tiling_data.h', | 248 'tiling_data.h', |
248 'time_source.h', | 249 'time_source.h', |
249 'timing_function.cc', | 250 'timing_function.cc', |
250 'timing_function.h', | 251 'timing_function.h', |
(...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
288 ], | 289 ], |
289 'all_dependent_settings': { | 290 'all_dependent_settings': { |
290 'include_dirs': [ | 291 'include_dirs': [ |
291 # Needed for <public/WebTransformationMatrix.h> in layer.h | 292 # Needed for <public/WebTransformationMatrix.h> in layer.h |
292 '<(webkit_src_dir)/Source/Platform/chromium', | 293 '<(webkit_src_dir)/Source/Platform/chromium', |
293 ], | 294 ], |
294 } | 295 } |
295 }, | 296 }, |
296 ], | 297 ], |
297 } | 298 } |
OLD | NEW |