Chromium Code Reviews| Index: chrome/chrome_tests.gypi |
| =================================================================== |
| --- chrome/chrome_tests.gypi (revision 163266) |
| +++ chrome/chrome_tests.gypi (working copy) |
| @@ -3266,6 +3266,11 @@ |
| 'browser/nacl_host/test/mock_nacl_gdb.gyp:mock_nacl_gdb', |
| ], |
| }], |
| + ['OS=="linux"', { |
|
Mark Seaborn
2012/10/23 01:14:50
Why not Mac too? There should be a TODO to enable
halyavin
2012/10/23 11:59:29
Done.
|
| + 'sources': [ |
| + 'browser/nacl_host/test/nacl_enable_debug_stub_browsertest.cc', |
|
sky
2012/10/22 20:41:26
In general we list all sources and exclude where n
halyavin
2012/10/23 11:59:29
Done.
|
| + ], |
| + }], |
| ], |
| }], |
| ['chromeos==0', { |