| 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 'chromium_code': 1, | 7 'chromium_code': 1, |
| 8 }, | 8 }, |
| 9 'targets': [ | 9 'targets': [ |
| 10 { | 10 { |
| (...skipping 280 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 291 'resources/bitmap_content_layer_updater.cc', | 291 'resources/bitmap_content_layer_updater.cc', |
| 292 'resources/bitmap_content_layer_updater.h', | 292 'resources/bitmap_content_layer_updater.h', |
| 293 'resources/bitmap_skpicture_content_layer_updater.cc', | 293 'resources/bitmap_skpicture_content_layer_updater.cc', |
| 294 'resources/bitmap_skpicture_content_layer_updater.h', | 294 'resources/bitmap_skpicture_content_layer_updater.h', |
| 295 'resources/caching_bitmap_content_layer_updater.cc', | 295 'resources/caching_bitmap_content_layer_updater.cc', |
| 296 'resources/caching_bitmap_content_layer_updater.h', | 296 'resources/caching_bitmap_content_layer_updater.h', |
| 297 'resources/content_layer_updater.cc', | 297 'resources/content_layer_updater.cc', |
| 298 'resources/content_layer_updater.h', | 298 'resources/content_layer_updater.h', |
| 299 'resources/etc1_pixel_ref.cc', | 299 'resources/etc1_pixel_ref.cc', |
| 300 'resources/etc1_pixel_ref.h', | 300 'resources/etc1_pixel_ref.h', |
| 301 'resources/ganesh_rasterizer.cc', |
| 302 'resources/ganesh_rasterizer.h', |
| 301 'resources/image_layer_updater.cc', | 303 'resources/image_layer_updater.cc', |
| 302 'resources/image_layer_updater.h', | 304 'resources/image_layer_updater.h', |
| 303 'resources/image_raster_worker_pool.cc', | 305 'resources/image_raster_worker_pool.cc', |
| 304 'resources/image_raster_worker_pool.h', | 306 'resources/image_raster_worker_pool.h', |
| 305 'resources/layer_painter.h', | 307 'resources/layer_painter.h', |
| 306 'resources/layer_quad.cc', | 308 'resources/layer_quad.cc', |
| 307 'resources/layer_quad.h', | 309 'resources/layer_quad.h', |
| 308 'resources/layer_tiling_data.cc', | 310 'resources/layer_tiling_data.cc', |
| 309 'resources/layer_tiling_data.h', | 311 'resources/layer_tiling_data.h', |
| 310 'resources/layer_updater.cc', | 312 'resources/layer_updater.cc', |
| (...skipping 120 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 431 'trees/thread_proxy.cc', | 433 'trees/thread_proxy.cc', |
| 432 'trees/thread_proxy.h', | 434 'trees/thread_proxy.h', |
| 433 'trees/tree_synchronizer.cc', | 435 'trees/tree_synchronizer.cc', |
| 434 'trees/tree_synchronizer.h', | 436 'trees/tree_synchronizer.h', |
| 435 ], | 437 ], |
| 436 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. | 438 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. |
| 437 'msvs_disabled_warnings': [ 4267, ], | 439 'msvs_disabled_warnings': [ 4267, ], |
| 438 }, | 440 }, |
| 439 ], | 441 ], |
| 440 } | 442 } |
| OLD | NEW |