| 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 'chromium_code': 0, |
| 7 'cc_source_files': [ | 8 'cc_source_files': [ |
| 8 'animation/animation.cc', | 9 'animation/animation.cc', |
| 9 'animation/animation.h', | 10 'animation/animation.h', |
| 10 'animation/animation_curve.cc', | 11 'animation/animation_curve.cc', |
| 11 'animation/animation_curve.h', | 12 'animation/animation_curve.h', |
| 12 'animation/animation_events.h', | 13 'animation/animation_events.h', |
| 13 'animation/animation_id_provider.cc', | 14 'animation/animation_id_provider.cc', |
| 14 'animation/animation_id_provider.h', | 15 'animation/animation_id_provider.h', |
| 15 'animation/animation_registrar.cc', | 16 'animation/animation_registrar.cc', |
| 16 'animation/animation_registrar.h', | 17 'animation/animation_registrar.h', |
| (...skipping 356 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 373 'CC_IMPLEMENTATION=1', | 374 'CC_IMPLEMENTATION=1', |
| 374 ], | 375 ], |
| 375 'sources': [ | 376 'sources': [ |
| 376 '<@(cc_source_files)', | 377 '<@(cc_source_files)', |
| 377 ], | 378 ], |
| 378 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. | 379 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. |
| 379 'msvs_disabled_warnings': [ 4267, ], | 380 'msvs_disabled_warnings': [ 4267, ], |
| 380 }, | 381 }, |
| 381 ], | 382 ], |
| 382 } | 383 } |
| OLD | NEW |