diff options
Diffstat (limited to 'chrome/chrome_tests.gypi')
-rw-r--r-- | chrome/chrome_tests.gypi | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/chrome/chrome_tests.gypi b/chrome/chrome_tests.gypi index a54cecf..3954d9e 100644 --- a/chrome/chrome_tests.gypi +++ b/chrome/chrome_tests.gypi @@ -2955,6 +2955,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', { |