diff options
author | nileshagrawal@chromium.org <nileshagrawal@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-07-18 01:49:22 +0000 |
---|---|---|
committer | nileshagrawal@chromium.org <nileshagrawal@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-07-18 01:49:22 +0000 |
commit | 84a1ab5ab074ca54f092a9affe8aa76bf2d0d411 (patch) | |
tree | 53b598e482acb59c4e02f8ce3b43d23ad1f1d990 /base/base.gypi | |
parent | e5cb599e1fd51dc7b764a8b901e90eff20fdc252 (diff) | |
download | chromium_src-84a1ab5ab074ca54f092a9affe8aa76bf2d0d411.zip chromium_src-84a1ab5ab074ca54f092a9affe8aa76bf2d0d411.tar.gz chromium_src-84a1ab5ab074ca54f092a9affe8aa76bf2d0d411.tar.bz2 |
Include linux_util for android.
Android uses linux breakpad (USE_LINUX_BREAKPAD is set) and hence needs
base::GetLinuxDistro
BUG=
TEST=
Review URL: https://chromiumcodereview.appspot.com/10785008
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@147158 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'base/base.gypi')
-rw-r--r-- | base/base.gypi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/base/base.gypi b/base/base.gypi index 9b859ff..077d21f 100644 --- a/base/base.gypi +++ b/base/base.gypi @@ -514,7 +514,7 @@ ['<(toolkit_uses_gtk)==0 or >(nacl_untrusted_build)==1', { 'sources!': ['message_pump_gtk.cc'], }], - ['(OS != "linux" and <(os_bsd) != 1) or >(nacl_untrusted_build)==1', { + ['(OS != "linux" and <(os_bsd) != 1 and OS != "android") or >(nacl_untrusted_build)==1', { 'sources!': [ # Not automatically excluded by the *linux.cc rules. 'linux_util.cc', |