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

Unified Diff: third_party/mach_override/mach_override.gyp

Issue 14597007: Support target/host architecture with ninja iOS builds (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Created 7 years, 8 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: 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 8b5e0baec67298a15ddb3a585363c0bf466001f5..4cfc718c277aa084bad4390bf9ed3d3e9fb797ae 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"', {
+ ['OS=="mac" or OS=="ios"', {
stuartmorgan 2013/05/06 11:56:35 Do we need a generator check here?
justincohen 2013/05/06 14:17:36 I don't think so -- the generator check should hap
'targets' : [
{
'target_name' : 'mach_override',

Powered by Google App Engine
This is Rietveld 408576698