| 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 180 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 191 'scrollbar_layer.cc', | 191 'scrollbar_layer.cc', |
| 192 'scrollbar_layer.h', | 192 'scrollbar_layer.h', |
| 193 'scrollbar_layer_impl.cc', | 193 'scrollbar_layer_impl.cc', |
| 194 'scrollbar_layer_impl.h', | 194 'scrollbar_layer_impl.h', |
| 195 'shader.cc', | 195 'shader.cc', |
| 196 'shader.h', | 196 'shader.h', |
| 197 'shared_quad_state.cc', | 197 'shared_quad_state.cc', |
| 198 'shared_quad_state.h', | 198 'shared_quad_state.h', |
| 199 'single_thread_proxy.cc', | 199 'single_thread_proxy.cc', |
| 200 'single_thread_proxy.h', | 200 'single_thread_proxy.h', |
| 201 'skia_refptr.h', |
| 201 'skpicture_content_layer_updater.cc', | 202 'skpicture_content_layer_updater.cc', |
| 202 'skpicture_content_layer_updater.h', | 203 'skpicture_content_layer_updater.h', |
| 203 'software_renderer.cc', | 204 'software_renderer.cc', |
| 204 'software_renderer.h', | 205 'software_renderer.h', |
| 205 'solid_color_draw_quad.cc', | 206 'solid_color_draw_quad.cc', |
| 206 'solid_color_draw_quad.h', | 207 'solid_color_draw_quad.h', |
| 207 'solid_color_layer.cc', | 208 'solid_color_layer.cc', |
| 208 'solid_color_layer.h', | 209 'solid_color_layer.h', |
| 209 'solid_color_layer_impl.cc', | 210 'solid_color_layer_impl.cc', |
| 210 'solid_color_layer_impl.h', | 211 'solid_color_layer_impl.h', |
| (...skipping 73 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 284 ], | 285 ], |
| 285 'all_dependent_settings': { | 286 'all_dependent_settings': { |
| 286 'include_dirs': [ | 287 'include_dirs': [ |
| 287 # Needed for <public/WebTransformationMatrix.h> in layer.h | 288 # Needed for <public/WebTransformationMatrix.h> in layer.h |
| 288 '<(webkit_src_dir)/Source/Platform/chromium', | 289 '<(webkit_src_dir)/Source/Platform/chromium', |
| 289 ], | 290 ], |
| 290 } | 291 } |
| 291 }, | 292 }, |
| 292 ], | 293 ], |
| 293 } | 294 } |
| OLD | NEW |