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 378 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
389 'resources/prioritized_resource.cc', | 389 'resources/prioritized_resource.cc', |
390 'resources/prioritized_resource.h', | 390 'resources/prioritized_resource.h', |
391 'resources/prioritized_resource_manager.cc', | 391 'resources/prioritized_resource_manager.cc', |
392 'resources/prioritized_resource_manager.h', | 392 'resources/prioritized_resource_manager.h', |
393 'resources/prioritized_tile_set.cc', | 393 'resources/prioritized_tile_set.cc', |
394 'resources/prioritized_tile_set.h', | 394 'resources/prioritized_tile_set.h', |
395 'resources/priority_calculator.cc', | 395 'resources/priority_calculator.cc', |
396 'resources/priority_calculator.h', | 396 'resources/priority_calculator.h', |
397 'resources/raster_buffer.cc', | 397 'resources/raster_buffer.cc', |
398 'resources/raster_buffer.h', | 398 'resources/raster_buffer.h', |
399 'resources/raster_mode.cc', | |
400 'resources/raster_mode.h', | |
401 'resources/raster_tile_priority_queue.cc', | 399 'resources/raster_tile_priority_queue.cc', |
402 'resources/raster_tile_priority_queue.h', | 400 'resources/raster_tile_priority_queue.h', |
403 'resources/raster_worker_pool.cc', | 401 'resources/raster_worker_pool.cc', |
404 'resources/raster_worker_pool.h', | 402 'resources/raster_worker_pool.h', |
405 'resources/rasterizer.cc', | 403 'resources/rasterizer.cc', |
406 'resources/rasterizer.h', | 404 'resources/rasterizer.h', |
407 'resources/release_callback.h', | 405 'resources/release_callback.h', |
408 'resources/resource.cc', | 406 'resources/resource.cc', |
409 'resources/resource.h', | 407 'resources/resource.h', |
410 'resources/resource_format.cc', | 408 'resources/resource_format.cc', |
(...skipping 133 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
544 'surfaces/surface_resource_holder.cc', | 542 'surfaces/surface_resource_holder.cc', |
545 'surfaces/surface_resource_holder.h', | 543 'surfaces/surface_resource_holder.h', |
546 'surfaces/surfaces_export.h', | 544 'surfaces/surfaces_export.h', |
547 ], | 545 ], |
548 'includes': [ | 546 'includes': [ |
549 '../build/android/increase_size_for_speed.gypi', | 547 '../build/android/increase_size_for_speed.gypi', |
550 ], | 548 ], |
551 }, | 549 }, |
552 ], | 550 ], |
553 } | 551 } |
OLD | NEW |