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

Side by Side Diff: cc/cc.gyp

Issue 1063493002: cc: Remove all traces of synchronous GPU rasterization (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: merge Created 5 years, 8 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/gpu_rasterizer.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 429 matching lines...) Expand 10 before | Expand all | Expand 10 after
440 'resources/raster_buffer.h', 440 'resources/raster_buffer.h',
441 'resources/raster_source.h', 441 'resources/raster_source.h',
442 'resources/raster_source_helper.cc', 442 'resources/raster_source_helper.cc',
443 'resources/raster_source_helper.h', 443 'resources/raster_source_helper.h',
444 'resources/raster_tile_priority_queue.cc', 444 'resources/raster_tile_priority_queue.cc',
445 'resources/raster_tile_priority_queue.h', 445 'resources/raster_tile_priority_queue.h',
446 'resources/raster_tile_priority_queue_all.cc', 446 'resources/raster_tile_priority_queue_all.cc',
447 'resources/raster_tile_priority_queue_all.h', 447 'resources/raster_tile_priority_queue_all.h',
448 'resources/raster_tile_priority_queue_required.cc', 448 'resources/raster_tile_priority_queue_required.cc',
449 'resources/raster_tile_priority_queue_required.h', 449 'resources/raster_tile_priority_queue_required.h',
450 'resources/rasterizer.h',
451 'resources/recording_source.h', 450 'resources/recording_source.h',
452 'resources/release_callback.h', 451 'resources/release_callback.h',
453 'resources/resource.cc', 452 'resources/resource.cc',
454 'resources/resource.h', 453 'resources/resource.h',
455 'resources/resource_format.cc', 454 'resources/resource_format.cc',
456 'resources/resource_format.h', 455 'resources/resource_format.h',
457 'resources/resource_pool.cc', 456 'resources/resource_pool.cc',
458 'resources/resource_pool.h', 457 'resources/resource_pool.h',
459 'resources/resource_provider.cc', 458 'resources/resource_provider.cc',
460 'resources/resource_provider.h', 459 'resources/resource_provider.h',
(...skipping 12 matching lines...) Expand all
473 'resources/scoped_ui_resource.h', 472 'resources/scoped_ui_resource.h',
474 'resources/shared_bitmap.cc', 473 'resources/shared_bitmap.cc',
475 'resources/shared_bitmap.h', 474 'resources/shared_bitmap.h',
476 'resources/shared_bitmap_manager.h', 475 'resources/shared_bitmap_manager.h',
477 'resources/single_release_callback.cc', 476 'resources/single_release_callback.cc',
478 'resources/single_release_callback.h', 477 'resources/single_release_callback.h',
479 'resources/single_release_callback_impl.cc', 478 'resources/single_release_callback_impl.cc',
480 'resources/single_release_callback_impl.h', 479 'resources/single_release_callback_impl.h',
481 'resources/skpicture_content_layer_updater.cc', 480 'resources/skpicture_content_layer_updater.cc',
482 'resources/skpicture_content_layer_updater.h', 481 'resources/skpicture_content_layer_updater.h',
483 'resources/software_rasterizer.cc',
484 'resources/software_rasterizer.h',
485 'resources/task_graph_runner.cc', 482 'resources/task_graph_runner.cc',
486 'resources/task_graph_runner.h', 483 'resources/task_graph_runner.h',
487 'resources/texture_compressor.cc', 484 'resources/texture_compressor.cc',
488 'resources/texture_compressor.h', 485 'resources/texture_compressor.h',
489 'resources/texture_compressor_etc1.cc', 486 'resources/texture_compressor_etc1.cc',
490 'resources/texture_compressor_etc1.h', 487 'resources/texture_compressor_etc1.h',
491 'resources/texture_mailbox.cc', 488 'resources/texture_mailbox.cc',
492 'resources/texture_mailbox.h', 489 'resources/texture_mailbox.h',
493 'resources/texture_mailbox_deleter.cc', 490 'resources/texture_mailbox_deleter.cc',
494 'resources/texture_mailbox_deleter.h', 491 'resources/texture_mailbox_deleter.h',
(...skipping 130 matching lines...) Expand 10 before | Expand all | Expand 10 after
625 'surfaces/surface_resource_holder.cc', 622 'surfaces/surface_resource_holder.cc',
626 'surfaces/surface_resource_holder.h', 623 'surfaces/surface_resource_holder.h',
627 'surfaces/surfaces_export.h', 624 'surfaces/surfaces_export.h',
628 ], 625 ],
629 'includes': [ 626 'includes': [
630 '../build/android/increase_size_for_speed.gypi', 627 '../build/android/increase_size_for_speed.gypi',
631 ], 628 ],
632 }, 629 },
633 ], 630 ],
634 } 631 }
OLDNEW
« no previous file with comments | « cc/BUILD.gn ('k') | cc/resources/gpu_rasterizer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698