| Index: cc/BUILD.gn
|
| diff --git a/cc/BUILD.gn b/cc/BUILD.gn
|
| index 1c04a8977a77bfe5e8ead5879cb815897709864b..aabbdf685ef872ecff504e3b44837bee0ee5b797 100644
|
| --- a/cc/BUILD.gn
|
| +++ b/cc/BUILD.gn
|
| @@ -215,6 +215,10 @@ component("cc") {
|
| "layers/video_layer_impl.h",
|
| "output/begin_frame_args.cc",
|
| "output/begin_frame_args.h",
|
| + "output/bsp_tree.cc",
|
| + "output/bsp_tree.h",
|
| + "output/bsp_walk_action.cc",
|
| + "output/bsp_walk_action.h",
|
| "output/compositor_frame.cc",
|
| "output/compositor_frame.h",
|
| "output/compositor_frame_ack.cc",
|
| @@ -279,6 +283,8 @@ component("cc") {
|
| "quads/content_draw_quad_base.h",
|
| "quads/debug_border_draw_quad.cc",
|
| "quads/debug_border_draw_quad.h",
|
| + "quads/draw_polygon.cc",
|
| + "quads/draw_polygon.h",
|
| "quads/draw_quad.cc",
|
| "quads/draw_quad.h",
|
| "quads/io_surface_draw_quad.cc",
|
|
|