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

Unified Diff: cc/BUILD.gn

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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | cc/cc.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/BUILD.gn
diff --git a/cc/BUILD.gn b/cc/BUILD.gn
index c744c5b175ad9f6ea7de2c89bec592481d8d4e12..dd91bad44e657e8b38fd88e9a28734823ed44600 100644
--- a/cc/BUILD.gn
+++ b/cc/BUILD.gn
@@ -78,6 +78,7 @@ component("cc") {
"debug/frame_rate_counter.cc",
"debug/frame_rate_counter.h",
"debug/frame_viewer_instrumentation.h",
+ "debug/frame_viewer_instrumentation.cc",
"debug/invalidation_benchmark.cc",
"debug/invalidation_benchmark.h",
"debug/lap_timer.cc",
@@ -350,6 +351,8 @@ component("cc") {
"resources/filter_display_item.h",
"resources/gpu_raster_worker_pool.cc",
"resources/gpu_raster_worker_pool.h",
+ "resources/gpu_rasterizer.cc",
+ "resources/gpu_rasterizer.h",
"resources/image_layer_updater.cc",
"resources/image_layer_updater.h",
"resources/layer_painter.h",
« 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