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