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

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: tweaks needed to get base_unittests to compile Created 5 years, 5 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 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" ]

Powered by Google App Engine
This is Rietveld 408576698