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

Unified Diff: cc/paint/BUILD.gn

Issue 2768143002: Back PaintRecord with PaintOpBuffer instead of SkPicture (Closed)
Patch Set: Rebase, move slow path counting Created 3 years, 9 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
Index: cc/paint/BUILD.gn
diff --git a/cc/paint/BUILD.gn b/cc/paint/BUILD.gn
index d08298f2152d84d2cba34a2c82518772d3f8b7d4..200886e0013c4810e7d922253fb0cc7af32eef9c 100644
--- a/cc/paint/BUILD.gn
+++ b/cc/paint/BUILD.gn
@@ -32,13 +32,19 @@ cc_component("paint") {
"paint_canvas.cc",
"paint_canvas.h",
"paint_export.h",
+ "paint_flags.cc",
"paint_flags.h",
+ "paint_op_buffer.cc",
+ "paint_op_buffer.h",
+ "paint_record.cc",
"paint_record.h",
"paint_recorder.cc",
"paint_recorder.h",
"paint_shader.h",
"paint_surface.cc",
"paint_surface.h",
+ "record_paint_canvas.cc",
+ "record_paint_canvas.h",
"skia_paint_canvas.cc",
"skia_paint_canvas.h",
"transform_display_item.cc",
« no previous file with comments | « cc/BUILD.gn ('k') | cc/paint/display_item_list.cc » ('j') | cc/paint/display_item_list.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698