| Index: build/config/BUILD.gn
|
| diff --git a/build/config/BUILD.gn b/build/config/BUILD.gn
|
| index 56a86e5932783d772e57bf1885f42cbe3ce961c0..80e81164b1bf707b5ae4a2d85a07426a257f735a 100644
|
| --- a/build/config/BUILD.gn
|
| +++ b/build/config/BUILD.gn
|
| @@ -394,14 +394,16 @@ config("default_libs") {
|
| "Foundation.framework",
|
| "IOKit.framework",
|
| "Security.framework",
|
| + "OpenGL.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" ]
|
|
|