Index: ui/gl/BUILD.gn |
diff --git a/ui/gl/BUILD.gn b/ui/gl/BUILD.gn |
index 69262b487beae6ba61cf145e783b4455e2846df5..336b1413dbfbdc991fa43163ded8444f1ee0e398 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", |