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 281 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
292 'top_controls_manager.h', | 292 'top_controls_manager.h', |
293 'top_controls_manager_client.h', | 293 'top_controls_manager_client.h', |
294 'transferable_resource.cc', | 294 'transferable_resource.cc', |
295 'transferable_resource.h', | 295 'transferable_resource.h', |
296 'transform_operation.cc', | 296 'transform_operation.cc', |
297 'transform_operation.h', | 297 'transform_operation.h', |
298 'transform_operations.cc', | 298 'transform_operations.cc', |
299 'transform_operations.h', | 299 'transform_operations.h', |
300 'tree_synchronizer.cc', | 300 'tree_synchronizer.cc', |
301 'tree_synchronizer.h', | 301 'tree_synchronizer.h', |
| 302 'util.cc', |
302 'util.h', | 303 'util.h', |
303 'video_frame_provider.h', | 304 'video_frame_provider.h', |
304 'video_frame_provider_client_impl.cc', | 305 'video_frame_provider_client_impl.cc', |
305 'video_frame_provider_client_impl.h', | 306 'video_frame_provider_client_impl.h', |
306 'video_layer.cc', | 307 'video_layer.cc', |
307 'video_layer.h', | 308 'video_layer.h', |
308 'video_layer_impl.cc', | 309 'video_layer_impl.cc', |
309 'video_layer_impl.h', | 310 'video_layer_impl.h', |
310 'vsync_time_source.cc', | 311 'vsync_time_source.cc', |
311 'vsync_time_source.h', | 312 'vsync_time_source.h', |
(...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
352 'include_dirs': [ | 353 'include_dirs': [ |
353 # TODO(jamesr): Remove once https://webkit.org/b/105259 lands + rolls | 354 # TODO(jamesr): Remove once https://webkit.org/b/105259 lands + rolls |
354 '<(webkit_src_dir)/Source/Platform/chromium' | 355 '<(webkit_src_dir)/Source/Platform/chromium' |
355 ] | 356 ] |
356 }, | 357 }, |
357 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. | 358 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. |
358 'msvs_disabled_warnings': [ 4267, ], | 359 'msvs_disabled_warnings': [ 4267, ], |
359 }, | 360 }, |
360 ], | 361 ], |
361 } | 362 } |
OLD | NEW |