@@ -42,11 +42,6 @@ source_set("flutter_windows_source") {
4242 " accessibility_bridge_windows.h" ,
4343 " angle_surface_manager.cc" ,
4444 " angle_surface_manager.h" ,
45- " compositor.h" ,
46- " compositor_opengl.cc" ,
47- " compositor_opengl.h" ,
48- " compositor_software.cc" ,
49- " compositor_software.h" ,
5045 " cursor_handler.cc" ,
5146 " cursor_handler.h" ,
5247 " direct_manipulation.cc" ,
@@ -139,7 +134,6 @@ source_set("flutter_windows_source") {
139134 deps = [
140135 " :flutter_windows_headers" ,
141136 " //flutter/fml:fml" ,
142- " //flutter/impeller/renderer/backend/gles" ,
143137 " //flutter/shell/platform/common:common_cpp" ,
144138 " //flutter/shell/platform/common:common_cpp_input" ,
145139 " //flutter/shell/platform/common:common_cpp_switches" ,
@@ -181,8 +175,6 @@ executable("flutter_windows_unittests") {
181175 # Common Windows test sources.
182176 sources = [
183177 " accessibility_bridge_windows_unittests.cc" ,
184- " compositor_opengl_unittests.cc" ,
185- " compositor_software_unittests.cc" ,
186178 " cursor_handler_unittests.cc" ,
187179 " direct_manipulation_unittests.cc" ,
188180 " dpi_utils_unittests.cc" ,
@@ -243,7 +235,6 @@ executable("flutter_windows_unittests") {
243235 " :flutter_windows_fixtures" ,
244236 " :flutter_windows_headers" ,
245237 " :flutter_windows_source" ,
246- " //flutter/impeller/renderer/backend/gles" ,
247238 " //flutter/shell/platform/common:common_cpp" ,
248239 " //flutter/shell/platform/common/client_wrapper:client_wrapper" ,
249240 " //flutter/shell/platform/embedder:embedder_as_internal_library" ,
0 commit comments