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 79 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
90 'layer_impl.h', | 90 'layer_impl.h', |
91 'layer_iterator.cc', | 91 'layer_iterator.cc', |
92 'layer_iterator.h', | 92 'layer_iterator.h', |
93 'layer_painter.h', | 93 'layer_painter.h', |
94 'layer_quad.cc', | 94 'layer_quad.cc', |
95 'layer_quad.h', | 95 'layer_quad.h', |
96 'layer_sorter.cc', | 96 'layer_sorter.cc', |
97 'layer_sorter.h', | 97 'layer_sorter.h', |
98 'layer_tiling_data.cc', | 98 'layer_tiling_data.cc', |
99 'layer_tiling_data.h', | 99 'layer_tiling_data.h', |
| 100 'layer_tree_debug_state.cc', |
| 101 'layer_tree_debug_state.h', |
100 'layer_tree_host.cc', | 102 'layer_tree_host.cc', |
101 'layer_tree_host.h', | 103 'layer_tree_host.h', |
102 'layer_tree_host_client.h', | 104 'layer_tree_host_client.h', |
103 'layer_tree_host_common.cc', | 105 'layer_tree_host_common.cc', |
104 'layer_tree_host_common.h', | 106 'layer_tree_host_common.h', |
105 'layer_tree_host_impl.cc', | 107 'layer_tree_host_impl.cc', |
106 'layer_tree_host_impl.h', | 108 'layer_tree_host_impl.h', |
107 'layer_tree_impl.cc', | 109 'layer_tree_impl.cc', |
108 'layer_tree_impl.h', | 110 'layer_tree_impl.h', |
| 111 'layer_tree_settings.cc', |
| 112 'layer_tree_settings.h', |
109 'layer_updater.cc', | 113 'layer_updater.cc', |
110 'layer_updater.h', | 114 'layer_updater.h', |
111 'managed_memory_policy.cc', | 115 'managed_memory_policy.cc', |
112 'managed_memory_policy.h', | 116 'managed_memory_policy.h', |
113 'math_util.cc', | 117 'math_util.cc', |
114 'math_util.h', | 118 'math_util.h', |
115 'nine_patch_layer.cc', | 119 'nine_patch_layer.cc', |
116 'nine_patch_layer.h', | 120 'nine_patch_layer.h', |
117 'nine_patch_layer_impl.cc', | 121 'nine_patch_layer_impl.cc', |
118 'nine_patch_layer_impl.h', | 122 'nine_patch_layer_impl.h', |
(...skipping 184 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
303 ], | 307 ], |
304 'all_dependent_settings': { | 308 'all_dependent_settings': { |
305 'include_dirs': [ | 309 'include_dirs': [ |
306 # Needed for <public/WebTransformationMatrix.h> in layer.h | 310 # Needed for <public/WebTransformationMatrix.h> in layer.h |
307 '<(webkit_src_dir)/Source/Platform/chromium', | 311 '<(webkit_src_dir)/Source/Platform/chromium', |
308 ], | 312 ], |
309 } | 313 } |
310 }, | 314 }, |
311 ], | 315 ], |
312 } | 316 } |
OLD | NEW |