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

Side by Side Diff: cc/cc.gyp

Issue 733773005: cc: GPU rasterize tiles synchronously in PrepareToDraw (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 6 years 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/debug/frame_viewer_instrumentation.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 88 matching lines...) Expand 10 before | Expand all | Expand 10 after
99 'debug/benchmark_instrumentation.cc', 99 'debug/benchmark_instrumentation.cc',
100 'debug/benchmark_instrumentation.h', 100 'debug/benchmark_instrumentation.h',
101 'debug/debug_colors.cc', 101 'debug/debug_colors.cc',
102 'debug/debug_colors.h', 102 'debug/debug_colors.h',
103 'debug/debug_rect_history.cc', 103 'debug/debug_rect_history.cc',
104 'debug/debug_rect_history.h', 104 'debug/debug_rect_history.h',
105 'debug/devtools_instrumentation.h', 105 'debug/devtools_instrumentation.h',
106 'debug/frame_rate_counter.cc', 106 'debug/frame_rate_counter.cc',
107 'debug/frame_rate_counter.h', 107 'debug/frame_rate_counter.h',
108 'debug/frame_viewer_instrumentation.h', 108 'debug/frame_viewer_instrumentation.h',
109 'debug/frame_viewer_instrumentation.cc',
109 'debug/invalidation_benchmark.cc', 110 'debug/invalidation_benchmark.cc',
110 'debug/invalidation_benchmark.h', 111 'debug/invalidation_benchmark.h',
111 'debug/lap_timer.cc', 112 'debug/lap_timer.cc',
112 'debug/lap_timer.h', 113 'debug/lap_timer.h',
113 'debug/layer_tree_debug_state.cc', 114 'debug/layer_tree_debug_state.cc',
114 'debug/layer_tree_debug_state.h', 115 'debug/layer_tree_debug_state.h',
115 'debug/micro_benchmark.cc', 116 'debug/micro_benchmark.cc',
116 'debug/micro_benchmark.h', 117 'debug/micro_benchmark.h',
117 'debug/micro_benchmark_impl.cc', 118 'debug/micro_benchmark_impl.cc',
118 'debug/micro_benchmark_impl.h', 119 'debug/micro_benchmark_impl.h',
(...skipping 252 matching lines...) Expand 10 before | Expand all | Expand 10 after
371 'resources/display_list_recording_source.cc', 372 'resources/display_list_recording_source.cc',
372 'resources/display_list_recording_source.h', 373 'resources/display_list_recording_source.h',
373 'resources/drawing_display_item.cc', 374 'resources/drawing_display_item.cc',
374 'resources/drawing_display_item.h', 375 'resources/drawing_display_item.h',
375 'resources/eviction_tile_priority_queue.cc', 376 'resources/eviction_tile_priority_queue.cc',
376 'resources/eviction_tile_priority_queue.h', 377 'resources/eviction_tile_priority_queue.h',
377 'resources/filter_display_item.cc', 378 'resources/filter_display_item.cc',
378 'resources/filter_display_item.h', 379 'resources/filter_display_item.h',
379 'resources/gpu_raster_worker_pool.cc', 380 'resources/gpu_raster_worker_pool.cc',
380 'resources/gpu_raster_worker_pool.h', 381 'resources/gpu_raster_worker_pool.h',
382 'resources/gpu_rasterizer.cc',
383 'resources/gpu_rasterizer.h',
381 'resources/image_layer_updater.cc', 384 'resources/image_layer_updater.cc',
382 'resources/image_layer_updater.h', 385 'resources/image_layer_updater.h',
383 'resources/layer_painter.h', 386 'resources/layer_painter.h',
384 'resources/layer_quad.cc', 387 'resources/layer_quad.cc',
385 'resources/layer_quad.h', 388 'resources/layer_quad.h',
386 'resources/layer_tiling_data.cc', 389 'resources/layer_tiling_data.cc',
387 'resources/layer_tiling_data.h', 390 'resources/layer_tiling_data.h',
388 'resources/layer_updater.cc', 391 'resources/layer_updater.cc',
389 'resources/layer_updater.h', 392 'resources/layer_updater.h',
390 'resources/managed_tile_state.cc', 393 'resources/managed_tile_state.cc',
(...skipping 181 matching lines...) Expand 10 before | Expand all | Expand 10 after
572 'surfaces/surface_resource_holder.cc', 575 'surfaces/surface_resource_holder.cc',
573 'surfaces/surface_resource_holder.h', 576 'surfaces/surface_resource_holder.h',
574 'surfaces/surfaces_export.h', 577 'surfaces/surfaces_export.h',
575 ], 578 ],
576 'includes': [ 579 'includes': [
577 '../build/android/increase_size_for_speed.gypi', 580 '../build/android/increase_size_for_speed.gypi',
578 ], 581 ],
579 }, 582 },
580 ], 583 ],
581 } 584 }
OLDNEW
« no previous file with comments | « cc/BUILD.gn ('k') | cc/debug/frame_viewer_instrumentation.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698