Index: ui/gl/BUILD.gn |
diff --git a/ui/gl/BUILD.gn b/ui/gl/BUILD.gn |
index 88b4c3662fb26863d3a3d7fcbf13a144b6646428..12a44cc572c1ca76369bc6c3e5f5a215a64afc38 100644 |
--- a/ui/gl/BUILD.gn |
+++ b/ui/gl/BUILD.gn |
@@ -183,8 +183,6 @@ component("gl") { |
} |
if (is_win) { |
sources += [ |
- "angle_platform_impl.cc", |
- "angle_platform_impl.h", |
"gl_bindings_autogen_wgl.cc", |
"gl_bindings_autogen_wgl.h", |
"gl_context_wgl.cc", |
@@ -197,8 +195,6 @@ component("gl") { |
"gl_wgl_api_implementation.h", |
] |
- deps += [ "//third_party/angle:libGLESv2" ] |
- |
libs = [ "dwmapi.lib" ] |
ldflags = [ "/DELAYLOAD:dwmapi.dll" ] |
} |