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

Unified Diff: base/base.gyp

Issue 118583003: gyps! and builds! Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 6 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
« no previous file with comments | « no previous file | base/base.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/base.gyp
diff --git a/base/base.gyp b/base/base.gyp
index 831681f244eb744310acf99e03aa9f5f7ac28172..2a87a0df46c1713b2f958f49873a8c83ea42c97e 100644
--- a/base/base.gyp
+++ b/base/base.gyp
@@ -181,7 +181,7 @@
},
},
}],
- ['OS == "mac" or (OS == "ios" and _toolset == "host")', {
+ ['OS == "mac" or (OS == "ios" and _toolset == "host") or (OS=="android" and _toolset=="host" and host_os=="mac")', {
'link_settings': {
'libraries': [
'$(SDKROOT)/System/Library/Frameworks/AppKit.framework',
« no previous file with comments | « no previous file | base/base.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698