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 42 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
53 'delegated_renderer_layer_impl.h', | 53 'delegated_renderer_layer_impl.h', |
54 'delegating_renderer.cc', | 54 'delegating_renderer.cc', |
55 'delegating_renderer.h', | 55 'delegating_renderer.h', |
56 'direct_renderer.cc', | 56 'direct_renderer.cc', |
57 'direct_renderer.h', | 57 'direct_renderer.h', |
58 'draw_properties.h', | 58 'draw_properties.h', |
59 'draw_quad.cc', | 59 'draw_quad.cc', |
60 'draw_quad.h', | 60 'draw_quad.h', |
61 'fake_web_graphics_context_3d.cc', | 61 'fake_web_graphics_context_3d.cc', |
62 'fake_web_graphics_context_3d.h', | 62 'fake_web_graphics_context_3d.h', |
63 'font_atlas.cc', | |
64 'font_atlas.h', | |
65 'frame_rate_controller.cc', | 63 'frame_rate_controller.cc', |
66 'frame_rate_controller.h', | 64 'frame_rate_controller.h', |
67 'frame_rate_counter.cc', | 65 'frame_rate_counter.cc', |
68 'frame_rate_counter.h', | 66 'frame_rate_counter.h', |
69 'geometry_binding.cc', | 67 'geometry_binding.cc', |
70 'geometry_binding.h', | 68 'geometry_binding.h', |
71 'gl_frame_data.h', | 69 'gl_frame_data.h', |
72 'gl_frame_data.cc', | 70 'gl_frame_data.cc', |
73 'gl_renderer.cc', | 71 'gl_renderer.cc', |
74 'gl_renderer.h', | 72 'gl_renderer.h', |
(...skipping 279 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
354 'include_dirs': [ | 352 'include_dirs': [ |
355 # TODO(jamesr): Remove once https://webkit.org/b/105259 lands + rolls | 353 # TODO(jamesr): Remove once https://webkit.org/b/105259 lands + rolls |
356 '<(webkit_src_dir)/Source/Platform/chromium' | 354 '<(webkit_src_dir)/Source/Platform/chromium' |
357 ] | 355 ] |
358 }, | 356 }, |
359 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. | 357 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. |
360 'msvs_disabled_warnings': [ 4267, ], | 358 'msvs_disabled_warnings': [ 4267, ], |
361 }, | 359 }, |
362 ], | 360 ], |
363 } | 361 } |
OLD | NEW |