diff options
Diffstat (limited to 'build/all.gyp')
-rw-r--r-- | build/all.gyp | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/build/all.gyp b/build/all.gyp index 6604f72..1bcac1ee0 100644 --- a/build/all.gyp +++ b/build/all.gyp @@ -263,7 +263,9 @@ '../chrome/chrome.gyp:chromedriver', ], 'conditions': [ - ['OS=="mac" or OS=="win" or (os_posix==1 and target_arch==python_arch)', { + # If you change this condition, make sure you also change it + # in chrome_tests.gypi + ['OS=="mac" or OS=="win" or (os_posix==1 and OS != "android" and target_arch==python_arch)', { 'dependencies': [ '../chrome/chrome.gyp:pyautolib', ], |