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

Unified Diff: cc/cc.gyp

Issue 1863053002: cc: Encapsulate rastering related data in RasteringInfo. Base URL: https://chromium.googlesource.com/chromium/src.git@refactor_one_copy
Patch Set: Created 4 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « cc/BUILD.gn ('k') | cc/raster/rastering_info.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/cc.gyp
diff --git a/cc/cc.gyp b/cc/cc.gyp
index 17a28c6477e8599cd0fbd87dbd9f07bac224195b..41481f5e6a5d9906babbd27bd638469f981d509f 100644
--- a/cc/cc.gyp
+++ b/cc/cc.gyp
@@ -434,6 +434,8 @@
'raster/one_copy_tile_task_worker_pool.h',
'raster/raster_buffer.cc',
'raster/raster_buffer.h',
+ 'raster/rastering_info.cc',
+ 'raster/rastering_info.h',
'raster/scoped_gpu_raster.cc',
'raster/scoped_gpu_raster.h',
'raster/single_thread_task_graph_runner.cc',
« no previous file with comments | « cc/BUILD.gn ('k') | cc/raster/rastering_info.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698