summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--third_party/expat/expat.gyp4
-rw-r--r--third_party/libevent/libevent.gyp4
2 files changed, 4 insertions, 4 deletions
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',
],
diff --git a/third_party/libevent/libevent.gyp b/third_party/libevent/libevent.gyp
index 641a256..bfb7f56 100644
--- a/third_party/libevent/libevent.gyp
+++ b/third_party/libevent/libevent.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.
@@ -54,7 +54,7 @@
'sources': [ 'epoll.c' ],
'include_dirs': [ 'android' ],
}],
- [ 'OS == "mac" or os_bsd==1', {
+ [ 'OS == "mac" or OS == "ios" or os_bsd==1', {
'sources': [ 'kqueue.c' ],
'include_dirs': [ 'mac' ]
}],