diff options
Diffstat (limited to 'gpu/command_buffer/service/BUILD.gn')
-rw-r--r-- | gpu/command_buffer/service/BUILD.gn | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gpu/command_buffer/service/BUILD.gn b/gpu/command_buffer/service/BUILD.gn index 4013c3a..1c43029 100644 --- a/gpu/command_buffer/service/BUILD.gn +++ b/gpu/command_buffer/service/BUILD.gn @@ -44,6 +44,8 @@ source_set("service") { "feature_info.cc", "framebuffer_manager.h", "framebuffer_manager.cc", + "gles2_cmd_clear_framebuffer.cc", + "gles2_cmd_clear_framebuffer.h", "gles2_cmd_copy_texture_chromium.cc", "gles2_cmd_copy_texture_chromium.h", "gles2_cmd_decoder.h", |