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

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 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
« no previous file with comments | « chrome/browser/nacl_host/test/gdb_rsp.py ('k') | net/base/tcp_listen_socket.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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',
],
« no previous file with comments | « chrome/browser/nacl_host/test/gdb_rsp.py ('k') | net/base/tcp_listen_socket.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698