| 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 56 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 67 'frame_rate_counter.cc', | 67 'frame_rate_counter.cc', |
| 68 'frame_rate_counter.h', | 68 'frame_rate_counter.h', |
| 69 'geometry_binding.cc', | 69 'geometry_binding.cc', |
| 70 'geometry_binding.h', | 70 'geometry_binding.h', |
| 71 'gl_frame_data.h', | 71 'gl_frame_data.h', |
| 72 'gl_frame_data.cc', | 72 'gl_frame_data.cc', |
| 73 'gl_renderer.cc', | 73 'gl_renderer.cc', |
| 74 'gl_renderer.h', | 74 'gl_renderer.h', |
| 75 'gl_renderer_draw_cache.cc', | 75 'gl_renderer_draw_cache.cc', |
| 76 'gl_renderer_draw_cache.h', | 76 'gl_renderer_draw_cache.h', |
| 77 'grcontext_provider.cc', |
| 78 'grcontext_provider.h', |
| 77 'hash_pair.h', | 79 'hash_pair.h', |
| 78 'heads_up_display_layer.cc', | 80 'heads_up_display_layer.cc', |
| 79 'heads_up_display_layer.h', | 81 'heads_up_display_layer.h', |
| 80 'heads_up_display_layer_impl.cc', | 82 'heads_up_display_layer_impl.cc', |
| 81 'heads_up_display_layer_impl.h', | 83 'heads_up_display_layer_impl.h', |
| 82 'image_layer_updater.cc', | 84 'image_layer_updater.cc', |
| 83 'image_layer_updater.h', | 85 'image_layer_updater.h', |
| 84 'image_layer.cc', | 86 'image_layer.cc', |
| 85 'image_layer.h', | 87 'image_layer.h', |
| 86 'input_handler.h', | 88 'input_handler.h', |
| (...skipping 267 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 354 'include_dirs': [ | 356 'include_dirs': [ |
| 355 # TODO(jamesr): Remove once https://webkit.org/b/105259 lands + rolls | 357 # TODO(jamesr): Remove once https://webkit.org/b/105259 lands + rolls |
| 356 '<(webkit_src_dir)/Source/Platform/chromium' | 358 '<(webkit_src_dir)/Source/Platform/chromium' |
| 357 ] | 359 ] |
| 358 }, | 360 }, |
| 359 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. | 361 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. |
| 360 'msvs_disabled_warnings': [ 4267, ], | 362 'msvs_disabled_warnings': [ 4267, ], |
| 361 }, | 363 }, |
| 362 ], | 364 ], |
| 363 } | 365 } |
| OLD | NEW |