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

Unified Diff: build/config/BUILD.gn

Issue 1250913002: patch from chinmaygarde@ to make progress on mac, ios. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: status Created 5 years, 4 months 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
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" ]
« base/BUILD.gn ('K') | « base/test/BUILD.gn ('k') | build/config/BUILDCONFIG.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698