| Index: cc/BUILD.gn
|
| diff --git a/cc/BUILD.gn b/cc/BUILD.gn
|
| index 2bde91f3ec3198ab3ad69e61a3261d8885bdb136..d033ca5646b784270d4a3050327bf3430a1881ff 100644
|
| --- a/cc/BUILD.gn
|
| +++ b/cc/BUILD.gn
|
| @@ -243,8 +243,6 @@ component("cc") {
|
| "output/filter_operations.h",
|
| "output/geometry_binding.cc",
|
| "output/geometry_binding.h",
|
| - "output/gl_frame_data.cc",
|
| - "output/gl_frame_data.h",
|
| "output/gl_renderer.cc",
|
| "output/gl_renderer.h",
|
| "output/gl_renderer_draw_cache.cc",
|
| @@ -258,6 +256,8 @@ component("cc") {
|
| "output/output_surface.cc",
|
| "output/output_surface.h",
|
| "output/output_surface_client.h",
|
| + "output/output_surface_frame.cc",
|
| + "output/output_surface_frame.h",
|
| "output/overlay_candidate.cc",
|
| "output/overlay_candidate.h",
|
| "output/overlay_candidate_validator.h",
|
|
|