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 84 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
95 'layer_sorter.h', | 95 'layer_sorter.h', |
96 'layer_tiling_data.cc', | 96 'layer_tiling_data.cc', |
97 'layer_tiling_data.h', | 97 'layer_tiling_data.h', |
98 'layer_tree_host.cc', | 98 'layer_tree_host.cc', |
99 'layer_tree_host.h', | 99 'layer_tree_host.h', |
100 'layer_tree_host_client.h', | 100 'layer_tree_host_client.h', |
101 'layer_tree_host_common.cc', | 101 'layer_tree_host_common.cc', |
102 'layer_tree_host_common.h', | 102 'layer_tree_host_common.h', |
103 'layer_tree_host_impl.cc', | 103 'layer_tree_host_impl.cc', |
104 'layer_tree_host_impl.h', | 104 'layer_tree_host_impl.h', |
| 105 'layer_tree_impl.cc', |
| 106 'layer_tree_impl.h', |
105 'layer_updater.cc', | 107 'layer_updater.cc', |
106 'layer_updater.h', | 108 'layer_updater.h', |
107 'managed_memory_policy.cc', | 109 'managed_memory_policy.cc', |
108 'managed_memory_policy.h', | 110 'managed_memory_policy.h', |
109 'math_util.cc', | 111 'math_util.cc', |
110 'math_util.h', | 112 'math_util.h', |
111 'nine_patch_layer.cc', | 113 'nine_patch_layer.cc', |
112 'nine_patch_layer.h', | 114 'nine_patch_layer.h', |
113 'nine_patch_layer_impl.cc', | 115 'nine_patch_layer_impl.cc', |
114 'nine_patch_layer_impl.h', | 116 'nine_patch_layer_impl.h', |
(...skipping 179 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
294 ], | 296 ], |
295 'all_dependent_settings': { | 297 'all_dependent_settings': { |
296 'include_dirs': [ | 298 'include_dirs': [ |
297 # Needed for <public/WebTransformationMatrix.h> in layer.h | 299 # Needed for <public/WebTransformationMatrix.h> in layer.h |
298 '<(webkit_src_dir)/Source/Platform/chromium', | 300 '<(webkit_src_dir)/Source/Platform/chromium', |
299 ], | 301 ], |
300 } | 302 } |
301 }, | 303 }, |
302 ], | 304 ], |
303 } | 305 } |
OLD | NEW |