| 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 245 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 256 'tiled_layer_impl.h', | 256 'tiled_layer_impl.h', |
| 257 'tiling_data.cc', | 257 'tiling_data.cc', |
| 258 'tiling_data.h', | 258 'tiling_data.h', |
| 259 'time_source.h', | 259 'time_source.h', |
| 260 'timing_function.cc', | 260 'timing_function.cc', |
| 261 'timing_function.h', | 261 'timing_function.h', |
| 262 'transferable_resource.cc', | 262 'transferable_resource.cc', |
| 263 'transferable_resource.h', | 263 'transferable_resource.h', |
| 264 'tree_synchronizer.cc', | 264 'tree_synchronizer.cc', |
| 265 'tree_synchronizer.h', | 265 'tree_synchronizer.h', |
| 266 'util.h', |
| 266 'video_layer.cc', | 267 'video_layer.cc', |
| 267 'video_layer.h', | 268 'video_layer.h', |
| 268 'video_layer_impl.cc', | 269 'video_layer_impl.cc', |
| 269 'video_layer_impl.h', | 270 'video_layer_impl.h', |
| 270 'yuv_video_draw_quad.cc', | 271 'yuv_video_draw_quad.cc', |
| 271 'yuv_video_draw_quad.h', | 272 'yuv_video_draw_quad.h', |
| 272 ], | 273 ], |
| 273 }, | 274 }, |
| 274 'targets': [ | 275 'targets': [ |
| 275 { | 276 { |
| (...skipping 23 matching lines...) Expand all Loading... |
| 299 ], | 300 ], |
| 300 'all_dependent_settings': { | 301 'all_dependent_settings': { |
| 301 'include_dirs': [ | 302 'include_dirs': [ |
| 302 # Needed for <public/WebTransformationMatrix.h> in layer.h | 303 # Needed for <public/WebTransformationMatrix.h> in layer.h |
| 303 '<(webkit_src_dir)/Source/Platform/chromium', | 304 '<(webkit_src_dir)/Source/Platform/chromium', |
| 304 ], | 305 ], |
| 305 } | 306 } |
| 306 }, | 307 }, |
| 307 ], | 308 ], |
| 308 } | 309 } |
| OLD | NEW |