Chromium Code Reviews| Index: cc/paint/BUILD.gn |
| diff --git a/cc/paint/BUILD.gn b/cc/paint/BUILD.gn |
| index 3af5dee140ea11cb90623526df3e09b7f385beae..11f9fdac082b2a44e47664d623dc7d08b8747d51 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_image.cc", |
| "paint_image.h", |
| + "paint_op_buffer.cc", |
| + "paint_op_buffer.h", |
| + "paint_record.cc", |
| "paint_record.h", |
| "paint_recorder.cc", |
| "paint_recorder.h", |
| "paint_shader.h", |
| + "record_paint_canvas.cc", |
| + "record_paint_canvas.h", |
| "skia_paint_canvas.cc", |
| "skia_paint_canvas.h", |
| "transform_display_item.cc", |