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 37 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
48 'font_atlas.cc', | 48 'font_atlas.cc', |
49 'font_atlas.h', | 49 'font_atlas.h', |
50 'frame_rate_controller.cc', | 50 'frame_rate_controller.cc', |
51 'frame_rate_controller.h', | 51 'frame_rate_controller.h', |
52 'frame_rate_counter.cc', | 52 'frame_rate_counter.cc', |
53 'frame_rate_counter.h', | 53 'frame_rate_counter.h', |
54 'geometry_binding.cc', | 54 'geometry_binding.cc', |
55 'geometry_binding.h', | 55 'geometry_binding.h', |
56 'gl_renderer.cc', | 56 'gl_renderer.cc', |
57 'gl_renderer.h', | 57 'gl_renderer.h', |
| 58 'gl_renderer_draw_cache.cc', |
| 59 'gl_renderer_draw_cache.h', |
58 'graphics_context.h', | 60 'graphics_context.h', |
59 'hash_pair.h', | 61 'hash_pair.h', |
60 'heads_up_display_layer.cc', | 62 'heads_up_display_layer.cc', |
61 'heads_up_display_layer.h', | 63 'heads_up_display_layer.h', |
62 'heads_up_display_layer_impl.cc', | 64 'heads_up_display_layer_impl.cc', |
63 'heads_up_display_layer_impl.h', | 65 'heads_up_display_layer_impl.h', |
64 'image_layer_updater.cc', | 66 'image_layer_updater.cc', |
65 'image_layer_updater.h', | 67 'image_layer_updater.h', |
66 'image_layer.cc', | 68 'image_layer.cc', |
67 'image_layer.h', | 69 'image_layer.h', |
(...skipping 218 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
286 ], | 288 ], |
287 'all_dependent_settings': { | 289 'all_dependent_settings': { |
288 'include_dirs': [ | 290 'include_dirs': [ |
289 # Needed for <public/WebTransformationMatrix.h> in layer.h | 291 # Needed for <public/WebTransformationMatrix.h> in layer.h |
290 '<(webkit_src_dir)/Source/Platform/chromium', | 292 '<(webkit_src_dir)/Source/Platform/chromium', |
291 ], | 293 ], |
292 } | 294 } |
293 }, | 295 }, |
294 ], | 296 ], |
295 } | 297 } |
OLD | NEW |