| Index: chrome/chrome_tests.gypi
|
| diff --git a/chrome/chrome_tests.gypi b/chrome/chrome_tests.gypi
|
| index 9c75f704c828918855115b9c2bd9df36b8862cd0..0fcd09e6bb66a52b9af0b36a8db63d45793f1964 100644
|
| --- a/chrome/chrome_tests.gypi
|
| +++ b/chrome/chrome_tests.gypi
|
| @@ -4306,7 +4306,7 @@
|
| ], # OS=="win"
|
| # If you change this condition, make sure you also change it in all.gyp
|
| # for the chromium_builder_qa target.
|
| - ['OS == "mac" or OS == "win" or (os_posix == 1 and target_arch == python_arch)', {
|
| + ['OS == "mac" or OS == "win" or (os_posix == 1 and OS != "android" and target_arch == python_arch)', {
|
| 'targets': [
|
| {
|
| # Documentation: http://dev.chromium.org/developers/testing/pyauto
|
|
|