| 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 'cc_source_files': [ | 8 'cc_source_files': [ |
| 9 'animation/animation.cc', | 9 'animation/animation.cc', |
| 10 'animation/animation.h', | 10 'animation/animation.h', |
| (...skipping 257 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 268 'resources/picture_pile_impl.h', | 268 'resources/picture_pile_impl.h', |
| 269 'resources/pixel_buffer_raster_worker_pool.cc', | 269 'resources/pixel_buffer_raster_worker_pool.cc', |
| 270 'resources/pixel_buffer_raster_worker_pool.h', | 270 'resources/pixel_buffer_raster_worker_pool.h', |
| 271 'resources/platform_color.h', | 271 'resources/platform_color.h', |
| 272 'resources/prioritized_resource.cc', | 272 'resources/prioritized_resource.cc', |
| 273 'resources/prioritized_resource.h', | 273 'resources/prioritized_resource.h', |
| 274 'resources/prioritized_resource_manager.cc', | 274 'resources/prioritized_resource_manager.cc', |
| 275 'resources/prioritized_resource_manager.h', | 275 'resources/prioritized_resource_manager.h', |
| 276 'resources/priority_calculator.cc', | 276 'resources/priority_calculator.cc', |
| 277 'resources/priority_calculator.h', | 277 'resources/priority_calculator.h', |
| 278 'resources/raster_mode.cc', |
| 279 'resources/raster_mode.h', |
| 278 'resources/raster_worker_pool.cc', | 280 'resources/raster_worker_pool.cc', |
| 279 'resources/raster_worker_pool.h', | 281 'resources/raster_worker_pool.h', |
| 280 'resources/resource.cc', | 282 'resources/resource.cc', |
| 281 'resources/resource.h', | 283 'resources/resource.h', |
| 282 'resources/resource_pool.cc', | 284 'resources/resource_pool.cc', |
| 283 'resources/resource_pool.h', | 285 'resources/resource_pool.h', |
| 284 'resources/resource_provider.cc', | 286 'resources/resource_provider.cc', |
| 285 'resources/resource_provider.h', | 287 'resources/resource_provider.h', |
| 286 'resources/resource_update.cc', | 288 'resources/resource_update.cc', |
| 287 'resources/resource_update.h', | 289 'resources/resource_update.h', |
| (...skipping 85 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 373 'CC_IMPLEMENTATION=1', | 375 'CC_IMPLEMENTATION=1', |
| 374 ], | 376 ], |
| 375 'sources': [ | 377 'sources': [ |
| 376 '<@(cc_source_files)', | 378 '<@(cc_source_files)', |
| 377 ], | 379 ], |
| 378 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. | 380 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. |
| 379 'msvs_disabled_warnings': [ 4267, ], | 381 'msvs_disabled_warnings': [ 4267, ], |
| 380 }, | 382 }, |
| 381 ], | 383 ], |
| 382 } | 384 } |
| OLD | NEW |