| 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 370 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 381 'resources/picture_pile.h', | 381 'resources/picture_pile.h', |
| 382 'resources/picture_pile_impl.cc', | 382 'resources/picture_pile_impl.cc', |
| 383 'resources/picture_pile_impl.h', | 383 'resources/picture_pile_impl.h', |
| 384 'resources/pixel_buffer_raster_worker_pool.cc', | 384 'resources/pixel_buffer_raster_worker_pool.cc', |
| 385 'resources/pixel_buffer_raster_worker_pool.h', | 385 'resources/pixel_buffer_raster_worker_pool.h', |
| 386 'resources/platform_color.h', | 386 'resources/platform_color.h', |
| 387 'resources/prioritized_resource.cc', | 387 'resources/prioritized_resource.cc', |
| 388 'resources/prioritized_resource.h', | 388 'resources/prioritized_resource.h', |
| 389 'resources/prioritized_resource_manager.cc', | 389 'resources/prioritized_resource_manager.cc', |
| 390 'resources/prioritized_resource_manager.h', | 390 'resources/prioritized_resource_manager.h', |
| 391 'resources/prioritized_tile_set.cc', | |
| 392 'resources/prioritized_tile_set.h', | |
| 393 'resources/priority_calculator.cc', | 391 'resources/priority_calculator.cc', |
| 394 'resources/priority_calculator.h', | 392 'resources/priority_calculator.h', |
| 395 'resources/rasterizer.cc', | 393 'resources/rasterizer.cc', |
| 396 'resources/rasterizer.h', | 394 'resources/rasterizer.h', |
| 397 'resources/raster_buffer.h', | 395 'resources/raster_buffer.h', |
| 398 'resources/raster_mode.cc', | 396 'resources/raster_mode.cc', |
| 399 'resources/raster_mode.h', | 397 'resources/raster_mode.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', |
| (...skipping 136 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 539 'surfaces/surface_resource_holder.cc', | 537 'surfaces/surface_resource_holder.cc', |
| 540 'surfaces/surface_resource_holder.h', | 538 'surfaces/surface_resource_holder.h', |
| 541 'surfaces/surfaces_export.h', | 539 'surfaces/surfaces_export.h', |
| 542 ], | 540 ], |
| 543 'includes': [ | 541 'includes': [ |
| 544 '../build/android/increase_size_for_speed.gypi', | 542 '../build/android/increase_size_for_speed.gypi', |
| 545 ], | 543 ], |
| 546 }, | 544 }, |
| 547 ], | 545 ], |
| 548 } | 546 } |
| OLD | NEW |