Index: build/config/BUILD.gn |
diff --git a/build/config/BUILD.gn b/build/config/BUILD.gn |
index ca1e4ec21f8ddfceb427b4cde5b0cdaa7ac3cf7a..e5bba162f3e3b08fe506fd8987de37e79474b183 100644 |
--- a/build/config/BUILD.gn |
+++ b/build/config/BUILD.gn |
@@ -398,15 +398,17 @@ config("default_libs") { |
"CoreFoundation.framework", |
"Foundation.framework", |
"IOKit.framework", |
+ "OpenGL.framework", |
"Security.framework", |
] |
} else if (is_ios) { |
+ # The libraries listed here will be specified for both the target and the |
+ # host. Only the common ones should be listed here. |
libs = [ |
"CoreFoundation.framework", |
"CoreGraphics.framework", |
"CoreText.framework", |
"Foundation.framework", |
- "UIKit.framework", |
] |
} else if (is_linux) { |
libs = [ "dl" ] |