Index: blimp/client/core/compositor/BUILD.gn |
diff --git a/blimp/client/core/compositor/BUILD.gn b/blimp/client/core/compositor/BUILD.gn |
index 07a13e856aefdcae308b4523345ac2d758b75706..d47533e4870d249c4c0ec52ac7aa36ae169d0bf4 100644 |
--- a/blimp/client/core/compositor/BUILD.gn |
+++ b/blimp/client/core/compositor/BUILD.gn |
@@ -30,6 +30,19 @@ source_set("compositor") { |
] |
} |
+source_set("compositor_support") { |
+ sources = [ |
+ "delegated_output_surface.cc", |
+ "delegated_output_surface.h", |
+ "output_surface_proxy.h", |
+ ] |
+ |
+ public_deps = [ |
+ "//base", |
+ "//cc", |
+ ] |
+} |
+ |
source_set("unit_tests") { |
visibility = [ "//blimp/client/core:unit_tests" ] |