| 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 246 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 257 'defines': [ | 257 'defines': [ |
| 258 'CC_IMPLEMENTATION=1', | 258 'CC_IMPLEMENTATION=1', |
| 259 ], | 259 ], |
| 260 'include_dirs': [ | 260 'include_dirs': [ |
| 261 '<(webkit_src_dir)/Source/Platform/chromium', | 261 '<(webkit_src_dir)/Source/Platform/chromium', |
| 262 '<@(cc_stubs_dirs)', | 262 '<@(cc_stubs_dirs)', |
| 263 ], | 263 ], |
| 264 'sources': [ | 264 'sources': [ |
| 265 '<@(cc_source_files)', | 265 '<@(cc_source_files)', |
| 266 'stubs/Region.h', | 266 'stubs/Region.h', |
| 267 'stubs/UnitBezier.h', | |
| 268 | 267 |
| 269 'stubs/config.h', | 268 'stubs/config.h', |
| 270 'stubs/unit_bezier.h', | |
| 271 ], | 269 ], |
| 272 }, | 270 }, |
| 273 ], | 271 ], |
| 274 } | 272 } |
| OLD | NEW |