| 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 'android_region.cc', |
| 11 'android_region.h', |
| 12 'android_region_helper.h', |
| 10 'animation_curve.cc', | 13 'animation_curve.cc', |
| 11 'animation_curve.h', | 14 'animation_curve.h', |
| 12 'animation_events.h', | 15 'animation_events.h', |
| 13 'append_quads_data.h', | 16 'append_quads_data.h', |
| 14 'bitmap_content_layer_updater.cc', | 17 'bitmap_content_layer_updater.cc', |
| 15 'bitmap_content_layer_updater.h', | 18 'bitmap_content_layer_updater.h', |
| 16 'bitmap_skpicture_content_layer_updater.cc', | 19 'bitmap_skpicture_content_layer_updater.cc', |
| 17 'bitmap_skpicture_content_layer_updater.h', | 20 'bitmap_skpicture_content_layer_updater.h', |
| 18 'caching_bitmap_content_layer_updater.cc', | 21 'caching_bitmap_content_layer_updater.cc', |
| 19 'caching_bitmap_content_layer_updater.h', | 22 'caching_bitmap_content_layer_updater.h', |
| (...skipping 240 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 260 'sources': [ | 263 'sources': [ |
| 261 '<@(cc_source_files)', | 264 '<@(cc_source_files)', |
| 262 'stubs/UnitBezier.h', | 265 'stubs/UnitBezier.h', |
| 263 | 266 |
| 264 'stubs/config.h', | 267 'stubs/config.h', |
| 265 'stubs/unit_bezier.h', | 268 'stubs/unit_bezier.h', |
| 266 ], | 269 ], |
| 267 }, | 270 }, |
| 268 ], | 271 ], |
| 269 } | 272 } |
| OLD | NEW |