Index: ui/gl/BUILD.gn |
diff --git a/ui/gl/BUILD.gn b/ui/gl/BUILD.gn |
index 5050c8915560eea009e18c328392f4dac7dc0be8..e7705f66a988a3f36fe7b4d0055cfc25f95e4c18 100644 |
--- a/ui/gl/BUILD.gn |
+++ b/ui/gl/BUILD.gn |
@@ -154,6 +154,8 @@ component("gl") { |
if (use_egl) { |
sources += [ |
+ "angle_platform_impl.cc", |
+ "angle_platform_impl.h", |
"egl_util.cc", |
"egl_util.h", |
"gl_bindings_autogen_egl.cc", |
@@ -219,8 +221,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", |