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 256 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
267 'tile_priority.h', | 267 'tile_priority.h', |
268 'tiled_layer.cc', | 268 'tiled_layer.cc', |
269 'tiled_layer.h', | 269 'tiled_layer.h', |
270 'tiled_layer_impl.cc', | 270 'tiled_layer_impl.cc', |
271 'tiled_layer_impl.h', | 271 'tiled_layer_impl.h', |
272 'tiling_data.cc', | 272 'tiling_data.cc', |
273 'tiling_data.h', | 273 'tiling_data.h', |
274 'time_source.h', | 274 'time_source.h', |
275 'timing_function.cc', | 275 'timing_function.cc', |
276 'timing_function.h', | 276 'timing_function.h', |
| 277 'top_controls_animation.cc', |
| 278 'top_controls_animation.h', |
| 279 'top_controls_manager.cc', |
| 280 'top_controls_manager.h', |
277 'transferable_resource.cc', | 281 'transferable_resource.cc', |
278 'transferable_resource.h', | 282 'transferable_resource.h', |
279 'tree_synchronizer.cc', | 283 'tree_synchronizer.cc', |
280 'tree_synchronizer.h', | 284 'tree_synchronizer.h', |
281 'util.h', | 285 'util.h', |
282 'video_layer.cc', | 286 'video_layer.cc', |
283 'video_layer.h', | 287 'video_layer.h', |
284 'video_layer_impl.cc', | 288 'video_layer_impl.cc', |
285 'video_layer_impl.h', | 289 'video_layer_impl.h', |
286 'yuv_video_draw_quad.cc', | 290 'yuv_video_draw_quad.cc', |
(...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
322 ], | 326 ], |
323 'all_dependent_settings': { | 327 'all_dependent_settings': { |
324 'include_dirs': [ | 328 'include_dirs': [ |
325 # TODO(jamesr): Remove once https://webkit.org/b/105259 lands + rolls | 329 # TODO(jamesr): Remove once https://webkit.org/b/105259 lands + rolls |
326 '<(webkit_src_dir)/Source/Platform/chromium' | 330 '<(webkit_src_dir)/Source/Platform/chromium' |
327 ] | 331 ] |
328 } | 332 } |
329 }, | 333 }, |
330 ], | 334 ], |
331 } | 335 } |
OLD | NEW |