| Index: chrome/chrome_tests.gypi
|
| diff --git a/chrome/chrome_tests.gypi b/chrome/chrome_tests.gypi
|
| index f52e3eddadcbeae725a7cf586f9a49b67f20ea00..fb8b576746a63af7096ed7918bf872d9b42c445c 100644
|
| --- a/chrome/chrome_tests.gypi
|
| +++ b/chrome/chrome_tests.gypi
|
| @@ -3375,6 +3375,8 @@
|
| },
|
| ]}, # 'targets'
|
| ], # 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=="linux" and target_arch==python_arch)', {
|
| 'targets': [
|
| {
|
|
|