| 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 'animation.cc', | 8 'animation.cc', |
| 9 'animation.h', | 9 'animation.h', |
| 10 'animation_curve.cc', | 10 'animation_curve.cc', |
| (...skipping 110 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 121 'layer_tree_host_impl.cc', | 121 'layer_tree_host_impl.cc', |
| 122 'layer_tree_host_impl.h', | 122 'layer_tree_host_impl.h', |
| 123 'layer_tree_impl.cc', | 123 'layer_tree_impl.cc', |
| 124 'layer_tree_impl.h', | 124 'layer_tree_impl.h', |
| 125 'layer_tree_settings.cc', | 125 'layer_tree_settings.cc', |
| 126 'layer_tree_settings.h', | 126 'layer_tree_settings.h', |
| 127 'layer_updater.cc', | 127 'layer_updater.cc', |
| 128 'layer_updater.h', | 128 'layer_updater.h', |
| 129 'managed_memory_policy.cc', | 129 'managed_memory_policy.cc', |
| 130 'managed_memory_policy.h', | 130 'managed_memory_policy.h', |
| 131 'managed_tile_state.cc', |
| 132 'managed_tile_state.h', |
| 131 'math_util.cc', | 133 'math_util.cc', |
| 132 'math_util.h', | 134 'math_util.h', |
| 133 'memory_history.cc', | 135 'memory_history.cc', |
| 134 'memory_history.h', | 136 'memory_history.h', |
| 135 'nine_patch_layer.cc', | 137 'nine_patch_layer.cc', |
| 136 'nine_patch_layer.h', | 138 'nine_patch_layer.h', |
| 137 'nine_patch_layer_impl.cc', | 139 'nine_patch_layer_impl.cc', |
| 138 'nine_patch_layer_impl.h', | 140 'nine_patch_layer_impl.h', |
| 139 'occlusion_tracker.cc', | 141 'occlusion_tracker.cc', |
| 140 'occlusion_tracker.h', | 142 'occlusion_tracker.h', |
| (...skipping 217 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 358 'CC_IMPLEMENTATION=1', | 360 'CC_IMPLEMENTATION=1', |
| 359 ], | 361 ], |
| 360 'sources': [ | 362 'sources': [ |
| 361 '<@(cc_source_files)', | 363 '<@(cc_source_files)', |
| 362 ], | 364 ], |
| 363 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. | 365 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. |
| 364 'msvs_disabled_warnings': [ 4267, ], | 366 'msvs_disabled_warnings': [ 4267, ], |
| 365 }, | 367 }, |
| 366 ], | 368 ], |
| 367 } | 369 } |
| OLD | NEW |