summaryrefslogtreecommitdiffstats
path: root/build
diff options
context:
space:
mode:
authorsky@chromium.org <sky@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-04-03 20:39:32 +0000
committersky@chromium.org <sky@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-04-03 20:39:32 +0000
commit96aca4267772014b20e71b6874b106babf752a50 (patch)
tree9665d31b346f5dc104a1b9cc75627a9da6e344db /build
parent954387ef7d67aff24eca556c71d92050224a83f5 (diff)
downloadchromium_src-96aca4267772014b20e71b6874b106babf752a50.zip
chromium_src-96aca4267772014b20e71b6874b106babf752a50.tar.gz
chromium_src-96aca4267772014b20e71b6874b106babf752a50.tar.bz2
Turns on use_mojo for android
BUG=none TEST=none R=darin@chromium.org, jam@chromium.org Review URL: https://codereview.chromium.org/220073002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@261519 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'build')
-rw-r--r--build/common.gypi2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/common.gypi b/build/common.gypi
index a753691..f919949 100644
--- a/build/common.gypi
+++ b/build/common.gypi
@@ -864,7 +864,7 @@
'enable_printing%': 0,
}],
- ['OS=="win" or OS=="linux" or OS=="mac"', {
+ ['OS=="win" or OS=="linux" or OS=="mac" or (OS=="android" and android_webview_build==0)', {
'use_mojo%': 1,
}],