Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(50)

Side by Side Diff: cc/cc.gyp

Issue 584393003: cc: Use more explicit names for CHROMIUM_image based rasterizer implementations. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « cc/BUILD.gn ('k') | cc/resources/image_copy_raster_worker_pool.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 334 matching lines...) Expand 10 before | Expand all | Expand 10 after
345 'resources/bitmap_content_layer_updater.cc', 345 'resources/bitmap_content_layer_updater.cc',
346 'resources/bitmap_content_layer_updater.h', 346 'resources/bitmap_content_layer_updater.h',
347 'resources/bitmap_skpicture_content_layer_updater.cc', 347 'resources/bitmap_skpicture_content_layer_updater.cc',
348 'resources/bitmap_skpicture_content_layer_updater.h', 348 'resources/bitmap_skpicture_content_layer_updater.h',
349 'resources/content_layer_updater.cc', 349 'resources/content_layer_updater.cc',
350 'resources/content_layer_updater.h', 350 'resources/content_layer_updater.h',
351 'resources/eviction_tile_priority_queue.cc', 351 'resources/eviction_tile_priority_queue.cc',
352 'resources/eviction_tile_priority_queue.h', 352 'resources/eviction_tile_priority_queue.h',
353 'resources/gpu_raster_worker_pool.cc', 353 'resources/gpu_raster_worker_pool.cc',
354 'resources/gpu_raster_worker_pool.h', 354 'resources/gpu_raster_worker_pool.h',
355 'resources/image_copy_raster_worker_pool.cc',
356 'resources/image_copy_raster_worker_pool.h',
357 'resources/image_layer_updater.cc', 355 'resources/image_layer_updater.cc',
358 'resources/image_layer_updater.h', 356 'resources/image_layer_updater.h',
359 'resources/image_raster_worker_pool.cc',
360 'resources/image_raster_worker_pool.h',
361 'resources/layer_painter.h', 357 'resources/layer_painter.h',
362 'resources/layer_quad.cc', 358 'resources/layer_quad.cc',
363 'resources/layer_quad.h', 359 'resources/layer_quad.h',
364 'resources/layer_tiling_data.cc', 360 'resources/layer_tiling_data.cc',
365 'resources/layer_tiling_data.h', 361 'resources/layer_tiling_data.h',
366 'resources/layer_updater.cc', 362 'resources/layer_updater.cc',
367 'resources/layer_updater.h', 363 'resources/layer_updater.h',
368 'resources/managed_tile_state.cc', 364 'resources/managed_tile_state.cc',
369 'resources/managed_tile_state.h', 365 'resources/managed_tile_state.h',
370 'resources/memory_history.cc', 366 'resources/memory_history.cc',
371 'resources/memory_history.h', 367 'resources/memory_history.h',
368 'resources/one_copy_raster_worker_pool.cc',
369 'resources/one_copy_raster_worker_pool.h',
372 'resources/picture.cc', 370 'resources/picture.cc',
373 'resources/picture.h', 371 'resources/picture.h',
374 'resources/picture_layer_tiling.cc', 372 'resources/picture_layer_tiling.cc',
375 'resources/picture_layer_tiling.h', 373 'resources/picture_layer_tiling.h',
376 'resources/picture_layer_tiling_set.cc', 374 'resources/picture_layer_tiling_set.cc',
377 'resources/picture_layer_tiling_set.h', 375 'resources/picture_layer_tiling_set.h',
376 'resources/picture_pile.cc',
377 'resources/picture_pile.h',
378 'resources/picture_pile_base.cc', 378 'resources/picture_pile_base.cc',
379 'resources/picture_pile_base.h', 379 'resources/picture_pile_base.h',
380 'resources/picture_pile.cc',
381 'resources/picture_pile.h',
382 'resources/picture_pile_impl.cc', 380 'resources/picture_pile_impl.cc',
383 'resources/picture_pile_impl.h', 381 'resources/picture_pile_impl.h',
384 'resources/pixel_buffer_raster_worker_pool.cc', 382 'resources/pixel_buffer_raster_worker_pool.cc',
385 'resources/pixel_buffer_raster_worker_pool.h', 383 'resources/pixel_buffer_raster_worker_pool.h',
386 'resources/platform_color.h', 384 'resources/platform_color.h',
387 'resources/prioritized_resource.cc', 385 'resources/prioritized_resource.cc',
388 'resources/prioritized_resource.h', 386 'resources/prioritized_resource.h',
389 'resources/prioritized_resource_manager.cc', 387 'resources/prioritized_resource_manager.cc',
390 'resources/prioritized_resource_manager.h', 388 'resources/prioritized_resource_manager.h',
391 'resources/prioritized_tile_set.cc', 389 'resources/prioritized_tile_set.cc',
392 'resources/prioritized_tile_set.h', 390 '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',
396 'resources/rasterizer.h',
397 'resources/raster_buffer.cc', 393 'resources/raster_buffer.cc',
398 'resources/raster_buffer.h', 394 'resources/raster_buffer.h',
399 'resources/raster_mode.cc', 395 'resources/raster_mode.cc',
400 'resources/raster_mode.h', 396 'resources/raster_mode.h',
401 'resources/raster_tile_priority_queue.cc', 397 'resources/raster_tile_priority_queue.cc',
402 'resources/raster_tile_priority_queue.h', 398 'resources/raster_tile_priority_queue.h',
403 'resources/raster_worker_pool.cc', 399 'resources/raster_worker_pool.cc',
404 'resources/raster_worker_pool.h', 400 'resources/raster_worker_pool.h',
401 'resources/rasterizer.cc',
402 'resources/rasterizer.h',
405 'resources/release_callback.h', 403 'resources/release_callback.h',
406 'resources/resource.cc', 404 'resources/resource.cc',
405 'resources/resource.h',
407 'resources/resource_format.cc', 406 'resources/resource_format.cc',
408 'resources/resource_format.h', 407 'resources/resource_format.h',
409 'resources/resource.h',
410 'resources/resource_pool.cc', 408 'resources/resource_pool.cc',
411 'resources/resource_pool.h', 409 'resources/resource_pool.h',
412 'resources/resource_provider.cc', 410 'resources/resource_provider.cc',
413 'resources/resource_provider.h', 411 'resources/resource_provider.h',
414 'resources/resource_update.cc', 412 'resources/resource_update.cc',
413 'resources/resource_update.h',
415 'resources/resource_update_controller.cc', 414 'resources/resource_update_controller.cc',
416 'resources/resource_update_controller.h', 415 'resources/resource_update_controller.h',
417 'resources/resource_update.h',
418 'resources/resource_update_queue.cc', 416 'resources/resource_update_queue.cc',
419 'resources/resource_update_queue.h', 417 'resources/resource_update_queue.h',
420 'resources/returned_resource.h', 418 'resources/returned_resource.h',
421 'resources/scoped_gpu_raster.cc', 419 'resources/scoped_gpu_raster.cc',
422 'resources/scoped_gpu_raster.h', 420 'resources/scoped_gpu_raster.h',
423 'resources/scoped_resource.cc', 421 'resources/scoped_resource.cc',
424 'resources/scoped_resource.h', 422 'resources/scoped_resource.h',
425 'resources/scoped_ui_resource.cc', 423 'resources/scoped_ui_resource.cc',
426 'resources/scoped_ui_resource.h', 424 'resources/scoped_ui_resource.h',
427 'resources/shared_bitmap.cc', 425 'resources/shared_bitmap.cc',
428 'resources/shared_bitmap.h', 426 'resources/shared_bitmap.h',
429 'resources/shared_bitmap_manager.h', 427 'resources/shared_bitmap_manager.h',
430 'resources/single_release_callback.cc', 428 'resources/single_release_callback.cc',
431 'resources/single_release_callback.h', 429 'resources/single_release_callback.h',
432 'resources/single_release_callback_impl.cc', 430 'resources/single_release_callback_impl.cc',
433 'resources/single_release_callback_impl.h', 431 'resources/single_release_callback_impl.h',
434 'resources/skpicture_content_layer_updater.cc', 432 'resources/skpicture_content_layer_updater.cc',
435 'resources/skpicture_content_layer_updater.h', 433 'resources/skpicture_content_layer_updater.h',
436 'resources/task_graph_runner.cc', 434 'resources/task_graph_runner.cc',
437 'resources/task_graph_runner.h', 435 'resources/task_graph_runner.h',
438 'resources/texture_mailbox.cc', 436 'resources/texture_mailbox.cc',
437 'resources/texture_mailbox.h',
439 'resources/texture_mailbox_deleter.cc', 438 'resources/texture_mailbox_deleter.cc',
440 'resources/texture_mailbox_deleter.h', 439 'resources/texture_mailbox_deleter.h',
441 'resources/texture_mailbox.h',
442 'resources/texture_uploader.cc', 440 'resources/texture_uploader.cc',
443 'resources/texture_uploader.h', 441 'resources/texture_uploader.h',
444 'resources/tile.cc', 442 'resources/tile.cc',
445 'resources/tile.h', 443 'resources/tile.h',
446 'resources/tile_manager.cc', 444 'resources/tile_manager.cc',
447 'resources/tile_manager.h', 445 'resources/tile_manager.h',
448 'resources/tile_priority.cc', 446 'resources/tile_priority.cc',
449 'resources/tile_priority.h', 447 'resources/tile_priority.h',
450 'resources/transferable_resource.cc', 448 'resources/transferable_resource.cc',
451 'resources/transferable_resource.h', 449 'resources/transferable_resource.h',
452 'resources/ui_resource_bitmap.cc', 450 'resources/ui_resource_bitmap.cc',
453 'resources/ui_resource_bitmap.h', 451 'resources/ui_resource_bitmap.h',
454 'resources/ui_resource_client.h', 452 'resources/ui_resource_client.h',
455 'resources/ui_resource_request.cc', 453 'resources/ui_resource_request.cc',
456 'resources/ui_resource_request.h', 454 'resources/ui_resource_request.h',
457 'resources/video_resource_updater.cc', 455 'resources/video_resource_updater.cc',
458 'resources/video_resource_updater.h', 456 'resources/video_resource_updater.h',
457 'resources/zero_copy_raster_worker_pool.cc',
458 'resources/zero_copy_raster_worker_pool.h',
459 'scheduler/delay_based_time_source.cc', 459 'scheduler/delay_based_time_source.cc',
460 'scheduler/delay_based_time_source.h', 460 'scheduler/delay_based_time_source.h',
461 'scheduler/draw_result.h', 461 'scheduler/draw_result.h',
462 'scheduler/scheduler.cc', 462 'scheduler/scheduler.cc',
463 'scheduler/scheduler.h', 463 'scheduler/scheduler.h',
464 'scheduler/scheduler_settings.cc', 464 'scheduler/scheduler_settings.cc',
465 'scheduler/scheduler_settings.h', 465 'scheduler/scheduler_settings.h',
466 'scheduler/scheduler_state_machine.cc', 466 'scheduler/scheduler_state_machine.cc',
467 'scheduler/scheduler_state_machine.h', 467 'scheduler/scheduler_state_machine.h',
468 'trees/blocking_task_runner.cc', 468 'trees/blocking_task_runner.cc',
(...skipping 71 matching lines...) Expand 10 before | Expand all | Expand 10 after
540 'surfaces/surface_resource_holder.cc', 540 'surfaces/surface_resource_holder.cc',
541 'surfaces/surface_resource_holder.h', 541 'surfaces/surface_resource_holder.h',
542 'surfaces/surfaces_export.h', 542 'surfaces/surfaces_export.h',
543 ], 543 ],
544 'includes': [ 544 'includes': [
545 '../build/android/increase_size_for_speed.gypi', 545 '../build/android/increase_size_for_speed.gypi',
546 ], 546 ],
547 }, 547 },
548 ], 548 ],
549 } 549 }
OLDNEW
« no previous file with comments | « cc/BUILD.gn ('k') | cc/resources/image_copy_raster_worker_pool.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698