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

Side by Side Diff: cc/BUILD.gn

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 | « no previous file | cc/cc.gyp » ('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 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 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 component("cc") { 5 component("cc") {
6 sources = [ 6 sources = [
7 "animation/animation.cc", 7 "animation/animation.cc",
8 "animation/animation.h", 8 "animation/animation.h",
9 "animation/animation_curve.cc", 9 "animation/animation_curve.cc",
10 "animation/animation_curve.h", 10 "animation/animation_curve.h",
(...skipping 306 matching lines...) Expand 10 before | Expand all | Expand 10 after
317 "resources/bitmap_content_layer_updater.cc", 317 "resources/bitmap_content_layer_updater.cc",
318 "resources/bitmap_content_layer_updater.h", 318 "resources/bitmap_content_layer_updater.h",
319 "resources/bitmap_skpicture_content_layer_updater.cc", 319 "resources/bitmap_skpicture_content_layer_updater.cc",
320 "resources/bitmap_skpicture_content_layer_updater.h", 320 "resources/bitmap_skpicture_content_layer_updater.h",
321 "resources/content_layer_updater.cc", 321 "resources/content_layer_updater.cc",
322 "resources/content_layer_updater.h", 322 "resources/content_layer_updater.h",
323 "resources/eviction_tile_priority_queue.cc", 323 "resources/eviction_tile_priority_queue.cc",
324 "resources/eviction_tile_priority_queue.h", 324 "resources/eviction_tile_priority_queue.h",
325 "resources/gpu_raster_worker_pool.cc", 325 "resources/gpu_raster_worker_pool.cc",
326 "resources/gpu_raster_worker_pool.h", 326 "resources/gpu_raster_worker_pool.h",
327 "resources/image_copy_raster_worker_pool.cc",
328 "resources/image_copy_raster_worker_pool.h",
329 "resources/image_layer_updater.cc", 327 "resources/image_layer_updater.cc",
330 "resources/image_layer_updater.h", 328 "resources/image_layer_updater.h",
331 "resources/image_raster_worker_pool.cc",
332 "resources/image_raster_worker_pool.h",
333 "resources/layer_painter.h", 329 "resources/layer_painter.h",
334 "resources/layer_quad.cc", 330 "resources/layer_quad.cc",
335 "resources/layer_quad.h", 331 "resources/layer_quad.h",
336 "resources/layer_tiling_data.cc", 332 "resources/layer_tiling_data.cc",
337 "resources/layer_tiling_data.h", 333 "resources/layer_tiling_data.h",
338 "resources/layer_updater.cc", 334 "resources/layer_updater.cc",
339 "resources/layer_updater.h", 335 "resources/layer_updater.h",
340 "resources/managed_tile_state.cc", 336 "resources/managed_tile_state.cc",
341 "resources/managed_tile_state.h", 337 "resources/managed_tile_state.h",
342 "resources/memory_history.cc", 338 "resources/memory_history.cc",
343 "resources/memory_history.h", 339 "resources/memory_history.h",
340 "resources/one_copy_raster_worker_pool.cc",
341 "resources/one_copy_raster_worker_pool.h",
344 "resources/picture.cc", 342 "resources/picture.cc",
345 "resources/picture.h", 343 "resources/picture.h",
346 "resources/picture_layer_tiling.cc", 344 "resources/picture_layer_tiling.cc",
347 "resources/picture_layer_tiling.h", 345 "resources/picture_layer_tiling.h",
348 "resources/picture_layer_tiling_set.cc", 346 "resources/picture_layer_tiling_set.cc",
349 "resources/picture_layer_tiling_set.h", 347 "resources/picture_layer_tiling_set.h",
348 "resources/picture_pile.cc",
349 "resources/picture_pile.h",
350 "resources/picture_pile_base.cc", 350 "resources/picture_pile_base.cc",
351 "resources/picture_pile_base.h", 351 "resources/picture_pile_base.h",
352 "resources/picture_pile.cc",
353 "resources/picture_pile.h",
354 "resources/picture_pile_impl.cc", 352 "resources/picture_pile_impl.cc",
355 "resources/picture_pile_impl.h", 353 "resources/picture_pile_impl.h",
356 "resources/pixel_buffer_raster_worker_pool.cc", 354 "resources/pixel_buffer_raster_worker_pool.cc",
357 "resources/pixel_buffer_raster_worker_pool.h", 355 "resources/pixel_buffer_raster_worker_pool.h",
358 "resources/platform_color.h", 356 "resources/platform_color.h",
359 "resources/prioritized_resource.cc", 357 "resources/prioritized_resource.cc",
360 "resources/prioritized_resource.h", 358 "resources/prioritized_resource.h",
361 "resources/prioritized_resource_manager.cc", 359 "resources/prioritized_resource_manager.cc",
362 "resources/prioritized_resource_manager.h", 360 "resources/prioritized_resource_manager.h",
363 "resources/prioritized_tile_set.cc", 361 "resources/prioritized_tile_set.cc",
364 "resources/prioritized_tile_set.h", 362 "resources/prioritized_tile_set.h",
365 "resources/priority_calculator.cc", 363 "resources/priority_calculator.cc",
366 "resources/priority_calculator.h", 364 "resources/priority_calculator.h",
367 "resources/rasterizer.cc",
368 "resources/rasterizer.h",
369 "resources/raster_buffer.cc", 365 "resources/raster_buffer.cc",
370 "resources/raster_buffer.h", 366 "resources/raster_buffer.h",
371 "resources/raster_mode.cc", 367 "resources/raster_mode.cc",
372 "resources/raster_mode.h", 368 "resources/raster_mode.h",
373 "resources/raster_tile_priority_queue.cc", 369 "resources/raster_tile_priority_queue.cc",
374 "resources/raster_tile_priority_queue.h", 370 "resources/raster_tile_priority_queue.h",
375 "resources/raster_worker_pool.cc", 371 "resources/raster_worker_pool.cc",
376 "resources/raster_worker_pool.h", 372 "resources/raster_worker_pool.h",
373 "resources/rasterizer.cc",
374 "resources/rasterizer.h",
377 "resources/release_callback.h", 375 "resources/release_callback.h",
378 "resources/resource.cc", 376 "resources/resource.cc",
377 "resources/resource.h",
379 "resources/resource_format.cc", 378 "resources/resource_format.cc",
380 "resources/resource_format.h", 379 "resources/resource_format.h",
381 "resources/resource.h",
382 "resources/resource_pool.cc", 380 "resources/resource_pool.cc",
383 "resources/resource_pool.h", 381 "resources/resource_pool.h",
384 "resources/resource_provider.cc", 382 "resources/resource_provider.cc",
385 "resources/resource_provider.h", 383 "resources/resource_provider.h",
386 "resources/resource_update.cc", 384 "resources/resource_update.cc",
385 "resources/resource_update.h",
387 "resources/resource_update_controller.cc", 386 "resources/resource_update_controller.cc",
388 "resources/resource_update_controller.h", 387 "resources/resource_update_controller.h",
389 "resources/resource_update.h",
390 "resources/resource_update_queue.cc", 388 "resources/resource_update_queue.cc",
391 "resources/resource_update_queue.h", 389 "resources/resource_update_queue.h",
392 "resources/returned_resource.h", 390 "resources/returned_resource.h",
393 "resources/scoped_gpu_raster.cc", 391 "resources/scoped_gpu_raster.cc",
394 "resources/scoped_gpu_raster.h", 392 "resources/scoped_gpu_raster.h",
395 "resources/scoped_resource.cc", 393 "resources/scoped_resource.cc",
396 "resources/scoped_resource.h", 394 "resources/scoped_resource.h",
397 "resources/scoped_ui_resource.cc", 395 "resources/scoped_ui_resource.cc",
398 "resources/scoped_ui_resource.h", 396 "resources/scoped_ui_resource.h",
399 "resources/shared_bitmap.cc", 397 "resources/shared_bitmap.cc",
400 "resources/shared_bitmap.h", 398 "resources/shared_bitmap.h",
401 "resources/shared_bitmap_manager.h", 399 "resources/shared_bitmap_manager.h",
402 "resources/single_release_callback.cc", 400 "resources/single_release_callback.cc",
403 "resources/single_release_callback.h", 401 "resources/single_release_callback.h",
404 "resources/single_release_callback_impl.cc", 402 "resources/single_release_callback_impl.cc",
405 "resources/single_release_callback_impl.h", 403 "resources/single_release_callback_impl.h",
406 "resources/skpicture_content_layer_updater.cc", 404 "resources/skpicture_content_layer_updater.cc",
407 "resources/skpicture_content_layer_updater.h", 405 "resources/skpicture_content_layer_updater.h",
408 "resources/task_graph_runner.cc", 406 "resources/task_graph_runner.cc",
409 "resources/task_graph_runner.h", 407 "resources/task_graph_runner.h",
410 "resources/texture_mailbox.cc", 408 "resources/texture_mailbox.cc",
409 "resources/texture_mailbox.h",
411 "resources/texture_mailbox_deleter.cc", 410 "resources/texture_mailbox_deleter.cc",
412 "resources/texture_mailbox_deleter.h", 411 "resources/texture_mailbox_deleter.h",
413 "resources/texture_mailbox.h",
414 "resources/texture_uploader.cc", 412 "resources/texture_uploader.cc",
415 "resources/texture_uploader.h", 413 "resources/texture_uploader.h",
416 "resources/tile.cc", 414 "resources/tile.cc",
417 "resources/tile.h", 415 "resources/tile.h",
418 "resources/tile_manager.cc", 416 "resources/tile_manager.cc",
419 "resources/tile_manager.h", 417 "resources/tile_manager.h",
420 "resources/tile_priority.cc", 418 "resources/tile_priority.cc",
421 "resources/tile_priority.h", 419 "resources/tile_priority.h",
422 "resources/transferable_resource.cc", 420 "resources/transferable_resource.cc",
423 "resources/transferable_resource.h", 421 "resources/transferable_resource.h",
424 "resources/ui_resource_bitmap.cc", 422 "resources/ui_resource_bitmap.cc",
425 "resources/ui_resource_bitmap.h", 423 "resources/ui_resource_bitmap.h",
426 "resources/ui_resource_client.h", 424 "resources/ui_resource_client.h",
427 "resources/ui_resource_request.cc", 425 "resources/ui_resource_request.cc",
428 "resources/ui_resource_request.h", 426 "resources/ui_resource_request.h",
429 "resources/video_resource_updater.cc", 427 "resources/video_resource_updater.cc",
430 "resources/video_resource_updater.h", 428 "resources/video_resource_updater.h",
429 "resources/zero_copy_raster_worker_pool.cc",
430 "resources/zero_copy_raster_worker_pool.h",
431 "scheduler/delay_based_time_source.cc", 431 "scheduler/delay_based_time_source.cc",
432 "scheduler/delay_based_time_source.h", 432 "scheduler/delay_based_time_source.h",
433 "scheduler/draw_result.h", 433 "scheduler/draw_result.h",
434 "scheduler/scheduler.cc", 434 "scheduler/scheduler.cc",
435 "scheduler/scheduler.h", 435 "scheduler/scheduler.h",
436 "scheduler/scheduler_settings.cc", 436 "scheduler/scheduler_settings.cc",
437 "scheduler/scheduler_settings.h", 437 "scheduler/scheduler_settings.h",
438 "scheduler/scheduler_state_machine.cc", 438 "scheduler/scheduler_state_machine.cc",
439 "scheduler/scheduler_state_machine.h", 439 "scheduler/scheduler_state_machine.h",
440 "trees/blocking_task_runner.cc", 440 "trees/blocking_task_runner.cc",
(...skipping 380 matching lines...) Expand 10 before | Expand all | Expand 10 after
821 "//gpu/command_buffer/common:gles2_utils", 821 "//gpu/command_buffer/common:gles2_utils",
822 "//media", 822 "//media",
823 "//skia", 823 "//skia",
824 "//testing/gmock", 824 "//testing/gmock",
825 "//testing/gtest", 825 "//testing/gtest",
826 "//testing/perf", 826 "//testing/perf",
827 "//ui/gfx", 827 "//ui/gfx",
828 "//ui/gfx/geometry", 828 "//ui/gfx/geometry",
829 ] 829 ]
830 } 830 }
OLDNEW
« no previous file with comments | « no previous file | cc/cc.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698