| 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 43 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 54 'frame_rate_controller.cc', | 54 'frame_rate_controller.cc', |
| 55 'frame_rate_controller.h', | 55 'frame_rate_controller.h', |
| 56 'frame_rate_counter.cc', | 56 'frame_rate_counter.cc', |
| 57 'frame_rate_counter.h', | 57 'frame_rate_counter.h', |
| 58 'geometry_binding.cc', | 58 'geometry_binding.cc', |
| 59 'geometry_binding.h', | 59 'geometry_binding.h', |
| 60 'gl_renderer.cc', | 60 'gl_renderer.cc', |
| 61 'gl_renderer.h', | 61 'gl_renderer.h', |
| 62 'gl_renderer_draw_cache.cc', | 62 'gl_renderer_draw_cache.cc', |
| 63 'gl_renderer_draw_cache.h', | 63 'gl_renderer_draw_cache.h', |
| 64 'graphics_context.h', | |
| 65 'hash_pair.h', | 64 'hash_pair.h', |
| 66 'heads_up_display_layer.cc', | 65 'heads_up_display_layer.cc', |
| 67 'heads_up_display_layer.h', | 66 'heads_up_display_layer.h', |
| 68 'heads_up_display_layer_impl.cc', | 67 'heads_up_display_layer_impl.cc', |
| 69 'heads_up_display_layer_impl.h', | 68 'heads_up_display_layer_impl.h', |
| 70 'image_layer_updater.cc', | 69 'image_layer_updater.cc', |
| 71 'image_layer_updater.h', | 70 'image_layer_updater.h', |
| 72 'image_layer.cc', | 71 'image_layer.cc', |
| 73 'image_layer.h', | 72 'image_layer.h', |
| 74 'input_handler.h', | 73 'input_handler.h', |
| (...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 107 'managed_memory_policy.cc', | 106 'managed_memory_policy.cc', |
| 108 'managed_memory_policy.h', | 107 'managed_memory_policy.h', |
| 109 'math_util.cc', | 108 'math_util.cc', |
| 110 'math_util.h', | 109 'math_util.h', |
| 111 'nine_patch_layer.cc', | 110 'nine_patch_layer.cc', |
| 112 'nine_patch_layer.h', | 111 'nine_patch_layer.h', |
| 113 'nine_patch_layer_impl.cc', | 112 'nine_patch_layer_impl.cc', |
| 114 'nine_patch_layer_impl.h', | 113 'nine_patch_layer_impl.h', |
| 115 'occlusion_tracker.cc', | 114 'occlusion_tracker.cc', |
| 116 'occlusion_tracker.h', | 115 'occlusion_tracker.h', |
| 116 'output_surface.h', |
| 117 'overdraw_metrics.cc', | 117 'overdraw_metrics.cc', |
| 118 'overdraw_metrics.h', | 118 'overdraw_metrics.h', |
| 119 'page_scale_animation.cc', | 119 'page_scale_animation.cc', |
| 120 'page_scale_animation.h', | 120 'page_scale_animation.h', |
| 121 'picture.cc', | 121 'picture.cc', |
| 122 'picture.h', | 122 'picture.h', |
| 123 'picture_layer.cc', | 123 'picture_layer.cc', |
| 124 'picture_layer.h', | 124 'picture_layer.h', |
| 125 'picture_layer_impl.cc', | 125 'picture_layer_impl.cc', |
| 126 'picture_layer_impl.h', | 126 'picture_layer_impl.h', |
| (...skipping 166 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 293 ], | 293 ], |
| 294 'all_dependent_settings': { | 294 'all_dependent_settings': { |
| 295 'include_dirs': [ | 295 'include_dirs': [ |
| 296 # Needed for <public/WebTransformationMatrix.h> in layer.h | 296 # Needed for <public/WebTransformationMatrix.h> in layer.h |
| 297 '<(webkit_src_dir)/Source/Platform/chromium', | 297 '<(webkit_src_dir)/Source/Platform/chromium', |
| 298 ], | 298 ], |
| 299 } | 299 } |
| 300 }, | 300 }, |
| 301 ], | 301 ], |
| 302 } | 302 } |
| OLD | NEW |