| Index: chrome/chrome_tests.gypi
|
| ===================================================================
|
| --- chrome/chrome_tests.gypi (revision 127348)
|
| +++ chrome/chrome_tests.gypi (working copy)
|
| @@ -2958,6 +2958,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', {
|
|
|