Chromium Code Reviews| Index: chrome/chrome_tests.gypi |
| =================================================================== |
| --- chrome/chrome_tests.gypi (revision 40395) |
| +++ chrome/chrome_tests.gypi (working copy) |
| @@ -1864,7 +1864,7 @@ |
| ]}, # 'targets' |
| ], # OS=="win" |
| # Build on linux x86_64 only if linux_fpic==1 |
| - ['OS=="mac" or (OS=="linux" and (target_arch!="x64" or linux_fpic==1))', { |
| + ['OS=="mac" or chromeos==1 or (OS=="linux" and target_arch==host_arch and (target_arch!="x64" or linux_fpic==1))', { |
|
Nirnimesh
2010/03/02 20:05:13
Maybe spread over 2 lines?
['OS=="mac" or chromeo
|
| 'targets': [ |
| # TODO(nirnimesh): enable for win - crbug.com/32285 |
| { |