Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3390)

Unified Diff: chrome/chrome_tests.gypi

Issue 11236025: Test that debug stub works with browser. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/chrome_tests.gypi
===================================================================
--- chrome/chrome_tests.gypi (revision 163266)
+++ chrome/chrome_tests.gypi (working copy)
@@ -3243,6 +3243,7 @@
['disable_nacl==0', {
'sources':[
'browser/extensions/extension_nacl_browsertest.cc',
+ 'browser/nacl_host/test/nacl_enable_debug_stub_browsertest.cc',
],
'conditions': [
['disable_nacl_untrusted==0', {
@@ -3266,6 +3267,14 @@
'browser/nacl_host/test/mock_nacl_gdb.gyp:mock_nacl_gdb',
],
}],
+ # TODO(halyavin) NaCl on Windows can't open debug stub socket
+ # in browser process as needed by this test.
+ # See http://crbug.com/157312.
+ ['OS=="win"', {
+ 'sources!': [
+ 'browser/nacl_host/test/nacl_enable_debug_stub_browsertest.cc',
+ ],
+ }],
],
}],
['chromeos==0', {

Powered by Google App Engine
This is Rietveld 408576698