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 167 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
178 'scrollbar_animation_controller_linear_fade.cc', | 178 'scrollbar_animation_controller_linear_fade.cc', |
179 'scrollbar_animation_controller_linear_fade.h', | 179 'scrollbar_animation_controller_linear_fade.h', |
180 'scrollbar_geometry_fixed_thumb.cc', | 180 'scrollbar_geometry_fixed_thumb.cc', |
181 'scrollbar_geometry_fixed_thumb.h', | 181 'scrollbar_geometry_fixed_thumb.h', |
182 'scrollbar_geometry_stub.cc', | 182 'scrollbar_geometry_stub.cc', |
183 'scrollbar_geometry_stub.h', | 183 'scrollbar_geometry_stub.h', |
184 'scrollbar_layer.cc', | 184 'scrollbar_layer.cc', |
185 'scrollbar_layer.h', | 185 'scrollbar_layer.h', |
186 'scrollbar_layer_impl.cc', | 186 'scrollbar_layer_impl.cc', |
187 'scrollbar_layer_impl.h', | 187 'scrollbar_layer_impl.h', |
188 'settings.cc', | |
189 'settings.h', | |
190 'shader.cc', | 188 'shader.cc', |
191 'shader.h', | 189 'shader.h', |
192 'shared_quad_state.cc', | 190 'shared_quad_state.cc', |
193 'shared_quad_state.h', | 191 'shared_quad_state.h', |
194 'single_thread_proxy.cc', | 192 'single_thread_proxy.cc', |
195 'single_thread_proxy.h', | 193 'single_thread_proxy.h', |
196 'skpicture_content_layer_updater.cc', | 194 'skpicture_content_layer_updater.cc', |
197 'skpicture_content_layer_updater.h', | 195 'skpicture_content_layer_updater.h', |
198 'software_renderer.cc', | 196 'software_renderer.cc', |
199 'software_renderer.h', | 197 'software_renderer.h', |
(...skipping 73 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
273 'include_dirs': [ | 271 'include_dirs': [ |
274 '<(webkit_src_dir)/Source/Platform/chromium', | 272 '<(webkit_src_dir)/Source/Platform/chromium', |
275 '<@(cc_stubs_dirs)', | 273 '<@(cc_stubs_dirs)', |
276 ], | 274 ], |
277 'sources': [ | 275 'sources': [ |
278 '<@(cc_source_files)', | 276 '<@(cc_source_files)', |
279 ], | 277 ], |
280 }, | 278 }, |
281 ], | 279 ], |
282 } | 280 } |
OLD | NEW |