From b08032c2994aab69d3c5ac21532b1a9a175252bb Mon Sep 17 00:00:00 2001 From: "stuartmorgan@chromium.org" Date: Fri, 6 Jul 2012 15:59:59 +0000 Subject: Add iOS support to libevent.gyp and expat.gyp Just adds 'or OS="ios"' to some existing OS="mac" branches. BUG=None TEST=None Review URL: https://chromiumcodereview.appspot.com/10694103 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@145597 0039d316-1c4b-4281-b951-d872f2087c98 --- third_party/expat/expat.gyp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'third_party/expat') diff --git a/third_party/expat/expat.gyp b/third_party/expat/expat.gyp index 5f9d191..0423acd 100644 --- a/third_party/expat/expat.gyp +++ b/third_party/expat/expat.gyp @@ -1,4 +1,4 @@ -# Copyright (c) 2011 The Chromium Authors. All rights reserved. +# Copyright (c) 2012 The Chromium Authors. All rights reserved. # Use of this source code is governed by a BSD-style license that can be # found in the LICENSE file. @@ -59,7 +59,7 @@ 'COMPILED_FROM_DSP', ], }], - ['OS=="mac" or OS=="android" or os_bsd==1', { + ['OS=="mac" or OS=="ios" or OS=="android" or os_bsd==1', { 'defines': [ 'HAVE_EXPAT_CONFIG_H', ], -- cgit v1.1