diff options
Diffstat (limited to 'chromium/gpu/command_buffer/service/BUILD.gn')
-rw-r--r-- | chromium/gpu/command_buffer/service/BUILD.gn | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/chromium/gpu/command_buffer/service/BUILD.gn b/chromium/gpu/command_buffer/service/BUILD.gn index b6ad2bd114b..16cb6065726 100644 --- a/chromium/gpu/command_buffer/service/BUILD.gn +++ b/chromium/gpu/command_buffer/service/BUILD.gn @@ -227,6 +227,7 @@ target(link_target_type, "gles2_sources") { "shared_image_backing_factory.h", "shared_image_backing_factory_gl_texture.cc", "shared_image_backing_factory_gl_texture.h", + "shared_image_backing_factory_gl_texture_internal.h", "shared_image_factory.cc", "shared_image_factory.h", "shared_image_manager.cc", @@ -235,6 +236,8 @@ target(link_target_type, "gles2_sources") { "shared_image_representation.h", "shared_image_representation_skia_gl.cc", "shared_image_representation_skia_gl.h", + "shared_memory_region_wrapper.cc", + "shared_memory_region_wrapper.h", "skia_utils.cc", "skia_utils.h", "texture_definition.cc", |