| Index: chrome/chrome_tests.gypi
|
| ===================================================================
|
| --- chrome/chrome_tests.gypi (revision 170891)
|
| +++ chrome/chrome_tests.gypi (working copy)
|
| @@ -1308,6 +1308,7 @@
|
| ['disable_nacl==0', {
|
| 'sources':[
|
| 'browser/extensions/extension_nacl_browsertest.cc',
|
| + 'browser/nacl_host/test/gdb_debug_stub_browsertest.cc',
|
| ],
|
| 'conditions': [
|
| ['disable_nacl_untrusted==0', {
|
| @@ -1332,6 +1333,12 @@
|
| ],
|
| }],
|
| ['OS=="win"', {
|
| + # TODO(halyavin) NaCl on Windows can't open debug stub socket
|
| + # in browser process as needed by this test.
|
| + # See http://crbug.com/157312.
|
| + 'sources!': [
|
| + 'browser/nacl_host/test/gdb_debug_stub_browsertest.cc',
|
| + ],
|
| 'dependencies': [
|
| 'chrome.gyp:chrome_nacl_win64',
|
| ],
|
|
|