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 267 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
278 'texture_uploader.h', | 278 'texture_uploader.h', |
279 'thread.h', | 279 'thread.h', |
280 'thread_impl.cc', | 280 'thread_impl.cc', |
281 'thread_impl.h', | 281 'thread_impl.h', |
282 'thread_proxy.cc', | 282 'thread_proxy.cc', |
283 'thread_proxy.h', | 283 'thread_proxy.h', |
284 'tile.cc', | 284 'tile.cc', |
285 'tile.h', | 285 'tile.h', |
286 'tile_draw_quad.cc', | 286 'tile_draw_quad.cc', |
287 'tile_draw_quad.h', | 287 'tile_draw_quad.h', |
| 288 'tile_drawing_info.cc', |
| 289 'tile_drawing_info.h', |
288 'tile_manager.cc', | 290 'tile_manager.cc', |
289 'tile_manager.h', | 291 'tile_manager.h', |
290 'tile_priority.cc', | 292 'tile_priority.cc', |
291 'tile_priority.h', | 293 'tile_priority.h', |
292 'tiled_layer.cc', | 294 'tiled_layer.cc', |
293 'tiled_layer.h', | 295 'tiled_layer.h', |
294 'tiled_layer_impl.cc', | 296 'tiled_layer_impl.cc', |
295 'tiled_layer_impl.h', | 297 'tiled_layer_impl.h', |
296 'tiling_data.cc', | 298 'tiling_data.cc', |
297 'tiling_data.h', | 299 'tiling_data.h', |
(...skipping 60 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
358 'CC_IMPLEMENTATION=1', | 360 'CC_IMPLEMENTATION=1', |
359 ], | 361 ], |
360 'sources': [ | 362 'sources': [ |
361 '<@(cc_source_files)', | 363 '<@(cc_source_files)', |
362 ], | 364 ], |
363 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. | 365 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. |
364 'msvs_disabled_warnings': [ 4267, ], | 366 'msvs_disabled_warnings': [ 4267, ], |
365 }, | 367 }, |
366 ], | 368 ], |
367 } | 369 } |
OLD | NEW |