Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(803)

Unified Diff: ui/gl/BUILD.gn

Issue 2491993002: ui/gl: Initialize the ANGLE Platform on all configurations (Closed)
Patch Set: ui/gl: Initialize the ANGLE Platform on all configurations Created 4 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | ui/gl/egl_api_unittest.cc » ('j') | ui/gl/init/gl_initializer_android.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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",
« no previous file with comments | « no previous file | ui/gl/egl_api_unittest.cc » ('j') | ui/gl/init/gl_initializer_android.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698