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 318 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
329 'quads/tile_draw_quad.cc', | 329 'quads/tile_draw_quad.cc', |
330 'quads/tile_draw_quad.h', | 330 'quads/tile_draw_quad.h', |
331 'quads/yuv_video_draw_quad.cc', | 331 'quads/yuv_video_draw_quad.cc', |
332 'quads/yuv_video_draw_quad.h', | 332 'quads/yuv_video_draw_quad.h', |
333 'resources/bitmap_content_layer_updater.cc', | 333 'resources/bitmap_content_layer_updater.cc', |
334 'resources/bitmap_content_layer_updater.h', | 334 'resources/bitmap_content_layer_updater.h', |
335 'resources/bitmap_skpicture_content_layer_updater.cc', | 335 'resources/bitmap_skpicture_content_layer_updater.cc', |
336 'resources/bitmap_skpicture_content_layer_updater.h', | 336 'resources/bitmap_skpicture_content_layer_updater.h', |
337 'resources/content_layer_updater.cc', | 337 'resources/content_layer_updater.cc', |
338 'resources/content_layer_updater.h', | 338 'resources/content_layer_updater.h', |
| 339 'resources/eviction_tile_priority_queue.cc', |
| 340 'resources/eviction_tile_priority_queue.h', |
339 'resources/gpu_raster_worker_pool.cc', | 341 'resources/gpu_raster_worker_pool.cc', |
340 'resources/gpu_raster_worker_pool.h', | 342 'resources/gpu_raster_worker_pool.h', |
| 343 'resources/image_copy_raster_worker_pool.cc', |
| 344 'resources/image_copy_raster_worker_pool.h', |
341 'resources/image_layer_updater.cc', | 345 'resources/image_layer_updater.cc', |
342 'resources/image_layer_updater.h', | 346 'resources/image_layer_updater.h', |
343 'resources/image_raster_worker_pool.cc', | 347 'resources/image_raster_worker_pool.cc', |
344 'resources/image_raster_worker_pool.h', | 348 'resources/image_raster_worker_pool.h', |
345 'resources/image_copy_raster_worker_pool.cc', | |
346 'resources/image_copy_raster_worker_pool.h', | |
347 'resources/layer_painter.h', | 349 'resources/layer_painter.h', |
348 'resources/layer_quad.cc', | 350 'resources/layer_quad.cc', |
349 'resources/layer_quad.h', | 351 'resources/layer_quad.h', |
350 'resources/layer_tiling_data.cc', | 352 'resources/layer_tiling_data.cc', |
351 'resources/layer_tiling_data.h', | 353 'resources/layer_tiling_data.h', |
352 'resources/layer_updater.cc', | 354 'resources/layer_updater.cc', |
353 'resources/layer_updater.h', | 355 'resources/layer_updater.h', |
354 'resources/managed_tile_state.cc', | 356 'resources/managed_tile_state.cc', |
355 'resources/managed_tile_state.h', | 357 'resources/managed_tile_state.h', |
356 'resources/memory_history.cc', | 358 'resources/memory_history.cc', |
357 'resources/memory_history.h', | 359 'resources/memory_history.h', |
358 'resources/picture.cc', | 360 'resources/picture.cc', |
359 'resources/picture.h', | 361 'resources/picture.h', |
360 'resources/picture_layer_tiling.cc', | 362 'resources/picture_layer_tiling.cc', |
361 'resources/picture_layer_tiling.h', | 363 'resources/picture_layer_tiling.h', |
362 'resources/picture_layer_tiling_set.cc', | 364 'resources/picture_layer_tiling_set.cc', |
363 'resources/picture_layer_tiling_set.h', | 365 'resources/picture_layer_tiling_set.h', |
| 366 'resources/picture_pile_base.cc', |
| 367 'resources/picture_pile_base.h', |
364 'resources/picture_pile.cc', | 368 'resources/picture_pile.cc', |
365 'resources/picture_pile.h', | 369 'resources/picture_pile.h', |
366 'resources/picture_pile_base.cc', | |
367 'resources/picture_pile_base.h', | |
368 'resources/picture_pile_impl.cc', | 370 'resources/picture_pile_impl.cc', |
369 'resources/picture_pile_impl.h', | 371 'resources/picture_pile_impl.h', |
370 'resources/pixel_buffer_raster_worker_pool.cc', | 372 'resources/pixel_buffer_raster_worker_pool.cc', |
371 'resources/pixel_buffer_raster_worker_pool.h', | 373 'resources/pixel_buffer_raster_worker_pool.h', |
372 'resources/platform_color.h', | 374 'resources/platform_color.h', |
373 'resources/prioritized_resource.cc', | 375 'resources/prioritized_resource.cc', |
374 'resources/prioritized_resource.h', | 376 'resources/prioritized_resource.h', |
375 'resources/prioritized_resource_manager.cc', | 377 'resources/prioritized_resource_manager.cc', |
376 'resources/prioritized_resource_manager.h', | 378 'resources/prioritized_resource_manager.h', |
377 'resources/prioritized_tile_set.cc', | |
378 'resources/prioritized_tile_set.h', | |
379 'resources/priority_calculator.cc', | 379 'resources/priority_calculator.cc', |
380 'resources/priority_calculator.h', | 380 'resources/priority_calculator.h', |
| 381 'resources/rasterizer.cc', |
| 382 'resources/rasterizer.h', |
381 'resources/raster_mode.cc', | 383 'resources/raster_mode.cc', |
382 'resources/raster_mode.h', | 384 'resources/raster_mode.h', |
| 385 'resources/raster_tile_priority_queue.cc', |
| 386 'resources/raster_tile_priority_queue.h', |
383 'resources/raster_worker_pool.cc', | 387 'resources/raster_worker_pool.cc', |
384 'resources/raster_worker_pool.h', | 388 'resources/raster_worker_pool.h', |
385 'resources/rasterizer.cc', | |
386 'resources/rasterizer.h', | |
387 'resources/release_callback.h', | 389 'resources/release_callback.h', |
388 'resources/resource.cc', | 390 'resources/resource.cc', |
| 391 'resources/resource_format.cc', |
| 392 'resources/resource_format.h', |
389 'resources/resource.h', | 393 'resources/resource.h', |
390 'resources/resource_format.h', | |
391 'resources/resource_format.cc', | |
392 'resources/resource_pool.cc', | 394 'resources/resource_pool.cc', |
393 'resources/resource_pool.h', | 395 'resources/resource_pool.h', |
394 'resources/resource_provider.cc', | 396 'resources/resource_provider.cc', |
395 'resources/resource_provider.h', | 397 'resources/resource_provider.h', |
396 'resources/resource_update.cc', | 398 'resources/resource_update.cc', |
397 'resources/resource_update.h', | |
398 'resources/resource_update_controller.cc', | 399 'resources/resource_update_controller.cc', |
399 'resources/resource_update_controller.h', | 400 'resources/resource_update_controller.h', |
| 401 'resources/resource_update.h', |
400 'resources/resource_update_queue.cc', | 402 'resources/resource_update_queue.cc', |
401 'resources/resource_update_queue.h', | 403 'resources/resource_update_queue.h', |
402 'resources/returned_resource.h', | 404 'resources/returned_resource.h', |
403 'resources/scoped_resource.cc', | 405 'resources/scoped_resource.cc', |
404 'resources/scoped_resource.h', | 406 'resources/scoped_resource.h', |
405 'resources/scoped_ui_resource.cc', | 407 'resources/scoped_ui_resource.cc', |
406 'resources/scoped_ui_resource.h', | 408 'resources/scoped_ui_resource.h', |
407 'resources/shared_bitmap.cc', | 409 'resources/shared_bitmap.cc', |
408 'resources/shared_bitmap.h', | 410 'resources/shared_bitmap.h', |
409 'resources/shared_bitmap_manager.h', | 411 'resources/shared_bitmap_manager.h', |
410 'resources/single_release_callback.cc', | 412 'resources/single_release_callback.cc', |
411 'resources/single_release_callback.h', | 413 'resources/single_release_callback.h', |
412 'resources/skpicture_content_layer_updater.cc', | 414 'resources/skpicture_content_layer_updater.cc', |
413 'resources/skpicture_content_layer_updater.h', | 415 'resources/skpicture_content_layer_updater.h', |
414 'resources/task_graph_runner.cc', | 416 'resources/task_graph_runner.cc', |
415 'resources/task_graph_runner.h', | 417 'resources/task_graph_runner.h', |
416 'resources/texture_mailbox.cc', | 418 'resources/texture_mailbox.cc', |
417 'resources/texture_mailbox.h', | |
418 'resources/texture_mailbox_deleter.cc', | 419 'resources/texture_mailbox_deleter.cc', |
419 'resources/texture_mailbox_deleter.h', | 420 'resources/texture_mailbox_deleter.h', |
| 421 'resources/texture_mailbox.h', |
420 'resources/texture_uploader.cc', | 422 'resources/texture_uploader.cc', |
421 'resources/texture_uploader.h', | 423 'resources/texture_uploader.h', |
422 'resources/tile.cc', | 424 'resources/tile.cc', |
423 'resources/tile.h', | 425 'resources/tile.h', |
424 'resources/tile_manager.cc', | 426 'resources/tile_manager.cc', |
425 'resources/tile_manager.h', | 427 'resources/tile_manager.h', |
426 'resources/tile_priority.cc', | 428 'resources/tile_priority.cc', |
427 'resources/tile_priority.h', | 429 'resources/tile_priority.h', |
| 430 'resources/tile_priority_queue.h', |
428 'resources/transferable_resource.cc', | 431 'resources/transferable_resource.cc', |
429 'resources/transferable_resource.h', | 432 'resources/transferable_resource.h', |
430 'resources/ui_resource_bitmap.cc', | 433 'resources/ui_resource_bitmap.cc', |
431 'resources/ui_resource_bitmap.h', | 434 'resources/ui_resource_bitmap.h', |
432 'resources/ui_resource_client.h', | 435 'resources/ui_resource_client.h', |
433 'resources/ui_resource_request.cc', | 436 'resources/ui_resource_request.cc', |
434 'resources/ui_resource_request.h', | 437 'resources/ui_resource_request.h', |
435 'resources/video_resource_updater.cc', | 438 'resources/video_resource_updater.cc', |
436 'resources/video_resource_updater.h', | 439 'resources/video_resource_updater.h', |
437 'scheduler/delay_based_time_source.cc', | 440 'scheduler/delay_based_time_source.cc', |
(...skipping 68 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
506 'surfaces/surface_id_allocator.h', | 509 'surfaces/surface_id_allocator.h', |
507 'surfaces/surface_manager.cc', | 510 'surfaces/surface_manager.cc', |
508 'surfaces/surface_manager.h', | 511 'surfaces/surface_manager.h', |
509 'surfaces/surface_resource_holder.cc', | 512 'surfaces/surface_resource_holder.cc', |
510 'surfaces/surface_resource_holder.h', | 513 'surfaces/surface_resource_holder.h', |
511 'surfaces/surfaces_export.h', | 514 'surfaces/surfaces_export.h', |
512 ], | 515 ], |
513 }, | 516 }, |
514 ], | 517 ], |
515 } | 518 } |
OLD | NEW |