| 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 241 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 252 ], | 252 ], |
| 253 'include_dirs': [ | 253 'include_dirs': [ |
| 254 '<(webkit_src_dir)/Source/Platform/chromium', | 254 '<(webkit_src_dir)/Source/Platform/chromium', |
| 255 '<@(cc_stubs_dirs)', | 255 '<@(cc_stubs_dirs)', |
| 256 ], | 256 ], |
| 257 'sources': [ | 257 'sources': [ |
| 258 '<@(cc_source_files)', | 258 '<@(cc_source_files)', |
| 259 'stubs/FloatPoint.h', | 259 'stubs/FloatPoint.h', |
| 260 'stubs/FloatSize.h', | 260 'stubs/FloatSize.h', |
| 261 'stubs/IntPoint.h', | 261 'stubs/IntPoint.h', |
| 262 'stubs/IntRect.h', | |
| 263 'stubs/IntSize.h', | 262 'stubs/IntSize.h', |
| 264 'stubs/Region.h', | 263 'stubs/Region.h', |
| 265 'stubs/SkiaUtils.h', | 264 'stubs/SkiaUtils.h', |
| 266 'stubs/UnitBezier.h', | 265 'stubs/UnitBezier.h', |
| 267 | 266 |
| 268 'stubs/config.h', | 267 'stubs/config.h', |
| 269 'stubs/float_point.h', | 268 'stubs/float_point.h', |
| 270 'stubs/float_size.h', | 269 'stubs/float_size.h', |
| 271 'stubs/int_point.h', | 270 'stubs/int_point.h', |
| 272 'stubs/int_rect.h', | |
| 273 'stubs/int_size.h', | 271 'stubs/int_size.h', |
| 274 'stubs/skia_utils.h', | 272 'stubs/skia_utils.h', |
| 275 'stubs/unit_bezier.h', | 273 'stubs/unit_bezier.h', |
| 276 ], | 274 ], |
| 277 }, | 275 }, |
| 278 ], | 276 ], |
| 279 } | 277 } |
| OLD | NEW |