| 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 373 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 384 'resources/picture_pile_base.h', | 384 'resources/picture_pile_base.h', |
| 385 'resources/picture_pile_impl.cc', | 385 'resources/picture_pile_impl.cc', |
| 386 'resources/picture_pile_impl.h', | 386 'resources/picture_pile_impl.h', |
| 387 'resources/pixel_buffer_raster_worker_pool.cc', | 387 'resources/pixel_buffer_raster_worker_pool.cc', |
| 388 'resources/pixel_buffer_raster_worker_pool.h', | 388 'resources/pixel_buffer_raster_worker_pool.h', |
| 389 'resources/platform_color.h', | 389 'resources/platform_color.h', |
| 390 'resources/prioritized_resource.cc', | 390 'resources/prioritized_resource.cc', |
| 391 'resources/prioritized_resource.h', | 391 'resources/prioritized_resource.h', |
| 392 'resources/prioritized_resource_manager.cc', | 392 'resources/prioritized_resource_manager.cc', |
| 393 'resources/prioritized_resource_manager.h', | 393 'resources/prioritized_resource_manager.h', |
| 394 'resources/prioritized_tile_set.cc', | |
| 395 'resources/prioritized_tile_set.h', | |
| 396 'resources/priority_calculator.cc', | 394 'resources/priority_calculator.cc', |
| 397 'resources/priority_calculator.h', | 395 'resources/priority_calculator.h', |
| 398 'resources/raster_buffer.cc', | 396 'resources/raster_buffer.cc', |
| 399 'resources/raster_buffer.h', | 397 'resources/raster_buffer.h', |
| 400 'resources/raster_tile_priority_queue.cc', | 398 'resources/raster_tile_priority_queue.cc', |
| 401 'resources/raster_tile_priority_queue.h', | 399 'resources/raster_tile_priority_queue.h', |
| 402 'resources/raster_worker_pool.cc', | 400 'resources/raster_worker_pool.cc', |
| 403 'resources/raster_worker_pool.h', | 401 'resources/raster_worker_pool.h', |
| 404 'resources/rasterizer.cc', | 402 'resources/rasterizer.cc', |
| 405 'resources/rasterizer.h', | 403 'resources/rasterizer.h', |
| (...skipping 139 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 545 'surfaces/surface_resource_holder.cc', | 543 'surfaces/surface_resource_holder.cc', |
| 546 'surfaces/surface_resource_holder.h', | 544 'surfaces/surface_resource_holder.h', |
| 547 'surfaces/surfaces_export.h', | 545 'surfaces/surfaces_export.h', |
| 548 ], | 546 ], |
| 549 'includes': [ | 547 'includes': [ |
| 550 '../build/android/increase_size_for_speed.gypi', | 548 '../build/android/increase_size_for_speed.gypi', |
| 551 ], | 549 ], |
| 552 }, | 550 }, |
| 553 ], | 551 ], |
| 554 } | 552 } |
| OLD | NEW |