| 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 239 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 250 'tiled_layer_impl.h', | 250 'tiled_layer_impl.h', |
| 251 'tiling_data.cc', | 251 'tiling_data.cc', |
| 252 'tiling_data.h', | 252 'tiling_data.h', |
| 253 'time_source.h', | 253 'time_source.h', |
| 254 'timing_function.cc', | 254 'timing_function.cc', |
| 255 'timing_function.h', | 255 'timing_function.h', |
| 256 'transferable_resource.cc', | 256 'transferable_resource.cc', |
| 257 'transferable_resource.h', | 257 'transferable_resource.h', |
| 258 'tree_synchronizer.cc', | 258 'tree_synchronizer.cc', |
| 259 'tree_synchronizer.h', | 259 'tree_synchronizer.h', |
| 260 'util.h' |
| 260 'video_layer.cc', | 261 'video_layer.cc', |
| 261 'video_layer.h', | 262 'video_layer.h', |
| 262 'video_layer_impl.cc', | 263 'video_layer_impl.cc', |
| 263 'video_layer_impl.h', | 264 'video_layer_impl.h', |
| 264 'yuv_video_draw_quad.cc', | 265 'yuv_video_draw_quad.cc', |
| 265 'yuv_video_draw_quad.h', | 266 'yuv_video_draw_quad.h', |
| 266 ], | 267 ], |
| 267 }, | 268 }, |
| 268 'targets': [ | 269 'targets': [ |
| 269 { | 270 { |
| (...skipping 23 matching lines...) Expand all Loading... |
| 293 ], | 294 ], |
| 294 'all_dependent_settings': { | 295 'all_dependent_settings': { |
| 295 'include_dirs': [ | 296 'include_dirs': [ |
| 296 # Needed for <public/WebTransformationMatrix.h> in layer.h | 297 # Needed for <public/WebTransformationMatrix.h> in layer.h |
| 297 '<(webkit_src_dir)/Source/Platform/chromium', | 298 '<(webkit_src_dir)/Source/Platform/chromium', |
| 298 ], | 299 ], |
| 299 } | 300 } |
| 300 }, | 301 }, |
| 301 ], | 302 ], |
| 302 } | 303 } |
| OLD | NEW |