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

Unified Diff: third_party/mach_override/mach_override.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 | « third_party/libevent/libevent.gyp ('k') | tools/android/forwarder2/forwarder.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/mach_override/mach_override.gyp
diff --git a/third_party/mach_override/mach_override.gyp b/third_party/mach_override/mach_override.gyp
index 799028565cde70e3e22396781eb3624c8ded42ec..c4153086c5fe461e6c778fb9d6e4a6b649e164c4 100644
--- a/third_party/mach_override/mach_override.gyp
+++ b/third_party/mach_override/mach_override.gyp
@@ -6,7 +6,7 @@
'targets': [
],
'conditions': [
- ['OS=="mac" or (OS=="ios" and "<(GENERATOR)"=="ninja")', {
+ ['OS=="mac" or (OS=="ios" and "<(GENERATOR)"=="ninja") or (OS=="android" and host_os=="mac")', { # FIXME: check _toolset
'targets' : [
{
'target_name' : 'libudis86',
« no previous file with comments | « third_party/libevent/libevent.gyp ('k') | tools/android/forwarder2/forwarder.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698