| 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 116 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 127 'math_util.cc', | 127 'math_util.cc', |
| 128 'math_util.h', | 128 'math_util.h', |
| 129 'nine_patch_layer.cc', | 129 'nine_patch_layer.cc', |
| 130 'nine_patch_layer.h', | 130 'nine_patch_layer.h', |
| 131 'nine_patch_layer_impl.cc', | 131 'nine_patch_layer_impl.cc', |
| 132 'nine_patch_layer_impl.h', | 132 'nine_patch_layer_impl.h', |
| 133 'occlusion_tracker.cc', | 133 'occlusion_tracker.cc', |
| 134 'occlusion_tracker.h', | 134 'occlusion_tracker.h', |
| 135 'output_surface.h', | 135 'output_surface.h', |
| 136 'output_surface_client.h', | 136 'output_surface_client.h', |
| 137 'output_surface_impl.cc', |
| 138 'output_surface_impl.h', |
| 137 'overdraw_metrics.cc', | 139 'overdraw_metrics.cc', |
| 138 'overdraw_metrics.h', | 140 'overdraw_metrics.h', |
| 139 'page_scale_animation.cc', | 141 'page_scale_animation.cc', |
| 140 'page_scale_animation.h', | 142 'page_scale_animation.h', |
| 141 'paint_time_counter.cc', | 143 'paint_time_counter.cc', |
| 142 'paint_time_counter.h', | 144 'paint_time_counter.h', |
| 143 'picture.cc', | 145 'picture.cc', |
| 144 'picture.h', | 146 'picture.h', |
| 145 'picture_image_layer.cc', | 147 'picture_image_layer.cc', |
| 146 'picture_image_layer.h', | 148 'picture_image_layer.h', |
| (...skipping 87 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 234 'scrollbar_layer_impl_base.h', | 236 'scrollbar_layer_impl_base.h', |
| 235 'shader.cc', | 237 'shader.cc', |
| 236 'shader.h', | 238 'shader.h', |
| 237 'shared_quad_state.cc', | 239 'shared_quad_state.cc', |
| 238 'shared_quad_state.h', | 240 'shared_quad_state.h', |
| 239 'single_thread_proxy.cc', | 241 'single_thread_proxy.cc', |
| 240 'single_thread_proxy.h', | 242 'single_thread_proxy.h', |
| 241 'skpicture_content_layer_updater.cc', | 243 'skpicture_content_layer_updater.cc', |
| 242 'skpicture_content_layer_updater.h', | 244 'skpicture_content_layer_updater.h', |
| 243 'software_output_device.h', | 245 'software_output_device.h', |
| 246 'software_output_device_impl.h', |
| 247 'software_output_device_impl.cc', |
| 244 'software_renderer.cc', | 248 'software_renderer.cc', |
| 245 'software_renderer.h', | 249 'software_renderer.h', |
| 246 'solid_color_draw_quad.cc', | 250 'solid_color_draw_quad.cc', |
| 247 'solid_color_draw_quad.h', | 251 'solid_color_draw_quad.h', |
| 248 'solid_color_layer.cc', | 252 'solid_color_layer.cc', |
| 249 'solid_color_layer.h', | 253 'solid_color_layer.h', |
| 250 'solid_color_layer_impl.cc', | 254 'solid_color_layer_impl.cc', |
| 251 'solid_color_layer_impl.h', | 255 'solid_color_layer_impl.h', |
| 252 'stream_video_draw_quad.cc', | 256 'stream_video_draw_quad.cc', |
| 253 'stream_video_draw_quad.h', | 257 'stream_video_draw_quad.h', |
| (...skipping 92 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 346 ], | 350 ], |
| 347 'all_dependent_settings': { | 351 'all_dependent_settings': { |
| 348 'include_dirs': [ | 352 'include_dirs': [ |
| 349 # TODO(jamesr): Remove once https://webkit.org/b/105259 lands + rolls | 353 # TODO(jamesr): Remove once https://webkit.org/b/105259 lands + rolls |
| 350 '<(webkit_src_dir)/Source/Platform/chromium' | 354 '<(webkit_src_dir)/Source/Platform/chromium' |
| 351 ] | 355 ] |
| 352 } | 356 } |
| 353 }, | 357 }, |
| 354 ], | 358 ], |
| 355 } | 359 } |
| OLD | NEW |