| Index: build/all.gyp
|
| diff --git a/build/all.gyp b/build/all.gyp
|
| index 5c0eb36a5d09a083489c580985b6b8a891867cfb..c9e2932062149675477a0743d81d96242a591bdb 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',
|
| ],
|
|
|