summaryrefslogtreecommitdiffstats
path: root/third_party/expat
diff options
context:
space:
mode:
authorblundell@chromium.org <blundell@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-01-24 21:33:00 +0000
committerblundell@chromium.org <blundell@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-01-24 21:33:00 +0000
commit6040af94afce8f5953b8c19c5258a6d8be122152 (patch)
tree4b5ac1a229555694d24103633386b192d8132594 /third_party/expat
parentea91a2bf8536adfed57c70d56df741dbd8aeb8d2 (diff)
downloadchromium_src-6040af94afce8f5953b8c19c5258a6d8be122152.zip
chromium_src-6040af94afce8f5953b8c19c5258a6d8be122152.tar.gz
chromium_src-6040af94afce8f5953b8c19c5258a6d8be122152.tar.bz2
Makes the necessary changes to sync.gyp as well as its dependencies (most notably jingle) in order to bring up the complete sync_notifier target on iOS.
TBR=thakis Review URL: https://chromiumcodereview.appspot.com/12041016 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@178650 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'third_party/expat')
-rw-r--r--third_party/expat/expat.gyp2
1 files changed, 1 insertions, 1 deletions
diff --git a/third_party/expat/expat.gyp b/third_party/expat/expat.gyp
index 575a00c..5f1657c 100644
--- a/third_party/expat/expat.gyp
+++ b/third_party/expat/expat.gyp
@@ -7,7 +7,7 @@
'conditions': [
# On Linux, we implicitly already depend on expat via fontconfig;
# let's not pull it in twice.
- ['os_posix == 1 and OS != "mac" and OS != "android"', {
+ ['os_posix == 1 and OS != "mac" and OS != "ios" and OS != "android"', {
'use_system_expat%': 1,
}, {
'use_system_expat%': 0,