| 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 33 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 44 'direct_renderer.cc', | 44 'direct_renderer.cc', |
| 45 'direct_renderer.h', | 45 'direct_renderer.h', |
| 46 'draw_quad.cc', | 46 'draw_quad.cc', |
| 47 'draw_quad.h', | 47 'draw_quad.h', |
| 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.h', | |
| 55 'geometry_binding.cc', | 54 'geometry_binding.cc', |
| 56 'geometry_binding.h', | 55 'geometry_binding.h', |
| 57 'gl_renderer.cc', | 56 'gl_renderer.cc', |
| 58 'gl_renderer.h', | 57 'gl_renderer.h', |
| 59 'graphics_context.h', | 58 'graphics_context.h', |
| 60 'hash_pair.h', | 59 'hash_pair.h', |
| 61 'heads_up_display_layer.cc', | 60 'heads_up_display_layer.cc', |
| 62 'heads_up_display_layer.h', | 61 'heads_up_display_layer.h', |
| 63 'heads_up_display_layer_impl.cc', | 62 'heads_up_display_layer_impl.cc', |
| 64 'heads_up_display_layer_impl.h', | 63 'heads_up_display_layer_impl.h', |
| (...skipping 210 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 275 'include_dirs': [ | 274 'include_dirs': [ |
| 276 '<(webkit_src_dir)/Source/Platform/chromium', | 275 '<(webkit_src_dir)/Source/Platform/chromium', |
| 277 '<@(cc_stubs_dirs)', | 276 '<@(cc_stubs_dirs)', |
| 278 ], | 277 ], |
| 279 'sources': [ | 278 'sources': [ |
| 280 '<@(cc_source_files)', | 279 '<@(cc_source_files)', |
| 281 ], | 280 ], |
| 282 }, | 281 }, |
| 283 ], | 282 ], |
| 284 } | 283 } |
| OLD | NEW |