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

Unified Diff: chrome/chrome_tests.gypi

Issue 9662055: Test for --nacl-gdb functionality. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Use environment variable to pass file between test and mock_nacl_gdb Created 8 years, 9 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 126069)
+++ chrome/chrome_tests.gypi (working copy)
@@ -2960,6 +2960,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', {

Powered by Google App Engine
This is Rietveld 408576698