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