diff options
author | jrg@chromium.org <jrg@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-01-27 07:20:53 +0000 |
---|---|---|
committer | jrg@chromium.org <jrg@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-01-27 07:20:53 +0000 |
commit | 607eee071578151bd29160bdd10c00ab1c4311ad (patch) | |
tree | 79e570956ce5f6206362a1f008551c5c1efd18bb /chrome/chrome_common.gypi | |
parent | c099481b3713999bf2bfb445956f9e3da7c4abf8 (diff) | |
download | chromium_src-607eee071578151bd29160bdd10c00ab1c4311ad.zip chromium_src-607eee071578151bd29160bdd10c00ab1c4311ad.tar.gz chromium_src-607eee071578151bd29160bdd10c00ab1c4311ad.tar.bz2 |
Toward an android build of sync_unit_tests: OWNERS=jam (or unspecified)
BUG=None
TEST=
Review URL: http://codereview.chromium.org/9288042
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@119400 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/chrome_common.gypi')
-rw-r--r-- | chrome/chrome_common.gypi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/chrome_common.gypi b/chrome/chrome_common.gypi index 8587b3f..26220f2 100644 --- a/chrome/chrome_common.gypi +++ b/chrome/chrome_common.gypi @@ -412,7 +412,7 @@ '<(DEPTH)/third_party/icu/icu.gyp:icuuc', ], 'conditions': [ - ['os_posix == 1 and OS != "mac"', { + ['os_posix == 1 and OS != "mac" and OS != "android"', { 'dependencies': [ '../build/linux/system.gyp:ssl', ], |