| 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': 1, | 7 'chromium_code': 1, |
| 8 'cc_source_files': [ | 8 'cc_source_files': [ |
| 9 'animation/animation.cc', | 9 'animation/animation.cc', |
| 10 'animation/animation.h', | 10 'animation/animation.h', |
| (...skipping 14 matching lines...) Expand all Loading... |
| 25 'animation/scrollbar_animation_controller.h', | 25 'animation/scrollbar_animation_controller.h', |
| 26 'animation/scrollbar_animation_controller_linear_fade.cc', | 26 'animation/scrollbar_animation_controller_linear_fade.cc', |
| 27 'animation/scrollbar_animation_controller_linear_fade.h', | 27 'animation/scrollbar_animation_controller_linear_fade.h', |
| 28 'animation/timing_function.cc', | 28 'animation/timing_function.cc', |
| 29 'animation/timing_function.h', | 29 'animation/timing_function.h', |
| 30 'animation/transform_operation.cc', | 30 'animation/transform_operation.cc', |
| 31 'animation/transform_operation.h', | 31 'animation/transform_operation.h', |
| 32 'animation/transform_operations.cc', | 32 'animation/transform_operations.cc', |
| 33 'animation/transform_operations.h', | 33 'animation/transform_operations.h', |
| 34 'base/completion_event.h', | 34 'base/completion_event.h', |
| 35 'base/hash_pair.h', | |
| 36 'base/math_util.cc', | 35 'base/math_util.cc', |
| 37 'base/math_util.h', | 36 'base/math_util.h', |
| 38 'base/region.cc', | 37 'base/region.cc', |
| 39 'base/region.h', | 38 'base/region.h', |
| 40 'base/scoped_ptr_algorithm.h', | 39 'base/scoped_ptr_algorithm.h', |
| 41 'base/scoped_ptr_deque.h', | 40 'base/scoped_ptr_deque.h', |
| 42 'base/scoped_ptr_hash_map.h', | 41 'base/scoped_ptr_hash_map.h', |
| 43 'base/scoped_ptr_vector.h', | 42 'base/scoped_ptr_vector.h', |
| 44 'base/switches.cc', | 43 'base/switches.cc', |
| 45 'base/switches.h', | 44 'base/switches.h', |
| (...skipping 326 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 372 'CC_IMPLEMENTATION=1', | 371 'CC_IMPLEMENTATION=1', |
| 373 ], | 372 ], |
| 374 'sources': [ | 373 'sources': [ |
| 375 '<@(cc_source_files)', | 374 '<@(cc_source_files)', |
| 376 ], | 375 ], |
| 377 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. | 376 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. |
| 378 'msvs_disabled_warnings': [ 4267, ], | 377 'msvs_disabled_warnings': [ 4267, ], |
| 379 }, | 378 }, |
| 380 ], | 379 ], |
| 381 } | 380 } |
| OLD | NEW |