From 95f90e903692decff383048225b4c21ee0f8e1d9 Mon Sep 17 00:00:00 2001 From: "jcivelli@chromium.org" Date: Wed, 23 Jan 2013 20:54:49 +0000 Subject: [PATCH] Disabling automation on Android. Not compiling the automation code on Android where it is not used. BUG=None TEST=All targets should still build on Android. Review URL: https://chromiumcodereview.appspot.com/12045031 git-svn-id: http://src.chromium.org/svn/trunk/src/build@178375 4ff67af0-8c30-449e-8e8b-ad334ec8d88c --- common.gypi | 1 + 1 file changed, 1 insertion(+) diff --git a/common.gypi b/common.gypi index 5cc44cdf5..4a8d20bdd 100644 --- a/common.gypi +++ b/common.gypi @@ -487,6 +487,7 @@ }], ['OS=="android"', { + 'enable_automation%': 0, 'enable_extensions%': 0, 'enable_google_now%': 0, 'enable_language_detection%': 0,