diff options
Diffstat (limited to 'third_party/expat/expat.gyp')
-rw-r--r-- | third_party/expat/expat.gyp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/third_party/expat/expat.gyp b/third_party/expat/expat.gyp index b4f2cd5..f5498d0 100644 --- a/third_party/expat/expat.gyp +++ b/third_party/expat/expat.gyp @@ -1,4 +1,4 @@ -# Copyright (c) 2009 The Chromium Authors. All rights reserved. +# Copyright (c) 2011 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. @@ -15,7 +15,7 @@ ] }, 'conditions': [ - ['os_posix == 1 and OS != "mac"', { + ['os_posix == 1 and OS != "mac" and OS != "android"', { # On Linux, we implicitly already depend on expat via fontconfig; # let's not pull it in twice. 'targets': [ @@ -59,7 +59,7 @@ 'COMPILED_FROM_DSP', ], }], - ['OS=="mac" or OS=="freebsd" or OS=="openbsd"', { + ['OS=="mac" or OS=="android" or OS=="freebsd" or OS=="openbsd"', { 'defines': [ 'HAVE_EXPAT_CONFIG_H', ], |