| 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 31 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 42 'direct_renderer.cc', | 42 'direct_renderer.cc', |
| 43 'direct_renderer.h', | 43 'direct_renderer.h', |
| 44 'draw_quad.cc', | 44 'draw_quad.cc', |
| 45 'draw_quad.h', | 45 'draw_quad.h', |
| 46 'font_atlas.cc', | 46 'font_atlas.cc', |
| 47 'font_atlas.h', | 47 'font_atlas.h', |
| 48 'frame_rate_controller.cc', | 48 'frame_rate_controller.cc', |
| 49 'frame_rate_controller.h', | 49 'frame_rate_controller.h', |
| 50 'frame_rate_counter.cc', | 50 'frame_rate_counter.cc', |
| 51 'frame_rate_counter.h', | 51 'frame_rate_counter.h', |
| 52 'geometry.h', | |
| 53 'geometry_binding.cc', | 52 'geometry_binding.cc', |
| 54 'geometry_binding.h', | 53 'geometry_binding.h', |
| 55 'gl_renderer.cc', | 54 'gl_renderer.cc', |
| 56 'gl_renderer.h', | 55 'gl_renderer.h', |
| 57 'graphics_context.h', | 56 'graphics_context.h', |
| 58 'hash_pair.h', | 57 'hash_pair.h', |
| 59 'heads_up_display_layer.cc', | 58 'heads_up_display_layer.cc', |
| 60 'heads_up_display_layer.h', | 59 'heads_up_display_layer.h', |
| 61 'heads_up_display_layer_impl.cc', | 60 'heads_up_display_layer_impl.cc', |
| 62 'heads_up_display_layer_impl.h', | 61 'heads_up_display_layer_impl.h', |
| (...skipping 210 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 273 'include_dirs': [ | 272 'include_dirs': [ |
| 274 '<(webkit_src_dir)/Source/Platform/chromium', | 273 '<(webkit_src_dir)/Source/Platform/chromium', |
| 275 '<@(cc_stubs_dirs)', | 274 '<@(cc_stubs_dirs)', |
| 276 ], | 275 ], |
| 277 'sources': [ | 276 'sources': [ |
| 278 '<@(cc_source_files)', | 277 '<@(cc_source_files)', |
| 279 ], | 278 ], |
| 280 }, | 279 }, |
| 281 ], | 280 ], |
| 282 } | 281 } |
| OLD | NEW |