Chromium Code Reviews| Index: chrome/chrome_tests.gypi |
| =================================================================== |
| --- chrome/chrome_tests.gypi (revision 126069) |
| +++ chrome/chrome_tests.gypi (working copy) |
| @@ -2960,6 +2960,15 @@ |
| '../ppapi/ppapi_untrusted.gyp:ppapi_nacl_tests', |
| ], |
| }], |
| + # TODO(halyavin): Implement this test for linux. |
| + ['OS=="win"', { |
| + 'sources': [ |
| + 'browser/nacl_host/test/nacl_gdb_browsertest.cc', |
| + ], |
| + 'dependencies': [ |
| + 'browser/nacl_host/test/mock_nacl_gdb.gyp:mock_nacl_gdb', |
| + ], |
| + }], |
| ], |
| }], |
| ['chromeos==0', { |